Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/text/reftest.list
<svg height="250" width="250" xmlns="http://www.w3.org/2000/svg">
<defs>
<path id="path" d="M 10 50 H 200" />
</defs>
<text font-size="36">
<!-- Next line ends with whitespace. Do not change it -->
<textPath href="#path">abcd</textPath>
</text>
</svg>