diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Miscellaneous/People/Woman.sml')
-rwxr-xr-x | kivio/kiviopart/stencils/Miscellaneous/People/Woman.sml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/People/Woman.sml b/kivio/kiviopart/stencils/Miscellaneous/People/Woman.sml new file mode 100755 index 00000000..e1c4aabc --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/People/Woman.sml @@ -0,0 +1,66 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Woman"/> + <Id data="Woman"/> + <Description data="Woman shape"/> + <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="50.0" h="100.0"/> + <KivioConnectorTarget x="25.0" y="2.0"/> + <KivioConnectorTarget x="0.0" y="45.0"/> + <KivioConnectorTarget x="50.0" y="45.0"/> + <KivioConnectorTarget x="25.0" y="100.0"/> + <KivioShape type="ClosedPath" name="Woman"> + + <KivioPoint x="20" y="20"/> + <KivioPoint x="15" y="20"/> + <KivioPoint x="15" y="10"/> + + <KivioPoint x="15" y="10" type="bezier"/> + <KivioPoint x="20" y="0" type="bezier"/> + <KivioPoint x="30" y="0" type="bezier"/> + <KivioPoint x="35" y="10" type="bezier"/> + + <KivioPoint x="35" y="10"/> + <KivioPoint x="35" y="20"/> + <KivioPoint x="30" y="20"/> + <KivioPoint x="30" y="22.5"/> + <KivioPoint x="40" y="22.5"/> + <KivioPoint x="45" y="25"/> + <KivioPoint x="50" y="30"/> + <KivioPoint x="50" y="55"/> + <KivioPoint x="40" y="55"/> + <KivioPoint x="40" y="57.5"/> + <KivioPoint x="50" y="57.5"/> + <KivioPoint x="40" y="65"/> + <KivioPoint x="45" y="80"/> + <KivioPoint x="40" y="80"/> + <KivioPoint x="40" y="95"/> + <KivioPoint x="50" y="100"/> + <KivioPoint x="27.5" y="100"/> + <KivioPoint x="27.5" y="80"/> + <KivioPoint x="22.5" y="80"/> + <KivioPoint x="22.5" y="100"/> + <KivioPoint x="0" y="100"/> + <KivioPoint x="10" y="95"/> + <KivioPoint x="10" y="80"/> + <KivioPoint x="5" y="80"/> + <KivioPoint x="10" y="65"/> + <KivioPoint x="0" y="57.5"/> + <KivioPoint x="10" y="57.5"/> + <KivioPoint x="10" y="55"/> + <KivioPoint x="0" y="55"/> + <KivioPoint x="0" y="30"/> + <KivioPoint x="5" y="25"/> + <KivioPoint x="10" y="22.5"/> + <KivioPoint x="20" y="22.5"/> + <KivioPoint x="20" y="20"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="25.0" w="50.0" h="35.0"/> +</KivioShapeStencil> |