mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
11 lines
242 B
XML
11 lines
242 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<text id="t">X</text>
|
|
</defs>
|
|
|
|
<script>
|
|
window.addEventListener("load", function() {
|
|
document.getElementById("t").getSubStringLength(0, 0);
|
|
}, false);
|
|
</script>
|
|
</svg>
|