summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/stencils/Dia/Assorted/circle-quarter.shape
blob: 109c55c4f83bf26fe0f2294f47161b5a736b391f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
<!-- Author: Alan Horkan, 2002, mailto:[email protected] -->
  <name>Geometric - Quarter Circle</name><!-- First Quadrant -->
  <icon>circle-quarter.png</icon>
  <connections/>
  <aspectratio type="free"/>
  <svg:svg>
    <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"/>
    <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"/>
  </svg:svg>
</shape>