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-multiple-subpaths-ref.svg
<svg width="400" height="200" xmlns="http://www.w3.org/2000/svg">
<defs>
<path id="two" d="M 10 60 L 180 60 M 220 140 L 390 140"/>
</defs>
<text>
<textPath href="#two">Text crossing a subpath boundary</textPath>
</text>
</svg>