12 lines
407 B
XML
12 lines
407 B
XML
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
|
-->
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<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>
|