nanosvg/example/test.svg

24 lines
813 B
XML
Raw Normal View History

2013-10-05 11:03:07 -04:00
<?xml version="1.0" standalone="no"?>
<svg width="320px" height="320px" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="M300,200 h-150 a150,150 0 1,0 150,-150 z"
fill="red" stroke="rgb(255,32,1)" stroke-width="5" />
<path d="M275,175 v-150 a150,150 0 0,0 -150,150 z"
fill="yellow" stroke="rgb(100%,23%,2%)" stroke-width="5" />
<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:red; stroke-width:6"/>
<path d="M600,350 l 50,-25
a25,25 -30 0,1 50,-25 l 50,-25
a25,50 -30 0,1 50,-25 l 50,-25
a25,75 -30 0,1 50,-25 l 50,-25
a25,100 -30 0,1 50,-25 l 50,-25"
fill="none" stroke="red " stroke-width="5" />
</svg>