home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / TemaCD / dia / dia-0.90-1-setup.exe / shapes / network / switch-atm-symbol.shape < prev    next >
Extensible Markup Language  |  2000-08-18  |  2KB  |  27 lines

  1. <?xml version="1.0"?>
  2. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
  3.        xmlns:svg="http://www.w3.org/2000/svg">
  4.   <name>Network - Switch ATM Symbol</name>
  5.   <icon>switch-atm-symbol.xpm</icon>
  6.   <connections>
  7.     <point x="0" y="0.5"/>
  8.     <point x="0.5" y="0"/>
  9.     <point x="0.5" y="1"/>
  10.     <point x="1" y="0.5"/>
  11.   </connections>
  12.   <aspectratio type="fixed"/>
  13.   <svg:svg width="1.5cm" height="1.5cm">
  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:polyline style="stroke-width: 0.06; stroke: #000000" points="0.25,0.6 0.25,0.45 0.35,0.45 0.35,0.6 "/>
  21.     <svg:line style="stroke-width: 0.6; stroke: #000000" x1="0.25" y1="0.5" x2="0.35" y2="0.5"/>
  22.     <svg:line style="stroke-width: 0.6; stroke: #000000" x1="0.45" y1="0.20" x2="0.55" y2="0.20"/>
  23.     <svg:line style="stroke-width: 0.6; stroke: #000000" x1="0.5" y1="0.35" x2="0.5" y2="0.20"/>
  24.     <svg:polyline style="stroke-width: 0.06; stroke: #000000" points="0.65,0.6 0.65,0.45 0.7,0.5 0.75,0.45 0.75,0.6 "/>
  25.   </svg:svg>
  26. </shape>
  27.