mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-20 20:29:15 +00:00
12 lines
212 B
XML
12 lines
212 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
|
||
|
<text></text>
|
||
|
|
||
|
<script>
|
||
|
window.addEventListener("load", function() {
|
||
|
document.getElementsByTagName('text')[0].getStartPositionOfChar(1);
|
||
|
}, false);
|
||
|
</script>
|
||
|
|
||
|
</svg>
|