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/pservers/reftests/fill-fallback-none-3.svg
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml" fill="red">
<h:link rel="match" href="reference/green-100x100.svg"/>
<linearGradient id="working">
<stop stop-color="green"/>
</linearGradient>
<rect width="100" height="100" fill="green"/>
<rect width="100" height="100" fill="url(#broken) none" stroke="url(#working)" stroke-width="0"/>
</svg>