summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/stencils/Dia/Network/printer.shape
blob: 2d850f49d163b0cd7a738aafbc16c66c47149043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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>