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/Dia/Network/printer.shape | |
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/Dia/Network/printer.shape')
-rw-r--r-- | kivio/kiviopart/stencils/Dia/Network/printer.shape | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Dia/Network/printer.shape b/kivio/kiviopart/stencils/Dia/Network/printer.shape new file mode 100644 index 00000000..2d850f49 --- /dev/null +++ b/kivio/kiviopart/stencils/Dia/Network/printer.shape @@ -0,0 +1,61 @@ +<?xml version="1.0"?> +<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" + xmlns:svg="http://www.w3.org/2000/svg"> + <name>Network - General Printer</name> + <icon>printer.xpm</icon> + <aspectratio type="fixed"/> + <connections> + <point x="1.5" y="2.5"/> + <point x="0.0" y="2.2"/> + <point x="3.0" y="2.2"/> + </connections> + <textbox x1="0" y1="2.6" x2="3" y2="5.6" align="center" resize="no"/> + <svg:svg width="3cm" height="2.5cm"> + <svg:polygon style="stroke:foreground; stroke-width:.8;fill:#B3B3B3" + points=".48,.95 .36,1 0,1.9 0,2.35 .18,2.5 2.82,2.5 3,2.35 3,1.9 2.64,1 2.52,.95"/> + <svg:path style="stroke:foreground; stroke-width:.8" + d="M.06,1.75 L.18,1.8 L2.82,1.8 L2.94,1.75"/> + <svg:path style="stroke:foreground; stroke-width:.8" + d="M2.82,1.8 L3,1.9 M0,1.9 L.18,1.8"/> + <svg:polygon style="stroke:foreground; stroke-width:.8;fill:background" + points=".84,0 .78,1.2 2.22,1.2 2.16,0"/> + <svg:polygon style="stroke:foreground; stroke-width:.8;fill:foreground" + points=".6,1.2 .48,1.55 2.52,1.55 2.4,1.2"/> + + <svg:circle style="stroke:foreground; stroke-width:.2;fill:#0000FF" + cx=".6" cy="1.975" r=".03"/> + <svg:circle style="stroke:foreground; stroke-width:.2;fill:#0000FF" + cx=".9" cy="1.975" r=".03"/> + <svg:circle style="stroke:foreground; stroke-width:.2;fill:#0000FF" + cx="1.2" cy="1.975" r=".03"/> + + <svg:circle style="stroke:foreground; stroke-width:.2;fill:#0000FF" + cx=".6" cy="2.1" r=".03"/> + <svg:circle style="stroke:foreground; stroke-width:.2;fill:#0000FF" + cx=".9" cy="2.1" r=".03"/> + <svg:circle style="stroke:foreground; stroke-width:.2;fill:#0000FF" + cx="1.2" cy="2.1" r=".03"/> + + <svg:circle style="stroke:foreground; stroke-width:.2;fill:#0000FF" + cx=".6" cy="2.225" r=".03"/> + <svg:circle style="stroke:foreground; stroke-width:.2;fill:#0000FF" + cx=".9" cy="2.225" r=".03"/> + <svg:circle style="stroke:foreground; stroke-width:.2;fill:#0000FF" + cx="1.2" cy="2.225" r=".03"/> + + <svg:circle style="stroke:foreground; stroke-width:.2;fill:#0000FF" + cx=".6" cy="2.35" r=".03"/> + <svg:circle style="stroke:foreground; stroke-width:.2;fill:#0000FF" + cx=".9" cy="2.35" r=".03"/> + <svg:circle style="stroke:foreground; stroke-width:.2;fill:#0000FF" + cx="1.2" cy="2.35" r=".03"/> + + <svg:ellipse style="stroke:foreground; stroke-width:.2;fill:#8F8F8F" + cx="1.5" cy="2" rx=".375" ry=".12"/> + <svg:ellipse style="stroke:foreground; stroke-width:.2;fill:#8F8F8F" + cx="2.25" cy="2" rx=".375" ry=".12"/> + </svg:svg> +</shape> + + + |