5 lines
270 B
HTML
5 lines
270 B
HTML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<script type='text/javascript'>
|
|
window.addEventListener("load", function(){ document.getElementById("x").appendChild(document.createTextNode(" ")); });
|
|
</script>
|
|
<text id="x"><text style="position: absolute;"/>Hello</text></svg>
|