409811-1.html (241B)
1 <html> 2 <head> 3 <script type="text/javascript"> 4 5 function boom() 6 { 7 var marker = document.createElementNS("http://www.w3.org/2000/svg", "marker"); 8 marker.orientType.baseVal = ""; 9 } 10 11 </script> 12 </head> 13 14 <body onload="boom();"></body> 15 </html>