Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/pservers/reftests/stroke-fallback-invalid-uri.svg - WPT Dashboard Interop Dashboard
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml" stroke="red" stroke-width="50">
<h:link rel="match" href="reference/green-100x100.svg"/>
<rect x="25" y="25" width="50" height="50" fill="none" stroke="green"/>
<rect x="25" y="25" width="50" height="50" fill="none" stroke="url(#nonexisting)"/>
</svg>