Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/svg/text/reftests/textpath-path-attr-pathlength-ignored-ref.svg
<svg width="400" height="200" xmlns="http://www.w3.org/2000/svg">
<defs>
<path id="line" d="M 10 50 L 390 50"/>
</defs>
<text>
<textPath href="#line" startOffset="60">Offset along a straight line</textPath>
</text>
</svg>