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/star5.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/star5.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Assorted/star5.shape | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Assorted/star5.shape b/kivio/kiviopart/stencils/Dia/Assorted/star5.shape new file mode 100644 index 00000000..20d55b99 --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/Assorted/star5.shape @@ -0,0 +1,54 @@ +<?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:[email protected] --> + <name>Geometric - Five Point Star</name> + <!-- Eventually decided that it was better to get these done than worry about them being perfect --> + <icon>star5.png</icon> + <connections> + <point x="0" y="4.5"/> + <point x="5" y="4.5"/> + <point x="7" y="0"/> + <point x="9" y="4.5"/> + <point x="14" y="4.5"/> + <point x="10" y="7.5"/> + <point x="12" y="12.5"/> + <point x="7" y="9"/> + <point x="2" y="12.5"/> + <point x="4" y="7.5"/> + <point x="2.5" y="4.5"/> + <point x="6" y="2.25"/> + <point x="8" y="2.25"/> + <point x="11.5" y="4.5"/> + <point x="12" y="6"/> + <point x="11" y="10"/> + <point x="9.5" y="10.75"/> + <point x="4.5" y="10.75"/> + <point x="3" y="10"/> + <point x="0" y="4.5"/> + <point x="5" y="4.5"/> + <point x="7" y="0"/> + <point x="9" y="4.5"/> + <point x="14" y="4.5"/> + <point x="10" y="7.5"/> + <point x="12" y="12.5"/> + <point x="7" y="9"/> + <point x="2" y="12.5"/> + <point x="4" y="7.5"/> + <point x="2.5" y="4.5"/> + <point x="6" y="2.25"/> + <point x="8" y="2.25"/> + <point x="11.5" y="4.5"/> + <point x="12" y="6"/> + <point x="11" y="10"/> + <point x="9.5" y="10.75"/> + <point x="4.5" y="10.75"/> + <point x="3" y="10"/> + </connections> + <aspectratio type="free"/> + <svg:svg> + <svg:polygon style="fill: #ffffff" points="0,4.5 5,4.5 7,0 9,4.5 14,4.5 10,7.5 12,12.5 7,9 2,12.5 4,7.5 "/> + <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="0,4.5 5,4.5 7,0 9,4.5 14,4.5 10,7.5 12,12.5 7,9 2,12.5 4,7.5 "/> + </svg:svg> + <!-- Alan Horkan was here 2002 --> +</shape> + |