fpvviewer: One more svg example

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2743 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat 2013-06-09 21:33:11 +00:00
parent 61a1b00db4
commit 38aa7ea0ba

View File

@ -0,0 +1,14 @@
<?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 viewBox = "0 0 1100 400" version = "1.1">
<g>
<path d="M 125,75 a100,50 0 0,0 100,50"
style="fill:none; stroke:red; stroke-width:6"/>
<path d="M 125,75 a100,50 0 0,1 100,50"
style="fill:none; stroke:blue; stroke-width:6"/>
<path d="M 125,75 a100,50 0 1,0 100,50"
style="fill:none; stroke:green; stroke-width:6"/>
<path d="M 125,75 a100,50 0 1,1 100,50"
style="fill:none; stroke:black; stroke-width:6"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 622 B