blob: 9c3f23a18fe353310fdb5e61e7e987e1d12a61b5 (
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
|
<?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 - scEAD Wall-Plug</name>
<icon>sceadplug.xpm</icon>
<aspectratio type="fixed"/>
<connections>
<point x="2" y="6"/>
</connections>
<textbox x1="0" y1="6.1" x2="4" y2="9.1" align="center" resize="no"/>
<svg:svg width="4cm" height="6cm">
<svg:rect style="stroke:foreground;stroke-width:.8;fill:background"
x="0" y="0" width="4" height="6"/>
<svg:rect style="stroke:foreground;stroke-width:.8;fill:#B3B3B3"
x=".5" y=".48" width="3" height="5.04"/>
<svg:rect style="stroke:none; fill:foreground"
x=".5" y=".48" width="1" height=".48"/>
<svg:rect style="stroke:none; fill:foreground"
x=".5" y="1.92" width="1" height=".48"/>
<svg:rect style="stroke:none; fill:foreground"
x=".5" y="3.36" width="1" height=".48"/>
<svg:rect style="stroke:none; fill:foreground"
x=".5" y="4.8" width="1" height=".48"/>
<svg:rect style="stroke:none; fill:foreground"
x="2.5" y=".48" width="1" height=".48"/>
<svg:rect style="stroke:none; fill:foreground"
x="2.5" y="1.92" width="1" height=".48"/>
<svg:rect style="stroke:none; fill:foreground"
x="2.5" y="3.36" width="1" height=".48"/>
<svg:rect style="stroke:none; fill:foreground"
x="2.5" y="4.8" width="1" height=".48"/>
</svg:svg>
</shape>
|