blob: 5c538df88deeaa03b22cfe9b8bdff45fdd5e4760 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait" onload="setTimeout(function() { var g = document.getElementById('N1'), h = document.getElementById('N2'); g.appendChild(h); document.documentElement.removeAttribute("class"); }, 20);">
<text id="N1"/>
<text id="N2">
<tspan>
<textPath/>
</tspan>
</text>
</svg>
|