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/Flowcharting/Logic/nand.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/Flowcharting/Logic/nand.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Flowcharting/Logic/nand.sml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/nand.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/nand.sml new file mode 100644 index 00000000..0e47060c --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/nand.sml @@ -0,0 +1,39 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Ian Reinhart Geiser"/> + <Title data="Nand"/> + <Id data="Nand"/> + <Description data="Logical Nand Gate"/> + <Version data="0.1"/> + <Web data="www.kde.org"/> + <Email data="[email protected]"/> + <Copyright data="Copyright (C) 2002 Ian Reinhart Geiser"/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + + <KivioConnectorTarget x="20.0" y="00.0"/> + <KivioConnectorTarget x="20.0" y="60.0"/> + <KivioConnectorTarget x="10.0" y="60.0"/> + <KivioConnectorTarget x="30.0" y="60.0"/> + + <Dimensions w="40.0" h="60.0" defaultAspect="1"/> + <KivioShape type="ClosedPath" name="And"> + <KivioPoint x="20.0" y="10.0" type="bezier"/> + <KivioPoint x="40.0" y="10.0" type="bezier"/> + <KivioPoint x="40.0" y="40.0" type="bezier"/> + <KivioPoint x="40.0" y="60.0" type="bezier"/> + + <KivioPoint x="40.0" y="60.0" type="bezier"/> + <KivioPoint x="30.0" y="60.0" type="bezier"/> + <KivioPoint x="20.0" y="60.0" type="bezier"/> + <KivioPoint x="00.0" y="60.0" type="bezier"/> + + <KivioPoint x="00.0" y="60.0" type="bezier"/> + <KivioPoint x="00.0" y="30.0" type="bezier"/> + <KivioPoint x="00.0" y="10.0" type="bezier"/> + <KivioPoint x="20.0" y="10.0" type="bezier"/> + </KivioShape> + <KivioShape type="Ellipse" name="Connector" x="15" y="00" w="10" h="10"/> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="40.0" h="60.0" /> +</KivioShapeStencil>
\ No newline at end of file |