mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
11 lines
228 B
XML
11 lines
228 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<script>
|
||
|
|
|
||
|
|
window.addEventListener("load", function() {
|
||
|
|
var stop = document.getElementsByTagName("stop")[0];
|
||
|
|
stop.setAttribute("offset", "0");
|
||
|
|
}, false);
|
||
|
|
|
||
|
|
</script>
|
||
|
|
<stop/>
|
||
|
|
</svg>
|