26 lines
815 B
XML
26 lines
815 B
XML
|
<?xml version="1.0" ?>
|
||
|
<svg baseProfile="full" height="600px" width="600px" version="1.1"
|
||
|
viewBox="-20.6525 -20.6525 366.305 366.305"
|
||
|
xmlns="http://www.w3.org/2000/svg">
|
||
|
<defs/>
|
||
|
<path d="M 10.5,80.0
|
||
|
C 40.0,10.0 65.0,10.0 95.0,80.0
|
||
|
C 125.0,150.0 150.0,150.0 180.0,80.0"
|
||
|
fill="none"
|
||
|
stroke="red"/>
|
||
|
<path d="m 84,92 c 10,10 30,10 40,0" fill="none" stroke="purple"/>
|
||
|
<path d="M 40.0,100.0
|
||
|
Q 100.0,50.0 65.0,20.0"
|
||
|
fill="none"
|
||
|
stroke="blue"/>
|
||
|
<path d="M 10.0,315.0
|
||
|
L 110.0,215.0
|
||
|
A 30.6416522074,51.0694203457 0.0 0,1 162.55,162.45
|
||
|
L 172.55,152.45 A 30.1,50.1 -45.0 0,1 215.1,109.9
|
||
|
L 315.0,10.0"
|
||
|
fill="green"
|
||
|
fill-opacity="0.5"
|
||
|
stroke="black"
|
||
|
stroke-width="2"/>
|
||
|
</svg>
|