diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.sml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.sml new file mode 100644 index 00000000..452e048a --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.sml @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Predefined Process"/> + <Id data="Predefined Process"/> + <Description data="Predefined process 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="54.0"/> + <KivioConnectorTarget x="0.0" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="72.0" y="54.0"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioShape type="Rectangle" name="Process" x="0" y="0" w="72" h="54"/> + <KivioShape type="LineArray" name="Lines"> + <Line x1="7.2" x2="7.2" y1="0" y2="54"/> + <Line x1="64.8" x2="64.8" y1="0" y2="54"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="7.2" y="0.0" w="57.6" h="54.0"/> +</KivioShapeStencil> |