From 8362bf63dea22bbf6736609b0f49c152f975eb63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 20 Jan 2010 01:29:50 +0000 Subject: 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 --- .../kiviopart/stencils/Flowcharting/Logic/xor.sml | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 kivio/kiviopart/stencils/Flowcharting/Logic/xor.sml (limited to 'kivio/kiviopart/stencils/Flowcharting/Logic/xor.sml') diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/xor.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/xor.sml new file mode 100644 index 00000000..7e6a1533 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/xor.sml @@ -0,0 +1,45 @@ + + + + + + <Id data="Xor"/> + <Description data="Logical Xor Gate"/> + <Version data="0.1"/> + <Web data="www.kde.org"/> + <Email data="geiseri@kde.org"/> + <Copyright data="Copyright (C) 2002 Ian Reinhart Geiser"/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + + <KivioConnectorTarget x="20" y="0"/> + <KivioConnectorTarget x="10" y="54"/> + <KivioConnectorTarget x="20" y="52.5"/> + <KivioConnectorTarget x="30" y="54"/> + + <Dimensions w="40" h="60" defaultAspect="1"/> + <KivioShape type="ClosedPath" name="Or"> + <KivioPoint x="20" y="0" type="bezier"/> + <KivioPoint x="40" y="10" type="bezier"/> + <KivioPoint x="40" y="30" type="bezier"/> + <KivioPoint x="40" y="50" type="bezier"/> + + <KivioPoint x="40" y="50" type="bezier"/> + <KivioPoint x="30" y="40" type="bezier"/> + <KivioPoint x="10" y="40" type="bezier"/> + <KivioPoint x="0" y="50" type="bezier"/> + + <KivioPoint x="0" y="50" type="bezier"/> + <KivioPoint x="0" y="30" type="bezier"/> + <KivioPoint x="0" y="10" type="bezier"/> + <KivioPoint x="20" y="00" type="bezier"/> + </KivioShape> + + <KivioShape type="OpenPath" name="X"> + <KivioPoint x="0" y="60" type="bezier"/> + <KivioPoint x="10" y="50" type="bezier"/> + <KivioPoint x="30" y="50" type="bezier"/> + <KivioPoint x="40" y="60" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="40" h="60" /> +</KivioShapeStencil> \ No newline at end of file -- cgit v1.2.1