Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-02.tentative.svg
xmlns:h="http:/www.w3.org/1999/xhtml">
<title>&#x3c;linearGradient&#x3e; (with content) inheriting from a &#x3c;linearGradient&#x3e; in an invalid context</title>
<h:link rel="match" href="reference/green-100x100.svg"/>
<linearGradient id="linearGradient1" xlink:href="#linearGradient0">
<stop stop-color="green"/>
</linearGradient>
<rect width="100" height="100" fill="url(#linearGradient1) yellow"/>
<text>
<linearGradient id="linearGradient0">
<stop stop-color="orange"/>
</linearGradient>
</text>
</svg>