Source code
Revision control
Copy as Markdown
Other Tools
<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">
<textPath href="#path">abcd</textPath>
</text>
</svg>