diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.sml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.sml new file mode 100644 index 00000000..769d1f5d --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Terminator.sml @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Terminator"/> + <Id data="Terminator"/> + <Description data="Terminator shape"/> + <Version data="0.1"/> + <Web data="kivio.sourceforge.net"/> + <Email data="[email protected]"/> + <Copyright data="Copyright (C) 2000 theKompany.com & Dave Marotti. Distributed under the BSD license."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="72.0" h="36.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="36.0" y="36.0"/> + <KivioConnectorTarget x="0.0" y="18.0"/> + <KivioConnectorTarget x="72.0" y="18.0"/> + <KivioShape type="ClosedPath" name="Terminator"> + <KivioPoint x="36.0" y="36.0"/> + + <KivioPoint x="18.0" y="36.0" type="bezier"/> + <KivioPoint x="12.0" y="36.0" type="bezier"/> + <KivioPoint x="0.0" y="24.0" type="bezier"/> + <KivioPoint x="0.0" y="18.0" type="bezier"/> + + <KivioPoint x="0.0" y="18.0" type="bezier"/> + <KivioPoint x="0.0" y="12.0" type="bezier"/> + <KivioPoint x="12.0" y="0.0" type="bezier"/> + <KivioPoint x="18.0" y="0.0" type="bezier"/> + + <KivioPoint x="54" y="0.0" type="bezier"/> + <KivioPoint x="60" y="0.0" type="bezier"/> + <KivioPoint x="72" y="12.0" type="bezier"/> + <KivioPoint x="72" y="18.0" type="bezier"/> + + <KivioPoint x="72" y="18" type="bezier"/> + <KivioPoint x="72" y="24" type="bezier"/> + <KivioPoint x="60" y="36" type="bezier"/> + <KivioPoint x="54" y="36" type="bezier"/> + + <KivioPoint x="36.0" y="36"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="36.0"/> +</KivioShapeStencil> |