12 lines
212 B
XML
Raw Normal View History

2017-04-19 00:56:45 -07:00
<svg xmlns="http://www.w3.org/2000/svg">
<text></text>
<script>
window.addEventListener("load", function() {
document.getElementsByTagName('text')[0].getStartPositionOfChar(1);
}, false);
</script>
</svg>