UML class fix bigtime.
[dia.git] / shapes / Assorted / circle-quarter.shape
blobff97636b9638aaf5d17696512548c6e63ce97035
1 <?xml version="1.0" encoding="UTF-8"?>
2 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
3 <!-- Author: Alan Horkan, 2002, mailto:horkana@tcd.ie -->
4 <name>Geometric - Quarter Circle</name><!-- First Quadrant -->
5 <icon>circle-quarter.png</icon>
6 <connections/>
7 <aspectratio type="free"/>
8 <svg:svg>
9 <svg:path style="fill: default" d="M 0 0 C 0.5,0 1,0.5 1,1 C 1,1 0,1 0,1 C 0,1 0,0 0,0z"/>
10 <svg:path style="stroke-width: 0.1; stroke: #000000" d="M 0 0 C 0.5,0 1,0.5 1,1 C 1,1 0,1 0,1 C 0,1 0,0 0,0"/>
11 </svg:svg>
12 </shape>