summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/stencils/Dia/Network/switch-symbol.shape
blob: 58728ebb2628afce7713dadb30091ce822543592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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 - Switch Symbol</name>
  <icon>switch-symbol.xpm</icon>
  <connections>
    <point x="0" y="0.5"/>
    <point x="0.5" y="0"/>
    <point x="0.5" y="1"/>
    <point x="1" y="0.5"/>
  </connections>
  <aspectratio type="fixed"/>
  <svg:svg width="1" height="1">
    <svg:rect style="fill: #9f9f9f" x="0" y="0" width="1" height="1"/>
    <svg:rect style="stroke-width: 1" x="0" y="0" width="1" height="1"/>
    <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 "/>
    <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 "/>
    <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 "/>
    <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 "/>
  </svg:svg>
</shape>