diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kivio/kiviopart/stencils/Dia/Civil/civil_aerator.shape | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kivio/kiviopart/stencils/Dia/Civil/civil_aerator.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Civil/civil_aerator.shape | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Civil/civil_aerator.shape b/kivio/kiviopart/stencils/Dia/Civil/civil_aerator.shape new file mode 100644 index 00000000..a685be6e --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/Civil/civil_aerator.shape @@ -0,0 +1,50 @@ +<?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 - Aerator</name> + + <icon>civil_aerator.xpm</icon> + + <connections> + <point x="0.5" y="2" /> + </connections> + + <aspectratio type="fixed" /> + + <svg:svg> + <svg:line style="stroke-width: 1; stroke: foreground" x1="0.5" + y1="2" x2="0.5" y2="1.8" /> + + <svg:line style="stroke-width: 1; stroke: foreground" x1="0.2" + y1="1.8" x2="0.8" y2="1.8" /> + + <svg:ellipse + style="stroke-width: 0.5 stroke: foreground fill: background" + cx="0.3" cy="1.5" rx="0.1" ry="0.1" /> + + <svg:ellipse + style="stroke-width: 0.5 stroke: foreground fill: background" + cx="0.4" cy="1.0" rx="0.1" ry="0.1" /> + + <svg:ellipse + style="stroke-width: 0.5 stroke: foreground fill: background" + cx="0.7" cy="1.2" rx="0.1" ry="0.1" /> + + <svg:ellipse + style="stroke-width: 0.5 stroke: foreground fill: background" + cx="0.9" cy="0.6" rx="0.1" ry="0.1" /> + + <svg:ellipse + style="stroke-width: 0.5 stroke: foreground fill: background" + cx="0.1" cy="0.406208" rx="0.1" ry="0.106208" /> + + <svg:ellipse + style="stroke-width: 0.5 stroke: foreground fill: background" + cx="0.7" cy="0.3" rx="0.1" ry="0.1" /> + + <svg:ellipse + style="stroke-width: 0.5 stroke: foreground fill: background" + cx="0.3" cy="0.1" rx="0.1" ry="0.1" /> + </svg:svg> +</shape> + |