-1:000000000000 | 0:1212ea4a9168 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 | |
3 <svg xmlns="http://www.w3.org/2000/svg"> | |
4 | |
5 <script> | |
6 | |
7 | |
8 function init() | |
9 { | |
10 x = document.getElementsByTagName("stop"); | |
11 x[0].appendChild(x[1]); | |
12 } | |
13 | |
14 | |
15 window.addEventListener("load", init, false); | |
16 | |
17 </script> | |
18 | |
19 <radialGradient> | |
20 <stop/> | |
21 <stop/> | |
22 </radialGradient> | |
23 | |
24 </svg> |