Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/struct/reftests/use-no-tspan.svg
<title>Testing that 'use' cannot make 'tspan' elements visible</title>
<h:link rel="match" href="reference/green-100x100.svg"/>
<defs>
<text><tspan id="t" x="20" y="100" fill="red" font-size="36">Should not see this</tspan></text>
</defs>
<rect width="100" height="100" fill="green"/>
<use href="#t"/>
</svg>