406361-1.html (204B)
1 <html> 2 <head> 3 <script> 4 function boom() 5 { 6 var use = document.createElementNS("http://www.w3.org/2000/svg", "use"); 7 use.patternTransform = ""; 8 } 9 </script> 10 </head> 11 <body onload="boom();"> 12 </body> 13 </html>