diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Miscellaneous/Arrows/Sun_Arrow.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/Arrows/Sun_Arrow.sml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/Arrows/Sun_Arrow.sml b/kivio/kiviopart/stencils/Miscellaneous/Arrows/Sun_Arrow.sml new file mode 100644 index 00000000..7cfdc307 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/Arrows/Sun_Arrow.sml @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Sun Arrow"/> + <Id data="Sun arrow"/> + <Description data="Sun Arrow 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="50.0"/> + <KivioConnectorTarget x="50.0" y="0.0"/> + <KivioConnectorTarget x="50.0" y="100.0"/> + <KivioConnectorTarget x="100.0" y="50.0"/> + <KivioConnectorTarget x="15.0" y="15.0"/> + <KivioConnectorTarget x="15.0" y="85.0"/> + <KivioConnectorTarget x="85.0" y="15.0"/> + <KivioConnectorTarget x="85.0" y="85.0"/> + <KivioShape type="ClosedPath" name="Sun_Arrow"> + <KivioPoint x="15" y="15"/> + <KivioPoint x="35" y="15"/> + <KivioPoint x="50" y="0"/> + <KivioPoint x="65" y="15"/> + <KivioPoint x="85" y="15"/> + <KivioPoint x="85" y="35"/> + <KivioPoint x="100" y="50"/> + <KivioPoint x="85" y="65"/> + <KivioPoint x="85" y="85"/> + <KivioPoint x="65" y="85"/> + <KivioPoint x="50" y="100"/> + <KivioPoint x="35" y="85"/> + <KivioPoint x="15" y="85"/> + <KivioPoint x="15" y="65"/> + <KivioPoint x="0" y="50"/> + <KivioPoint x="15" y="35"/> + <KivioPoint x="15" y="15"/> + </KivioShape> + <KivioShape type="Ellipse" name="Sun" x="12" w="76.0" y="12" h="76.0"/> + <KivioShape type="Ellipse" name="Sun" x="15" w="70.0" y="15" h="70.0"/> + <KivioShape type="TextBox" name="Text" x="40.0" y="5.0" w="150.0" h="50.0"/> +</KivioShapeStencil> |