diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/Civil/water_level.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Civil/water_level.shape | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Civil/water_level.shape b/kivio/kiviopart/stencils/Dia/Civil/water_level.shape new file mode 100644 index 00000000..9cdbf87f --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/Civil/water_level.shape @@ -0,0 +1,32 @@ +<?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 - Water Level</name> + + <icon>water_level.xpm</icon> + + <connections> + <point x="0" y="1" /> + + <point x="3" y="1" /> + </connections> + + <svg:svg> + <svg:polygon + style="stroke-width: 1; stroke: foreground; fill: background" + points="0.5,0 1.5,0 1,1 " /> + + <svg:line style="stroke-width: 1; stroke: foreground" x1="0" y1="1" + x2="2" y2="1" /> + + <svg:line style="stroke-width: 1; stroke: foreground" x1="0.6" + y1="1.3" x2="1.4" y2="1.3" /> + + <svg:line style="stroke-width: 1; stroke: foreground" x1="0.8" + y1="1.6" x2="1.2" y2="1.6" /> + + <svg:line style="stroke-width: 1; stroke: foreground" x1="0.9" + y1="2" x2="1.1" y2="2" /> + </svg:svg> +</shape> + |