diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Flowcharting/Logic/and.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Flowcharting/Logic/and.sml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/and.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/and.sml new file mode 100644 index 00000000..84cbdfef --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/and.sml @@ -0,0 +1,36 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Ian Reinhart Geiser"/> + <Title data="And"/> + <Id data="And"/> + <Description data="Logical And 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="50.0"/> + <KivioConnectorTarget x="10.0" y="50.0"/> + <KivioConnectorTarget x="30.0" y="50.0"/> + <Dimensions w="40.0" h="50.0" defaultAspect="1"/> + <KivioShape type="ClosedPath" name="And"> + <KivioPoint x="20.0" y="00.0" type="bezier"/> + <KivioPoint x="40.0" y="00.0" type="bezier"/> + <KivioPoint x="40.0" y="30.0" type="bezier"/> + <KivioPoint x="40.0" y="50.0" type="bezier"/> + + <KivioPoint x="40.0" y="50.0" type="bezier"/> + <KivioPoint x="30.0" y="50.0" type="bezier"/> + <KivioPoint x="20.0" y="50.0" type="bezier"/> + <KivioPoint x="00.0" y="50.0" type="bezier"/> + + <KivioPoint x="00.0" y="50.0" type="bezier"/> + <KivioPoint x="00.0" y="20.0" type="bezier"/> + <KivioPoint x="00.0" y="00.0" type="bezier"/> + <KivioPoint x="20.0" y="00.0" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="40.0" h="50.0" /> +</KivioShapeStencil>
\ No newline at end of file |