summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/stencils/Dia/Civil/civil_vertical_propeller.shape
blob: a4192fe7845c83a706965f4b24ce7f8dbde4b65a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
xmlns:svg="http://www.w3.org/2000/svg">
  <name>Civil - Vertical Propeller</name>

  <icon>civil_vertical_propeller.xpm</icon>

  <connections>
    <point x="0.5" y="0.9" />

    <point x="0.5" y="0" />

    <point x="0.5" y="0.45" />
  </connections>

  <svg:svg>
    <svg:path style="fill: background"
    d="M 0.8 1 C 1,1 1,0.8 0.8,0.8 C 0.4,0.9 0.4,0.9 0.8,1z" />

    <svg:path style="stroke-width: 1; stroke: #000000"
    d="M 0.8 1 C 1,1 1,0.8 0.8,0.8 C 0.4,0.9 0.4,0.9 0.8,1" />

    <svg:path style="fill: background"
    d="M 0.2 1 C 0,1 0,0.8 0.2,0.8 C 0.6,0.9 0.6,0.9 0.2,1z" />

    <svg:path style="stroke-width: 1; stroke: #000000"
    d="M 0.2 1 C 0,1 0,0.8 0.2,0.8 C 0.6,0.9 0.6,0.9 0.2,1" />

    <svg:line style="stroke-width: 1; stroke: #000000" x1="0.5"
    y1="0.9" x2="0.5" y2="0" />
  </svg:svg>
</shape>