mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-11 22:30:39 +00:00
16 lines
297 B
XML
16 lines
297 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
<script>//<![CDATA[
|
||
|
|
||
|
function add_watch()
|
||
|
{
|
||
|
document.getElementById("p").transform.baseVal.watch("0", function(){});
|
||
|
}
|
||
|
|
||
|
window.addEventListener("load", add_watch, false);
|
||
|
|
||
|
//]]></script>
|
||
|
|
||
|
<path id="p" transform="scale(1)" />
|
||
|
|
||
|
</svg>
|