Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/linking/reftests/url-reference-local-textpath.svg - WPT Dashboard Interop Dashboard
<title>Local URL reference on <textPath> with base URL different from document URL</title>
<h:link rel="stylesheet" type="text/css" href="/fonts/ahem.css"/>
<h:link rel="match" href="reference/green-100x100.svg"/>
<path id="path" d="M0,80h100"/>
<text font-size="100" font-family="Ahem" fill="green"><textPath href="#path">X</textPath></text>
</svg>