You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2614 8e941d3f-bd1b-0410-a28a-d453659cc2b4
10 lines
357 B
XML
10 lines
357 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">
|
|
<text x="10" y="20" style="fill:red;">Several lines:
|
|
<tspan x="10" y="45">First line</tspan>
|
|
<tspan x="10" y="70">Second line</tspan>
|
|
</text>
|
|
</svg> |