diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/Civil/civil_vertical_propeller.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Civil/civil_vertical_propeller.shape | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Civil/civil_vertical_propeller.shape b/kivio/kiviopart/stencils/Dia/Civil/civil_vertical_propeller.shape new file mode 100644 index 00000000..a4192fe7 --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/Civil/civil_vertical_propeller.shape @@ -0,0 +1,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> + |