diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.sml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.sml new file mode 100644 index 00000000..2fa28f24 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Data.sml @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Dave Marotti"/> + <Title data="Data"/> + <Id data="Data"/> + <Description data="Data shape for flowcharting"/> + <Version data="1.0"/> + <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="14.4" y="0.0"/> + <KivioConnectorTarget x="43.2" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="64.8" y="27.0"/> + <KivioConnectorTarget x="57.6" y="54.0"/> + <KivioConnectorTarget x="28.8" y="54.0"/> + <KivioConnectorTarget x="0.0" y="54.0"/> + <KivioConnectorTarget x="7.2" y="27.0"/> + <KivioShape type="Polygon" name="Data"> + <KivioPoint x="14.4" y="0.0"/> + <KivioPoint x="72.0" y="0.0"/> + <KivioPoint x="57.6" y="54.0"/> + <KivioPoint x="0.0" y="54.0"/> + <KivioPoint x="14.4" y="0.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="14.4" y="0.0" w="43.2" h="54.0" /> +</KivioShapeStencil> |