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/Sybase/client.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/Sybase/client.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Sybase/client.shape | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Sybase/client.shape b/kivio/kiviopart/stencils/Dia/Sybase/client.shape new file mode 100644 index 00000000..4d3f913f --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/Sybase/client.shape @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" + xmlns:svg="http://www.w3.org/2000/svg"> + <name>Sybase - Client Application</name> + <icon>client.xpm</icon> + <aspectratio type="fixed"/> + <connections> + <point x="1" y="0"/> + <point x="1" y="2"/> + <point x="0" y="1"/> + <point x="2" y="1"/> + </connections> + <textbox x1="-1" y1="2" x2="3" y2="5" align="center" resize="no"/> + <svg:svg width="2cm" height="2cm"> + <svg:circle style="fill:background; stroke: foreground; stroke-width:0.5" + cx="1" cy="1" r="1"/> + <svg:path style="stroke:foreground; stroke-width: 0.5" + d="M0.6,0.5 L0.60,0.9 L1,0.7 L0.6,0.5"/> + <svg:path style="stroke:foreground; stroke-width: 0.5" + d="M.6,1.5 L.6,1.1 L1,1.3 L.6,1.5"/> + <svg:path style="stroke:foreground; stroke-width: 0.5" + d="M1.2,.8 L1.2,1.2 L1.6,1 L1.2,.8"/> + </svg:svg> +</shape> + |