blob: 31989c426592f18537ab657a04e7617593bfeb2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!--
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>
|