Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/text/reftests/multiple-textpaths.svg - WPT Dashboard Interop Dashboard
<?xml version="1.0" encoding="utf-8"?>
<g id="testmeta">
<html:link rel="match" href="multiple-textpaths-ref.svg" />
</g>
<text>
<textPath href='#a'>Some text.</textPath
><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>