Files
lazarus-ccr/applications/fpvviewer/examples_files/svg/w3schools/polygon1.svg
sekelsenmat 46324aceaf fpvviewer: Adds SVG test files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2614 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-02 10:48:20 +00:00

7 lines
292 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">
<polygon points="200,10 250,190 160,210" style="fill:lime;stroke:purple;stroke-width:1"/>
</svg>