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/gradient-in-symbol.svg
<title>&#x3c;symbol&#x3e; with a gradient inside</title>
<h:link rel="match" href="reference/green-100x100.svg"/>
<rect fill="url(#a)" width="100" height="100"/>
<symbol>
<linearGradient id="a">
<stop offset="5%" stop-color="green" />
</linearGradient>
</symbol>
</svg>