-1:000000000000 | 0:e7fd16b6bab7 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 | |
3 <svg xmlns="http://www.w3.org/2000/svg"> | |
4 | |
5 <script> | |
6 | |
7 function init() | |
8 { | |
9 document.documentElement.unsuspendRedrawAll(); | |
10 document.getElementsByTagName("text")[0].firstChild.data = "Quux"; | |
11 } | |
12 | |
13 window.addEventListener("load", init, false); | |
14 | |
15 </script> | |
16 | |
17 <text x="125" y="30">Foo</text> | |
18 | |
19 </svg> | |
20 |