blob: eb92b05c331efb2c52d6615f32aa920358e989e7 (
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
|
<?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 - Modular Switch</name>
<icon>modularswitch.xpm</icon>
<aspectratio type="fixed"/>
<connections>
<point x="4.75" y="8.2"/>
</connections>
<textbox x1="0" y1="8.3" x2="9.5" y2="11.3" align="center" resize="no"/>
<svg:svg width="9.5cm" height="8.2cm">
<svg:rect style="stroke:foreground; stroke-width:.8; fill:background"
x="0" y="0" width="9.5" height="7.5"/>
<svg:path style="stroke:foreground; stroke-width:.8;"
d="M0,2.5 L9.5,2.5 M0,5 L9.5,5"/>
<svg:rect style="stroke:foreground; stroke-width:.8; fill:#FF0000"
x="1.045" y=".975" width=".950" height="1.275"/>
<svg:rect style="stroke:foreground; stroke-width:.8; fill:#FF0000"
x="2.47" y=".975" width=".950" height="1.275"/>
<svg:rect style="stroke:foreground; stroke-width:.8; fill:#FF0000"
x="5.985" y=".975" width=".950" height="1.275"/>
<svg:rect style="stroke:foreground; stroke-width:.8; fill:#FF0000"
x="7.505" y=".975" width=".950" height="1.275"/>
<svg:rect style="stroke:foreground; stroke-width:.8; fill:#FFFF00"
x="1.045" y="3.45" width="1.425" height=".525"/>
<svg:rect style="stroke:foreground; stroke-width:.8; fill:#FFFF00"
x="3.99" y="3.45" width="1.425" height=".525"/>
<svg:rect style="stroke:foreground; stroke-width:.8; fill:#FFFF00"
x="7.03" y="3.45" width="1.425" height=".525"/>
<svg:rect style="stroke:none; fill:foreground"
x="1.045" y="6" width=".475" height=".525"/>
<svg:rect style="stroke:none; fill:foreground"
x="1.995" y="6" width=".475" height=".525"/>
<svg:rect style="stroke:none; fill:foreground"
x="3.04" y="6" width=".475" height=".525"/>
<svg:rect style="stroke:none; fill:foreground"
x="3.99" y="6" width=".475" height=".525"/>
<svg:rect style="stroke:none; fill:foreground"
x="5.035" y="6" width=".475" height=".525"/>
<svg:rect style="stroke:none; fill:foreground"
x="5.985" y="6" width=".475" height=".525"/>
<svg:rect style="stroke:none; fill:foreground"
x="7.03" y="6" width=".475" height=".525"/>
<svg:rect style="stroke:none; fill:foreground"
x="7.98" y="6" width=".475" height=".525"/>
</svg:svg>
</shape>
|