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/Assorted/star7.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/Assorted/star7.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Assorted/star7.shape | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Assorted/star7.shape b/kivio/kiviopart/stencils/Dia/Assorted/star7.shape new file mode 100644 index 00000000..cb008f12 --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/Assorted/star7.shape @@ -0,0 +1,68 @@ +<?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:horkana@tcd.ie --> + <name>Geometric - Seven Point Star</name> + <!-- It may not be a perfect Heptagon, but it looks good and it is at least Symmetrical. --> + <icon>star7.png</icon> + <connections> + <point x="5" y="0"/> + <point x="6.5" y="2"/> + <point x="9" y="2"/> + <point x="8.5" y="4.5"/> + <point x="10" y="6.5"/> + <point x="8" y="7"/> + <point x="7.5" y="9.5"/> + <point x="5" y="8"/> + <point x="2.5" y="9.5"/> + <point x="2" y="7"/> + <point x="0" y="6.5"/> + <point x="1.5" y="4.5"/> + <point x="1" y="2"/> + <point x="3.5" y="2"/> + <point x="5.75" y="1"/> + <point x="7.75" y="2"/> + <point x="8.75" y="3.25"/> + <point x="9.25" y="5.5"/> + <point x="9" y="6.75"/> + <point x="7.75" y="8.25"/> + <point x="6.25" y="8.75"/> + <point x="3.75" y="8.75"/> + <point x="2.25" y="8.25"/> + <point x="1" y="6.75"/> + <point x="0.75" y="5.5"/> + <point x="1.25" y="3.25"/> + <point x="2.25" y="2"/> + <point x="5" y="0"/> + <point x="6.5" y="2"/> + <point x="9" y="2"/> + <point x="8.5" y="4.5"/> + <point x="10" y="6.5"/> + <point x="8" y="7"/> + <point x="7.5" y="9.5"/> + <point x="5" y="8"/> + <point x="2.5" y="9.5"/> + <point x="2" y="7"/> + <point x="0" y="6.5"/> + <point x="1.5" y="4.5"/> + <point x="1" y="2"/> + <point x="3.5" y="2"/> + <point x="5.75" y="1"/> + <point x="7.75" y="2"/> + <point x="8.75" y="3.25"/> + <point x="9.25" y="5.5"/> + <point x="9" y="6.75"/> + <point x="7.75" y="8.25"/> + <point x="6.25" y="8.75"/> + <point x="3.75" y="8.75"/> + <point x="2.25" y="8.25"/> + <point x="1" y="6.75"/> + <point x="0.75" y="5.5"/> + <point x="1.25" y="3.25"/> + <point x="2.25" y="2"/> + </connections> + <aspectratio type="fixed"/> + <svg:svg> + <svg:polygon style="fill: default" points="5,0 6.5,2 9,2 8.5,4.5 10,6.5 8,7 7.5,9.5 5,8 2.5,9.5 2,7 0,6.5 1.5,4.5 1,2 3.5,2 "/> + <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="5,0 6.5,2 9,2 8.5,4.5 10,6.5 8,7 7.5,9.5 5,8 2.5,9.5 2,7 0,6.5 1.5,4.5 1,2 3.5,2 "/> + </svg:svg> +</shape> |