|
1 <svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 480 360" onload="yaa();" class="reftest-wait"> |
|
2 |
|
3 <g id="g"> |
|
4 <rect width="440" height="340" fill="url(#pat1)"/> |
|
5 <pattern id="pat1" width="20" height="20"><rect/></pattern> |
|
6 </g> |
|
7 |
|
8 <script type="text/javascript"> |
|
9 |
|
10 function yaa() |
|
11 { |
|
12 var g = document.getElementById("g"); |
|
13 document.documentElement.removeChild(g); |
|
14 document.documentElement.appendChild(g); |
|
15 |
|
16 document.documentElement.removeAttribute("class"); |
|
17 } |
|
18 </script> |
|
19 |
|
20 </svg> |