diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Miscellaneous/People/Bad.sml')
-rwxr-xr-x | kivio/kiviopart/stencils/Miscellaneous/People/Bad.sml | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/People/Bad.sml b/kivio/kiviopart/stencils/Miscellaneous/People/Bad.sml new file mode 100755 index 00000000..eb1650e7 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/People/Bad.sml @@ -0,0 +1,103 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Bad"/> + <Id data="Bad"/> + <Description data="Bad 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="100.0" h="100.0"/> + <KivioConnectorTarget x="0.0" y="30.0"/> + <KivioConnectorTarget x="10.0" y="0.0"/> + <KivioConnectorTarget x="10.0" y="60.0"/> + <KivioShape type="ClosedPath" name="Bad1"> + <KivioFillStyle colorStyle="1" color="#ffdeac"/> + <KivioLineStyle color="#ffae62" width="1" capStyle="32" joinStyle="128"/> + <KivioPoint x="20" y="50"/> + <KivioPoint x="30" y="55"/> + <KivioPoint x="60" y="95"/> + <KivioPoint x="65" y="95"/> + <KivioPoint x="68" y="93"/> + <KivioPoint x="70" y="90"/> + + <KivioPoint x="70" y="90" type="bezier"/> + <KivioPoint x="70" y="80" type="bezier"/> + <KivioPoint x="58" y="72" type="bezier"/> + <KivioPoint x="56" y="65" type="bezier"/> + + + <KivioPoint x="56" y="65"/> + + + <KivioPoint x="56" y="65" type="bezier"/> + <KivioPoint x="56" y="55" type="bezier"/> + <KivioPoint x="70" y="50" type="bezier"/> + <KivioPoint x="75" y="55" type="bezier"/> + + <KivioPoint x="75" y="55"/> + <KivioPoint x="95" y="55"/> + + <KivioPoint x="95" y="55" type="bezier"/> + <KivioPoint x="100" y="51" type="bezier"/> + <KivioPoint x="100" y="46" type="bezier"/> + <KivioPoint x="95" y="42" type="bezier"/> + + <KivioPoint x="95" y="42"/> + + <KivioPoint x="95" y="42" type="bezier"/> + <KivioPoint x="100" y="38" type="bezier"/> + <KivioPoint x="100" y="33" type="bezier"/> + <KivioPoint x="95" y="29" type="bezier"/> + + + <KivioPoint x="95" y="29"/> + + <KivioPoint x="95" y="29" type="bezier"/> + <KivioPoint x="100" y="25" type="bezier"/> + <KivioPoint x="100" y="20" type="bezier"/> + <KivioPoint x="95" y="16" type="bezier"/> + + <KivioPoint x="95" y="16"/> + + <KivioPoint x="95" y="16" type="bezier"/> + <KivioPoint x="100" y="13" type="bezier"/> + <KivioPoint x="100" y="8" type="bezier"/> + <KivioPoint x="95" y="5" type="bezier"/> + + <KivioPoint x="95" y="5"/> + <KivioPoint x="35" y="5"/> + + <KivioPoint x="35" y="5" type="bezier"/> + <KivioPoint x="30" y="6" type="bezier"/> + <KivioPoint x="25" y="7" type="bezier"/> + <KivioPoint x="20" y="10" type="bezier"/> + + <KivioPoint x="20" y="10"/> + <KivioPoint x="20" y="50"/> + </KivioShape> + + <KivioShape type="ClosedPath" name="Bad2"> + <KivioFillStyle colorStyle="1" color="#ffffff"/> + <KivioLineStyle color="#ffae62" width="1" capStyle="32" joinStyle="128"/> + <KivioPoint x="65" y="95"/> + <KivioPoint x="55" y="85"/> + <KivioPoint x="53" y="87"/> + <KivioPoint x="63" y="98"/> + <KivioPoint x="65" y="95"/> + </KivioShape> + + <KivioShape type="Rectangle" name="Bad3" x="0.0" y="0.0" w="20.0" h="60.0"> + <KivioFillStyle colorStyle="1" color="#ffffff"/> + <KivioLineStyle color="#5555a2" width="1" capStyle="32" joinStyle="128"/> + </KivioShape> + <KivioShape type="Rectangle" name="Bad4" x="5.0" y="45.0" w="10.0" h="10.0"> + <KivioFillStyle colorStyle="1" color="#5555a2"/> + <KivioLineStyle color="#5555a2" width="1" capStyle="32" joinStyle="128"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="54.0"/> +</KivioShapeStencil> |