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/Hardware/Miscellaneous/key.sml | |
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/Hardware/Miscellaneous/key.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Hardware/Miscellaneous/key.sml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Hardware/Miscellaneous/key.sml b/kivio/kiviopart/stencils/Hardware/Miscellaneous/key.sml new file mode 100644 index 00000000..a03ce9cb --- /dev/null +++ b/kivio/kiviopart/stencils/Hardware/Miscellaneous/key.sml @@ -0,0 +1,61 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Key"/> + <Id data="Key"/> + <Description data="Key shape"/> + <Version data="0.1"/> + <Web data="www.koffice.org"/> + <Email data="borrey@kde.org"/> + <Copyright data="Copyright (C) 2003 Kristof Borrey. All rights reserved."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="160.0" h="80.0"/> + <KivioConnectorTarget x="160.0" y="40"/> + <KivioConnectorTarget x="0" y="40"/> + <KivioConnectorTarget x="120" y="0"/> + <KivioConnectorTarget x="120" y="80"/> + <KivioShape type="ClosedPath" name="K1"> + <KivioFillStyle colorStyle="1" color="#fff489"/> + <KivioLineStyle color="#ffd256" width="1" capStyle="32" joinStyle="128"/> + <KivioPoint x="5" y="25"/> + <KivioPoint x="90" y="25"/> + <KivioPoint x="90" y="55"/> + + <KivioPoint x="60" y="55"/> + <KivioPoint x="55" y="50"/> + <KivioPoint x="50" y="50"/> + <KivioPoint x="45" y="55"/> + <KivioPoint x="40" y="55"/> + <KivioPoint x="35" y="60"/> + <KivioPoint x="30" y="60"/> + <KivioPoint x="20" y="50"/> + <KivioPoint x="15" y="55"/> + + <KivioPoint x="10" y="55"/> + <KivioPoint x="0" y="45"/> + <KivioPoint x="0" y="30"/> + <KivioPoint x="5" y="25"/> + </KivioShape> + <KivioShape type="ClosedPath" name="K1"> + <KivioFillStyle colorStyle="1" color="#ffd256"/> + <KivioLineStyle color="#ffd256" width="1" capStyle="32" joinStyle="128"/> + <KivioPoint x="5" y="35"/> + <KivioPoint x="90" y="35"/> + <KivioPoint x="90" y="40"/> + + <KivioPoint x="5" y="40"/> + <KivioPoint x="5" y="35"/> + + </KivioShape> + <KivioShape type="Ellipse" name="Ellipse1" x="80" y="0" w="80" h="80"> + <KivioFillStyle colorStyle="1" color="#fff489" /> + <KivioLineStyle width="1.000" capStyle="32" pattern="1" joinStyle="128" color="#ffd256" /> +</KivioShape> +<KivioShape type="Ellipse" name="Ellipse1" x="140" y="35" w="10" h="10"> + <KivioFillStyle colorStyle="1" color="#ffffff" /> + <KivioLineStyle width="1.000" capStyle="32" pattern="1" joinStyle="128" color="#ffd256" /> +</KivioShape> + <KivioShape type="TextBox" name="Text" x="40.0" y="5.0" w="150.0" h="50.0"/> +</KivioShapeStencil> |