Source
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="200" onload="cree_rectangle(evt)"> <script><![CDATA[ function cree_rectangle(evt) {svgdoc=evt.target.ownerDocument; node=svgdoc.createElementNS("http://www.w3.org/2000/svg","rect"); node.setAttributeNS(null,"x","50");node.setAttributeNS(null,"y","50"); node.setAttributeNS(null,"width","100");node.setAttributeNS(null,"height","50"); node.setAttributeNS(null,"fill","red"); ou=svgdoc.getElementById("affiche"); ou.appendChild(node); } ]]></script> <g id="affiche"> </g> </svg>
Run with Adobe ASV3 ASV 6 beta Squiggle Firefox 1.5 Opera 9 beta