mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9397418412
r=timeless
17 lines
414 B
XML
17 lines
414 B
XML
<?xml version="1.0"?>
|
|
<svg width="10cm" height="5cm" viewBox="0 0 1000 500"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
version="1.1">
|
|
|
|
<script>
|
|
function init()
|
|
{
|
|
document.getElementsByTagName("rect")[0].style.display = "-moz-inline-stack";
|
|
}
|
|
|
|
window.addEventListener("load", init, false);
|
|
</script>
|
|
|
|
<rect requiredFeatures="http://www.w3.org/TR/SVG11/feature#SVG-nonexistent-feature"/>
|
|
</svg>
|