Is it possible to manipulate an SVG document embedded in an HTML doc with JavaScript?

前端 未结 7 1610
情深已故
情深已故 2020-12-05 07:31

I have made a SVG image, or more like mini application, for viewing graphs of data. I want to include this in a HTML page, and call methods on the SVG image.

Example

7条回答
  •  广开言路
    2020-12-05 08:28

    I have explored the svg by JavaScripts. See the blog: Scaling SVG Graphics with JavaScripts

提交回复
热议问题