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/Miscellaneous/People/Blue_Collar_Worker.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/Miscellaneous/People/Blue_Collar_Worker.sml')
-rwxr-xr-x | kivio/kiviopart/stencils/Miscellaneous/People/Blue_Collar_Worker.sml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/People/Blue_Collar_Worker.sml b/kivio/kiviopart/stencils/Miscellaneous/People/Blue_Collar_Worker.sml new file mode 100755 index 00000000..87751add --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/People/Blue_Collar_Worker.sml @@ -0,0 +1,57 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Blue Collar Worker"/> + <Id data="Blue Collar Worker"/> + <Description data="Blue Collar Worker"/> + <Version data="0.1"/> + <Web data="www.koffice.org"/> + <Email data="[email protected]"/> + <Copyright data="Copyright (C) 2003 Kristof Borrey. All rights reserved."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="60" h="100.0"/> + <KivioConnectorTarget x="30.0" y="0.0"/> + <KivioConnectorTarget x="0.0" y="100.0"/> + <KivioConnectorTarget x="30.0" y="100.0"/> + <KivioConnectorTarget x="60.0" y="100.0"/> + <KivioShape type="Ellipse" name="On-Page Reference" x="5.0" w="50.0" y="5.0" h="50.0"> + <KivioFillStyle colorStyle="1" color="#ffdeac"/> + <KivioLineStyle color="#ffae62" width="1" capStyle="32" joinStyle="128"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Body"> + <KivioFillStyle colorStyle="1" color="#0000ff"/> + <KivioLineStyle color="#000072" width="1" capStyle="32" joinStyle="128"/> + <KivioPoint x="0" y="100" type="bezier"/> + <KivioPoint x="10" y="40" type="bezier"/> + <KivioPoint x="50" y="40" type="bezier"/> + <KivioPoint x="60" y="100" type="bezier"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Path"> + <KivioFillStyle colorStyle="1" color="#9e6710"/> + <KivioLineStyle color="#602e00" width="1" capStyle="32" joinStyle="128"/> + + <KivioPoint x="30" y="0" type="bezier"/> + <KivioPoint x="58" y="0" type="bezier"/> + <KivioPoint x="58" y="30.0" type="bezier"/> + <KivioPoint x="58" y="30.0" type="bezier"/> + + <KivioPoint x="58" y="30.0" type="bezier"/> + <KivioPoint x="58" y="30.0" type="bezier"/> + <KivioPoint x="56.5341" y="20" type="bezier"/> + <KivioPoint x="36" y="30" type="bezier"/> + + <KivioPoint x="36" y="30" type="bezier"/> + <KivioPoint x="15.4914" y="40" type="bezier"/> + <KivioPoint x="2" y="30.0" type="bezier"/> + <KivioPoint x="2" y="30.0" type="bezier"/> + + <KivioPoint x="2" y="30.0" type="bezier"/> + <KivioPoint x="2" y="30.0" type="bezier"/> + <KivioPoint x="2.0" y="0" type="bezier"/> + <KivioPoint x="30.0" y="0" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="TextBox0" x="5.0" y="70.0" w="50" h="30" /> +</KivioShapeStencil> + |