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 62 63 64
|
<?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 - Patch Panel</name>
<icon>patch-panel.png</icon>
<connections>
<point x=".625" y=".45"/>
<point x="1.125" y=".45"/>
<point x="1.625" y=".45"/>
<point x="2.125" y=".45"/>
<point x="2.625" y=".45"/>
<point x="3.125" y=".45"/>
<point x="3.625" y=".45"/>
<point x="4.125" y=".45"/>
<point x="4.625" y=".45"/>
<point x="5.125" y=".45"/>
<point x="5.625" y=".45"/>
<point x="6.125" y=".45"/>
<point x="6.625" y=".45"/>
<point x="7.125" y=".45"/>
<point x="7.625" y=".45"/>
<point x="8.125" y=".45"/>
<point x="8.625" y=".45"/>
<point x="9.125" y=".45"/>
<point x="9.625" y=".45"/>
<point x="10.125" y=".45"/>
<point x="10.625" y=".45"/>
<point x="11.125" y=".45"/>
<point x="11.625" y=".45"/>
<point x="12.125" y=".45"/>
<point x="6.375" y="0.45" main="yes"/>
</connections>
<aspectratio type="fixed"/>
<svg:svg width="12.75cm" height="0.9cm">
<svg:rect style="stroke: foreground; stroke-width:.8; fill:#B3B3B3" x="0" y="0" width="12.75" height="0.9"/>
<svg:rect style="stroke:none; fill:foreground" x=".5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="1" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="1.5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="2" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="2.5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="3" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="3.5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="4" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="4.5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="5.5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="6" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="6.5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="7" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="7.5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="8" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="8.5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="9" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="9.5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="10" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="10.5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="11" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="11.5" y=".33" width=".25" height=".24"/>
<svg:rect style="stroke:none; fill:foreground" x="12" y=".33" width=".25" height=".24"/>
</svg:svg>
</shape>
|