11 lines
252 B
XML
11 lines
252 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<marker><text><tspan id="x"/></text></marker>
|
|
|
|
<script>
|
|
window.addEventListener("load", function() {
|
|
document.getElementById("x").appendChild(document.createTextNode("\u062Ax"));
|
|
}, false);
|
|
</script>
|
|
|
|
</svg>
|