You've already forked lazarus-ccr
12 lines
433 B
XML
12 lines
433 B
XML
![]() |
<?xml version="1.0" standalone="no"?>
|
||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||
|
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
|
<defs>
|
||
|
<path id="path1" d="M75,20 a1,1 0 0,0 100,0" />
|
||
|
</defs>
|
||
|
<text x="10" y="100" style="fill:red;">
|
||
|
<textPath xlink:href="#path1">I love SVG I love SVG</textPath>
|
||
|
</text>
|
||
|
</svg>
|