Source code
Revision control
Copy as Markdown
Other Tools
<!--
Any copyright is dedicated to the Public Domain.
-->
<defs>
<path id="path" d="M 100, 100 v 200" />
</defs>
<text style="font: 48px sans-serif" text-rendering="geometricPrecision">
<textPath xlink:href="#path">A B C</textPath>
</text>
</svg>