Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/painting/reftests/pattern-external-reference.svg - WPT Dashboard Interop Dashboard
<title>External file reference for pattern</title>
<h:link rel="match" href="../../pservers/reftests/reference/green-100x100.svg"/>
<rect width="100" height="100" fill="url(support/resources.svg#greenPattern) red"/>
<rect x="25" y="25" width="50" height="50" fill="none" stroke-width="20"
stroke="url(support/resources.svg#greenPattern) orange"/>
</svg>