diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Flowcharting/Extended/Process.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Flowcharting/Extended/Process.sml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Flowcharting/Extended/Process.sml b/kivio/kiviopart/stencils/Flowcharting/Extended/Process.sml new file mode 100644 index 00000000..57229b1a --- /dev/null +++ b/kivio/kiviopart/stencils/Flowcharting/Extended/Process.sml @@ -0,0 +1,36 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Process"/> + <Id data="Process"/> + <Description data="Process shape"/> + <Version data="0.1"/> + <Web data="www.koffice.org"/> + <Email data="[email protected]"/> + <Copyright data="Copyright (C) 2003 Kristof Borrey. All rights reserved."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="80.0" h="100.0"/> + <KivioConnectorTarget x="0.0" y="50.0"/> + <KivioConnectorTarget x="80.0" y="50.0"/> + <KivioConnectorTarget x="40.0" y="6.2"/> + <KivioConnectorTarget x="40.0" y="95.0"/> + <KivioShape type="ClosedPath" name="Process"> + <KivioPoint x="0" y="25" type="bezier"/> + <KivioPoint x="15" y="0" type="bezier"/> + <KivioPoint x="65" y="0" type="bezier"/> + <KivioPoint x="80" y="25" type="bezier"/> + <KivioPoint x="80" y="80" type="bezier"/> + <KivioPoint x="65" y="100" type="bezier"/> + <KivioPoint x="15" y="100" type="bezier"/> + <KivioPoint x="00" y="80" type="bezier"/> + + <KivioPoint x="0" y="35"/> + <KivioPoint x="80" y="35"/> + <KivioPoint x="0" y="35"/> + <KivioPoint x="0" y="25"/> + + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="30.0" w="100.0" h="70.0"/> +</KivioShapeStencil> |