-1:000000000000 | 0:a58f05a412a3 |
---|---|
1 <?xml version="1.0" encoding="Windows-1252"?> | |
2 <svg xmlns="http://www.w3.org/2000/svg"> | |
3 | |
4 <svg id="a" requiredExtensions="x"/> | |
5 | |
6 <script> | |
7 <![CDATA[ | |
8 | |
9 function boom() | |
10 { | |
11 document.getElementById("a").unsuspendRedrawAll(); | |
12 } | |
13 | |
14 window.addEventListener("load", boom, false); | |
15 | |
16 ]]> | |
17 </script> | |
18 | |
19 </svg> |