mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
16 lines
278 B
XML
16 lines
278 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
<script>//<![CDATA[
|
||
|
|
||
|
function add_watch()
|
||
|
{
|
||
|
document.getElementById("e").pathSegList.watch("0", function(){});
|
||
|
}
|
||
|
|
||
|
window.addEventListener("load", add_watch, false);
|
||
|
|
||
|
//]]></script>
|
||
|
|
||
|
<path id="e" d="M0,0"/>
|
||
|
|
||
|
</svg>
|