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

前端 未结 7 1593
情深已故
情深已故 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:15

    I would reference Dr. David Dailey as the most awesome SVG / JS info you will find http://srufaculty.sru.edu/david.dailey/svg/

提交回复
热议问题