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/Transport/Truck.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/Transport/Truck.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/Transport/Truck.sml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/Transport/Truck.sml b/kivio/kiviopart/stencils/Miscellaneous/Transport/Truck.sml new file mode 100644 index 00000000..f7f6d666 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/Transport/Truck.sml @@ -0,0 +1,59 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Truck"/> + <Id data="Truck"/> + <Description data="Truck shape"/> + <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="100.0" h="60.0"/> + <KivioConnectorTarget x="66.0" y="0.0"/> + <KivioConnectorTarget x="100.0" y="21.5"/> + <KivioConnectorTarget x="50.0" y="53"/> + <KivioConnectorTarget x="0.0" y="42.5"/> + <KivioShape type="ClosedPath" name="Process"> + <KivioPoint x="0" y="35"/> + <KivioPoint x="0" y="50"/> + <KivioPoint x="17" y="53"/> + + + <KivioPoint x="17" y="53" type="bezier"/> + <KivioPoint x="20" y="60" type="bezier"/> + <KivioPoint x="30" y="60" type="bezier"/> + <KivioPoint x="33" y="53" type="bezier"/> + + <KivioPoint x="33" y="53"/> + <KivioPoint x="72" y="53"/> + + <KivioPoint x="72" y="53" type="bezier"/> + <KivioPoint x="75" y="60" type="bezier"/> + <KivioPoint x="85" y="60" type="bezier"/> + <KivioPoint x="88" y="53" type="bezier"/> + + <KivioPoint x="88" y="53"/> + <KivioPoint x="95" y="53"/> + <KivioPoint x="100" y="50"/> + <KivioPoint x="100" y="45"/> + <KivioPoint x="80" y="45"/> + <KivioPoint x="80" y="43"/> + <KivioPoint x="100" y="43"/> + <KivioPoint x="100" y="0"/> + <KivioPoint x="32" y="0"/> + <KivioPoint x="32" y="43"/> + <KivioPoint x="70" y="43"/> + <KivioPoint x="70" y="45"/> + <KivioPoint x="30" y="45"/> + <KivioPoint x="30" y="20"/> + <KivioPoint x="10" y="20"/> + <KivioPoint x="0" y="35"/> + + + + </KivioShape> + <KivioShape type="TextBox" name="Text" x="35.0" y="0.0" w="70.0" h="45.0"/> +</KivioShapeStencil> |