mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 02:13:04 +00:00
12 lines
242 B
XML
12 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>
|