2006-12-05 David Lodge <dave@cirt.net>
[dia.git] / shapes / network / switch-symbol.shape
bloba54105d66a11feafee88d88ee932f15aed003ee9
1 <?xml version="1.0"?>
2 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
3 <name>Network - Switch Symbol</name>
4 <icon>switch-symbol.png</icon>
5 <connections>
6 <point x="0" y="0.5"/>
7 <point x="0.5" y="0"/>
8 <point x="0.5" y="1"/>
9 <point x="1" y="0.5"/>
10 <point x="0.5" y="0.5" main="yes"/>
11 </connections>
12 <aspectratio type="fixed"/>
13 <svg:svg width="1" height="1">
14 <svg:rect style="fill: #9f9f9f" x="0" y="0" width="1" height="1"/>
15 <svg:rect style="stroke-width: 1" x="0" y="0" width="1" height="1"/>
16 <svg:polyline style="stroke-width: 1.5; stroke: #ffffff" points="0.15,0.25 0.35,0.25 0.65,0.75 0.85,0.75 "/>
17 <svg:polyline style="stroke-width: 1; stroke: #000000" points="0.15,0.25 0.35,0.25 0.65,0.75 0.85,0.75 "/>
18 <svg:polyline style="stroke-width: 1.5; stroke: #ffffff" points="0.85,0.25 0.65,0.25 0.35,0.75 0.15,0.75 "/>
19 <svg:polyline style="stroke-width: 1; stroke: #000000" points="0.85,0.25 0.65,0.25 0.35,0.75 0.15,0.75 "/>
20 </svg:svg>
21 </shape>