1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<svg xmlns="http://www.w3.org/2000/svg"> <script> function boom() { var x = document.getElementById("x").firstChild; x.data = x.data.slice(1); document.caretPositionFromPoint(0, 0); } window.addEventListener("load", boom, false); </script> <text><tspan id="x">@ت</tspan></text> </svg>