diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Miscellaneous/People/Group.sml')
-rwxr-xr-x | kivio/kiviopart/stencils/Miscellaneous/People/Group.sml | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/People/Group.sml b/kivio/kiviopart/stencils/Miscellaneous/People/Group.sml new file mode 100755 index 00000000..9ad8d5c9 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/People/Group.sml @@ -0,0 +1,96 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Group"/> + <Id data="Group"/> + <Description data="Group"/> + <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="100" h="110.0"/> + <KivioConnectorTarget x="30.0" y="10.0"/> + <KivioConnectorTarget x="70.0" y="0.0"/> + <KivioConnectorTarget x="0.0" y="110.0"/> + <KivioConnectorTarget x="30.0" y="110.0"/> + <KivioConnectorTarget x="60.0" y="110.0"/> + <KivioConnectorTarget x="70.0" y="100.0"/> + <KivioConnectorTarget x="100.0" y="100.0"/> + <KivioShape type="Ellipse" name="On-Page Reference" x="45.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="#0000ff"/> + <KivioLineStyle color="#000072" width="1" capStyle="32" joinStyle="128"/> + <KivioPoint x="40" y="100" type="bezier"/> + <KivioPoint x="50" y="40" type="bezier"/> + <KivioPoint x="90" y="40" type="bezier"/> + <KivioPoint x="100" y="100" type="bezier"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Path"> + <KivioFillStyle colorStyle="1" color="#9e6710"/> + <KivioLineStyle color="#602e00" width="1" capStyle="32" joinStyle="128"/> + + <KivioPoint x="70" y="0" type="bezier"/> + <KivioPoint x="98" y="0" type="bezier"/> + <KivioPoint x="98" y="30.0" type="bezier"/> + <KivioPoint x="98" y="30.0" type="bezier"/> + + <KivioPoint x="98" y="30.0" type="bezier"/> + <KivioPoint x="98" y="30.0" type="bezier"/> + <KivioPoint x="96.5341" y="20" type="bezier"/> + <KivioPoint x="76" y="30" type="bezier"/> + + <KivioPoint x="76" y="30" type="bezier"/> + <KivioPoint x="55.4914" y="40" type="bezier"/> + <KivioPoint x="42" y="30.0" type="bezier"/> + <KivioPoint x="42" y="30.0" type="bezier"/> + + <KivioPoint x="42" y="30.0" type="bezier"/> + <KivioPoint x="42" y="30.0" type="bezier"/> + <KivioPoint x="42.0" y="0" type="bezier"/> + <KivioPoint x="70.0" y="0" type="bezier"/> + </KivioShape> + <KivioShape type="Ellipse" name="On-Page Reference" x="5.0" w="50.0" y="15.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="#ff0000"/> + <KivioLineStyle color="#720000" width="1" capStyle="32" joinStyle="128"/> + <KivioPoint x="0" y="110" type="bezier"/> + <KivioPoint x="10" y="50" type="bezier"/> + <KivioPoint x="50" y="50" type="bezier"/> + <KivioPoint x="60" y="110" type="bezier"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Path"> + <KivioFillStyle colorStyle="1" color="#ffe55b"/> + <KivioLineStyle color="#d06a00" width="1" capStyle="32" joinStyle="128"/> + + <KivioPoint x="30" y="10" type="bezier"/> + <KivioPoint x="58" y="10" type="bezier"/> + <KivioPoint x="58" y="40.0" type="bezier"/> + <KivioPoint x="58" y="40.0" type="bezier"/> + + <KivioPoint x="58" y="40.0" type="bezier"/> + <KivioPoint x="58" y="40.0" type="bezier"/> + <KivioPoint x="56.5341" y="30" type="bezier"/> + <KivioPoint x="36" y="40" type="bezier"/> + + <KivioPoint x="36" y="40" type="bezier"/> + <KivioPoint x="15.4914" y="50" type="bezier"/> + <KivioPoint x="2" y="40.0" type="bezier"/> + <KivioPoint x="2" y="40.0" type="bezier"/> + + <KivioPoint x="2" y="40.0" type="bezier"/> + <KivioPoint x="2" y="40.0" type="bezier"/> + <KivioPoint x="2.0" y="10" type="bezier"/> + <KivioPoint x="30.0" y="10" type="bezier"/> + </KivioShape> + <KivioShape type="TextBox" name="TextBox0" x="5.0" y="80.0" w="50" h="30" /> +</KivioShapeStencil> + |