diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Miscellaneous/People/White_Collar_Worker.sml')
-rwxr-xr-x | kivio/kiviopart/stencils/Miscellaneous/People/White_Collar_Worker.sml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/People/White_Collar_Worker.sml b/kivio/kiviopart/stencils/Miscellaneous/People/White_Collar_Worker.sml new file mode 100755 index 00000000..eb2df1c0 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/People/White_Collar_Worker.sml @@ -0,0 +1,65 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="White Collar Worker"/> + <Id data="White Collar Worker"/> + <Description data="White Collar Worker"/> + <Version data="0.1"/> + <Web data="www.koffice.org"/> + <Email data="borrey@kde.org"/> + <Copyright data="Copyright (C) 2003 Kristof Borrey. All rights reserved."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="60" h="100.0"/> + <KivioConnectorTarget x="30.0" y="0.0"/> + <KivioConnectorTarget x="0.0" y="100.0"/> + <KivioConnectorTarget x="30.0" y="100.0"/> + <KivioConnectorTarget x="60.0" y="100.0"/> + <KivioShape type="Ellipse" name="On-Page Reference" x="5.0" w="50.0" y="5.0" h="50.0"> + <KivioFillStyle colorStyle="1" color="#ffdeac"/> + <KivioLineStyle color="#ffae62" width="1" capStyle="32" joinStyle="128"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Body"> + <KivioFillStyle colorStyle="1" color="#ffffff"/> + <KivioLineStyle color="#5555a2" width="1" capStyle="32" joinStyle="128"/> + <KivioPoint x="0" y="100" type="bezier"/> + <KivioPoint x="10" y="40" type="bezier"/> + <KivioPoint x="50" y="40" type="bezier"/> + <KivioPoint x="60" y="100" type="bezier"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Tie"> + <KivioFillStyle colorStyle="1" color="#5555a2"/> + <KivioLineStyle color="#5555a2" width="1" capStyle="32" joinStyle="128"/> + <KivioPoint x="30" y="55"/> + <KivioPoint x="25" y="95"/> + <KivioPoint x="30" y="100"/> + <KivioPoint x="35" y="95"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Path"> + <KivioFillStyle colorStyle="1" color="#9e6710"/> + <KivioLineStyle color="#602e00" width="1" capStyle="32" joinStyle="128"/> + + <KivioPoint x="30" y="0" type="bezier"/> + <KivioPoint x="58" y="0" type="bezier"/> + <KivioPoint x="58" y="30.0" type="bezier"/> + <KivioPoint x="58" y="30.0" type="bezier"/> + + <KivioPoint x="58" y="30.0" type="bezier"/> + <KivioPoint x="58" y="30.0" type="bezier"/> + <KivioPoint x="56.5341" y="20" type="bezier"/> + <KivioPoint x="36" y="30" type="bezier"/> + + <KivioPoint x="36" y="30" type="bezier"/> + <KivioPoint x="15.4914" y="40" type="bezier"/> + <KivioPoint x="2" y="30.0" type="bezier"/> + <KivioPoint x="2" y="30.0" type="bezier"/> + + <KivioPoint x="2" y="30.0" type="bezier"/> + <KivioPoint x="2" y="30.0" type="bezier"/> + <KivioPoint x="2.0" y="0" type="bezier"/> + <KivioPoint x="30.0" y="0" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="TextBox0" x="5.0" y="70.0" w="50" h="30" /> +</KivioShapeStencil> + |