blob: 46e636e076d3bd4ef35a6a20450617577519087e (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
class="reftest-wait" onload="setTimeAndSnapshot(3.0, true)">
<script xlink:href="../smil-util.js"/>
<text x="50" y="50" font-size="20">hello there
<animate attributeName="word-spacing" fill="freeze" from="0" to="20" begin="0s" dur="4s"/>
</text>
</svg>
|