mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-20 20:29:15 +00:00
20 lines
289 B
XML
20 lines
289 B
XML
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
|
||
|
<svg id="a" requiredExtensions="x"/>
|
||
|
|
||
|
<script>
|
||
|
<![CDATA[
|
||
|
|
||
|
function boom()
|
||
|
{
|
||
|
document.getElementById("a").unsuspendRedrawAll();
|
||
|
}
|
||
|
|
||
|
window.addEventListener("load", boom, false);
|
||
|
|
||
|
]]>
|
||
|
</script>
|
||
|
|
||
|
</svg>
|