mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
12 lines
314 B
XML
12 lines
314 B
XML
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
|
|
||
|
|
<marker id="m"></marker>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
window.addEventListener("load", function() {
|
||
|
|
document.getElementById("m").appendChild(document.createElementNS("http://www.w3.org/2000/svg", "foreignObject"));
|
||
|
|
}, false);
|
||
|
|
</script>
|
||
|
|
|
||
|
|
</svg>
|