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-ref.svg
<svg width="400" height="200" xmlns="http://www.w3.org/2000/svg">
<defs>
<path id="curve" d="M 10 50 Q 100 10 200 50 T 390 50"/>
</defs>
<text x="10" y="50" font-size="20" fill="black">
<textPath href="#curve">
Text along a quadratic curve
</textPath>
</text>
</svg>