Including JavaScript in SVG

前端 未结 3 705
终归单人心
终归单人心 2020-12-07 18:01

I am trying to create an interactive SVG code with JavaScript, by embedding the JavaScript in the SVG. I don\'t know if this is the right way to do this:

<         


        
3条回答
  •  遥遥无期
    2020-12-07 18:31

    you can add script js into svg code by declare script tag into svg tag:

    
         ...
         
    
    
    

提交回复
热议问题