Files
lazarus-ccr/applications/fpvviewer/examples_files/svg/text_and_rect.svg

13 lines
551 B
XML
Raw Normal View History

<?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>
<rect x="0" y="0" width="100" height="100" style="fill:none;stroke:blue"/>
<path style="fill:none;stroke:black" d="M10 10 L90 10 M10 20 L90 20 M20 10 L20 90 M10 10 L10 90 M10 80 L90 80" />
</svg>