mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
19 lines
289 B
XML
19 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>
|