-1:000000000000 | 0:0fbac52493f7 |
---|---|
1 <?xml version="1.0"?> | |
2 <svg width="10cm" height="5cm" viewBox="0 0 1000 500" | |
3 xmlns="http://www.w3.org/2000/svg" | |
4 version="1.1"> | |
5 | |
6 <script> | |
7 function init() | |
8 { | |
9 document.getElementsByTagName("rect")[0].style.display = "-moz-inline-stack"; | |
10 } | |
11 | |
12 window.addEventListener("load", init, false); | |
13 </script> | |
14 | |
15 <rect requiredFeatures="http://www.w3.org/TR/SVG11/feature#SVG-nonexistent-feature"/> | |
16 </svg> |