调用div中的svg

文件rec.svg


"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
load="init(evt)">

<br>var SVGDocument=null;<br>function init(evt)<br>{<br>SVGDocument=evt.getTarget().getOwnerDocument();<br>}<br>function changeColor(color)<br>{<br>SVGDocument.getElementById("rect").getStyle().setProperty("fill",color);<br>}<br>//


 



文件rectCon.html

html文件:






Click="svg.window.changeColor(this.value)">

你可能感兴趣的:(调用div中的svg)