diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.sml')
| -rw-r--r-- | kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.sml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.sml new file mode 100644 index 000000000..6a7279900 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/StoredData.sml @@ -0,0 +1,39 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Stored Data"/> + <Id data="Stored Data"/> + <Description data="Basic flowcharting stored data shape"/> + <Version data="0.1"/> + <Web data="www.thekompany.com"/> + <Email data="lndshark@speakeasy.net"/> + <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="61.2" 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="ClosedPath" name="Stored Data"> + <KivioPoint x="36.0" y="54.0"/> + + <KivioPoint x="10.8" y="54.0" type="bezier"/> + <KivioPoint x="-3.6" y="36.0" type="bezier"/> + <KivioPoint x="-3.6" y="18.0" type="bezier"/> + <KivioPoint x="10.8" y="0.0" type="bezier"/> + + <KivioPoint x="72.0" y="0.0" type="bezier"/> + <KivioPoint x="57.6" y="18.0" type="bezier"/> + <KivioPoint x="57.6" y="36.0" type="bezier"/> + <KivioPoint x="72.0" y="54.0" type="bezier"/> + + <KivioPoint x="36.0" y="54.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="61.2" h="54.0"/> +</KivioShapeStencil> |
