diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.sml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.sml b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.sml new file mode 100644 index 00000000..f07580d2 --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/BasicFlowcharting/Display.sml @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="vi"> + <KivioSMLStencilSpawnerInfo> + <Author data="Landshark"/> + <Title data="Display"/> + <Id data="Display"/> + <Description data="Basic flowcharting display 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="27.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="63.9" y="0.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="63.9" y="54.0"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioShape type="ClosedPath" name="Display"> + <KivioPoint x="0.0" y="27.0" type="bezier"/> + <KivioPoint x="3.6" y="13.5" type="bezier"/> + <KivioPoint x="14.4" y="0.0" type="bezier"/> + <KivioPoint x="28.8" y="0.0" type="bezier"/> + + <KivioPoint x="63.9" y="0.0" type="bezier"/> + <KivioPoint x="74.7" y="6.75" type="bezier"/> + <KivioPoint x="74.7" y="47.25" type="bezier"/> + <KivioPoint x="63.9" y="54.0" type="bezier"/> + + <KivioPoint x="28.8" y="54.0" type="bezier"/> + <KivioPoint x="14.4" y="54.0" type="bezier"/> + <KivioPoint x="3.6" y="40.5" type="bezier"/> + <KivioPoint x="0.0" y="27.0" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="54.0" /> +</KivioShapeStencil> |