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/Buildings/House.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/Buildings/House.sml')
-rwxr-xr-x | kivio/kiviopart/stencils/Miscellaneous/Buildings/House.sml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/Buildings/House.sml b/kivio/kiviopart/stencils/Miscellaneous/Buildings/House.sml new file mode 100755 index 00000000..95075972 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/Buildings/House.sml @@ -0,0 +1,35 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="House"/> + <Id data="House"/> + <Description data="House 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="100.0"/> + <KivioConnectorTarget x="10.0" y="75.0"/> + <KivioConnectorTarget x="90.0" y="75.0"/> + <KivioConnectorTarget x="50.0" y="100"/> + <KivioShape type="ClosedPath" name="House"> + <KivioPoint x="50" y="0"/> + + <KivioPoint x="70" y="20"/> + <KivioPoint x="70" y="10"/> + <KivioPoint x="80" y="10"/> + <KivioPoint x="80" y="30"/> + + <KivioPoint x="100" y="50"/> + <KivioPoint x="90" y="50"/> + <KivioPoint x="90" y="100"/> + <KivioPoint x="10" y="100"/> + <KivioPoint x="10" y="50"/> + <KivioPoint x="0" y="50"/> + <KivioPoint x="50" y="0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="10.0" y="40.0" w="80.0" h="60.0"/> +</KivioShapeStencil> |