diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Flowcharting/Logic/inverter.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Flowcharting/Logic/inverter.sml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Flowcharting/Logic/inverter.sml b/kivio/kiviopart/stencils/Flowcharting/Logic/inverter.sml new file mode 100644 index 00000000..01e624d4 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Logic/inverter.sml @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Ian Reinhart Geiser"/> + <Title data="Inverter"/> + <Id data="Inverter"/> + <Description data="Logical Inverter 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="16" y="0"/> + <KivioConnectorTarget x="8" y="34"/> + <KivioConnectorTarget x="16" y="34"/> + <KivioConnectorTarget x="22" y="34"/> + + <Dimensions w="30" h="34" defaultAspect="1"/> + <KivioShape type="Polygon" name="Buffer"> + <KivioPoint x="16" y="10"/> + <KivioPoint x="30" y="34"/> + <KivioPoint x="0" y="34"/> + </KivioShape> + <KivioShape type="Ellipse" name="Connector" x="11" y="00" w="10" h="10"/> + <KivioShape type="TextBox" name="TextBox0" x="0.0" y="0.0" w="30" h="34" /> +</KivioShapeStencil>
\ No newline at end of file |