tenfourfox/dom/smil/crashtests/572938-1.svg

13 lines
352 B
XML
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<text id="myText">Used Text Element
<set attributeName="display" to="none"/>
</text>
</defs>
<use xlink:href="#myText" x="20" y="40"/>
<text x="20" y="60">Normal Text Element
<set attributeName="display" to="none"/>
</text>
</svg>