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/linking/reftests/url-reference-local-textpath.svg
<title>Local URL reference on &#x3c;textPath&#x3e; 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"/>
<h:base href="http://www.example.com/"/>
<path id="path" d="M0,80h100"/>
<text font-size="100" font-family="Ahem" fill="green"><textPath href="#path">X</textPath></text>
</svg>