Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/text/reftests/multiple-textpaths-ref.svg
<?xml version="1.0" encoding="utf-8"?>
<text><textPath href='#a'>Some text.</textPath></text>
<text><textPath href='#b'>More text.</textPath></text>
<path id="a" d="m50,100 l300,-50" stroke="lime"/>
<path id="b" d="m50,50 l300,60" stroke="red"/>
</svg>