mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
16 lines
293 B
XML
16 lines
293 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<script>//<![CDATA[
|
|
|
|
function add_watch()
|
|
{
|
|
document.getElementById("e").rotate.baseVal.watch("0", function(){});
|
|
}
|
|
|
|
window.addEventListener("load", add_watch, false);
|
|
|
|
//]]></script>
|
|
|
|
<text id="e" rotate="10">foo</text>
|
|
|
|
</svg>
|