diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.sml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.sml new file mode 100644 index 00000000..199072a6 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/LoopLimit.sml @@ -0,0 +1,37 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Loop Limit"/> + <Id data="Loop Limit"/> + <Description data="Basic flowcharting loop limit shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <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="0.0" y="36.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioConnectorTarget x="0.0" y="18.0"/> + <KivioConnectorTarget x="7.2" y="9.0"/> + <KivioConnectorTarget x="14.4" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="57.6" y="0.0"/> + <KivioConnectorTarget x="64.8" y="9.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="72.0" y="36.0"/> + <KivioConnectorTarget x="36.0" y="36.0"/> + <KivioConnectorTarget x="72.0" y="18.0"/> + <KivioShape type="Polygon" name="Loop Limit"> + <KivioPoint x="0.0" y="36.0"/> + <KivioPoint x="0.0" y="18.0"/> + <KivioPoint x="14.4" y="0.0"/> + <KivioPoint x="57.6" y="0.0"/> + <KivioPoint x="72.0" y="18.0"/> + <KivioPoint x="72.0" y="36.0"/> + <KivioPoint x="0.0" y="36.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="36.0" /> +</KivioShapeStencil> |