diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Hardware/Computer/3FloppyDisk.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Hardware/Computer/3FloppyDisk.sml | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Hardware/Computer/3FloppyDisk.sml b/kivio/kiviopart/stencils/Hardware/Computer/3FloppyDisk.sml new file mode 100644 index 00000000..34c0b640 --- /dev/null +++ b/kivio/kiviopart/stencils/Hardware/Computer/3FloppyDisk.sml @@ -0,0 +1,91 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> + <KivioSMLStencilSpawnerInfo> + <Author data="Kristof Borrey"/> + <Title data="Floppy Disk"/> + <Id data="Floppy Disk"/> + <Description data="Floppy Disk shape"/> + <Version data="0.1"/> + <Web data="www.koffice.org"/> + <Email data="[email protected]"/> + <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="100.0" y="50.0"/> + <KivioConnectorTarget x="50.0" y="4.0"/> + <KivioConnectorTarget x="50.0" y="100.0"/> + <KivioShape type="ClosedPath" name="Disk_omlijning"> + <KivioFillStyle colorStyle="1" color="#404040"/> + <KivioLineStyle color="#000000" width="0.5" capStyle="32" joinStyle="128"/> + <KivioPoint x="0" y="0"/> + <KivioPoint x="10" y="0"/> + <KivioPoint x="10" y="5"/> + <KivioPoint x="80" y="5"/> + <KivioPoint x="80" y="0"/> + <KivioPoint x="95" y="0"/> + <KivioPoint x="100" y="5"/> + <KivioPoint x="100" y="100"/> + <KivioPoint x="0" y="100"/> + <KivioPoint x="0" y="0"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Disk_ijzer"> + <KivioFillStyle colorStyle="1" color="#e0e0e0"/> + <KivioLineStyle color="#c0c0c0" width="0.5" capStyle="32" joinStyle="128"/> + <KivioPoint x="10" y="5"/> + <KivioPoint x="10" y="40"/> + <KivioPoint x="30" y="40"/> + <KivioPoint x="30" y="4"/> + <KivioPoint x="80" y="4"/> + <KivioPoint x="80" y="40"/> + <KivioPoint x="10" y="40"/> + <KivioPoint x="10" y="5"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Disk_gatinijzer"> + <KivioFillStyle colorStyle="1" color="#404040"/> + <KivioLineStyle color="#c0c0c0" width="0.5" capStyle="32" joinStyle="128"/> + <KivioPoint x="60" y="10"/> + <KivioPoint x="75" y="10"/> + <KivioPoint x="75" y="35"/> + <KivioPoint x="60" y="35"/> + <KivioPoint x="60" y="10"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Disk_sticker"> + <KivioPoint x="10" y="100"/> + <KivioPoint x="10" y="50"/> + <KivioPoint x="90" y="50"/> + <KivioPoint x="90" y="100"/> + <KivioPoint x="10" y="100"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Disk_gatrechts"> + <KivioFillStyle colorStyle="1" color="#000000"/> + <KivioLineStyle color="#000000" width="0.5" capStyle="32" joinStyle="128"/> + <KivioPoint x="3" y="93"/> + <KivioPoint x="7" y="93"/> + <KivioPoint x="7" y="97"/> + <KivioPoint x="3" y="97"/> + <KivioPoint x="3" y="93"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Disk_gatlinks"> + <KivioFillStyle colorStyle="1" color="#000000"/> + <KivioLineStyle color="#000000" width="0.5" capStyle="32" joinStyle="128"/> + <KivioPoint x="93" y="93"/> + <KivioPoint x="97" y="93"/> + <KivioPoint x="97" y="97"/> + <KivioPoint x="93" y="97"/> + <KivioPoint x="93" y="93"/> + </KivioShape> + <KivioShape type="ClosedPath" name="Disk_pijl"> + <KivioFillStyle colorStyle="1" color="#000000"/> + <KivioLineStyle color="#000000" width="0.5" capStyle="32" joinStyle="128"/> + <KivioPoint x="2" y="10"/> + <KivioPoint x="5" y="5"/> + <KivioPoint x="8" y="10"/> + <KivioPoint x="5" y="10"/> + <KivioPoint x="5" y="13"/> + <KivioPoint x="5" y="10"/> + <KivioPoint x="2" y="10"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="10.0" y="50.0" w="80.0" h="50.0"/> +</KivioShapeStencil> |