diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kivio/kiviopart/stencils/Hardware/Computer/PCIcard.sml | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kivio/kiviopart/stencils/Hardware/Computer/PCIcard.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Hardware/Computer/PCIcard.sml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Hardware/Computer/PCIcard.sml b/kivio/kiviopart/stencils/Hardware/Computer/PCIcard.sml new file mode 100644 index 00000000..762083b7 --- /dev/null +++ b/kivio/kiviopart/stencils/Hardware/Computer/PCIcard.sml @@ -0,0 +1,53 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="Kate"> +<KivioSMLStencilSpawnerInfo> +<Author data="Kristof Borrey"/> +<Title data="PCI card"/> +<Id data="PCI card"/> +<Description data="PCI card"/> +<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="160.0" h="100.0"/> +<KivioConnectorTarget x="85.0" y="5.0"/> +<KivioConnectorTarget x="5.0" y="52.5"/> +<KivioConnectorTarget x="57.5" y="100"/> +<KivioConnectorTarget x="160.0" y="52.5"/> +<KivioShape type="ClosedPath" name="S1"> + <KivioFillStyle colorStyle="1" color="#e4e4e4"/> + <KivioLineStyle color="#5959a5" width="0.5" capStyle="32" joinStyle="128"/> + <KivioPoint x="0" y="0"/> + <KivioPoint x="10" y="0"/> + <KivioPoint x="10" y="100"/> + <KivioPoint x="5" y="100"/> + <KivioPoint x="5" y="5"/> + <KivioPoint x="0" y="5"/> + <KivioPoint x="0" y="0"/> +</KivioShape> +<KivioShape type="ClosedPath" name="S2"> + <KivioFillStyle colorStyle="1" color="#53ca30"/> + <KivioLineStyle color="#056c00" width="1" capStyle="32" joinStyle="128"/> + <KivioPoint x="10" y="5"/> + <KivioPoint x="160" y="5"/> + <KivioPoint x="160" y="90"/> + <KivioPoint x="100" y="90"/> + <KivioPoint x="100" y="100"/> + <KivioPoint x="15" y="100"/> + <KivioPoint x="15" y="90"/> + <KivioPoint x="10" y="90"/> + <KivioPoint x="10" y="5"/> +</KivioShape> +<KivioShape type="ClosedPath" name="S3"> + <KivioFillStyle colorStyle="1" color="#fff489"/> + <KivioLineStyle color="#ffd256" width="1" capStyle="32" joinStyle="128"/> + <KivioPoint x="20" y="90"/> + <KivioPoint x="95" y="90"/> + <KivioPoint x="95" y="100"/> + <KivioPoint x="20" y="100"/> + <KivioPoint x="20" y="90"/> +</KivioShape> +<KivioShape type="TextBox" name="Text" x="2.0" y="60.0" w="96.0" h="40.0"/> +</KivioShapeStencil> |