mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 02:13:04 +00:00
9 lines
195 B
XML
9 lines
195 B
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
<polygon id="p" transform="?" />
|
||
|
<script>
|
||
|
document.getElementById("p").transform.baseVal.removeItem(0);
|
||
|
</script>
|
||
|
</svg>
|