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