mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
246 B
XML
9 lines
246 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<svg id="x" viewBox=" 0 0 10 10"/>
|
|
</defs>
|
|
<script>
|
|
window.addEventListener("load", function() { document.getElementById("x").setAttribute("width", "2"); }, false);
|
|
</script>
|
|
</svg>
|