home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / opensource / Dia_0.94 / dia-setup-0.94.exe / modularswitch.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  2.3 KB  |  54 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 - Modular Switch</name>
  5.   <icon>modularswitch.png</icon>
  6.   <aspectratio type="fixed"/>
  7.   <connections>
  8.      <point x="4.75" y="8.2"/>
  9.   </connections>
  10.   <textbox x1="0" y1="8.3" x2="9.5" y2="11.3" align="center" resize="no"/>
  11.   <svg:svg width="9.5cm" height="8.2cm">
  12.     <svg:rect style="stroke:foreground; stroke-width:.8; fill:background"
  13.     x="0" y="0" width="9.5" height="7.5"/>
  14.     <svg:path style="stroke:foreground; stroke-width:.8;"
  15.     d="M0,2.5 L9.5,2.5 M0,5 L9.5,5"/>
  16.  
  17.     <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FF0000"
  18.     x="1.045" y=".975" width=".950" height="1.275"/>
  19.     <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FF0000"
  20.     x="2.47" y=".975" width=".950" height="1.275"/>
  21.     <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FF0000"
  22.     x="5.985" y=".975" width=".950" height="1.275"/>
  23.     <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FF0000"
  24.     x="7.505" y=".975" width=".950" height="1.275"/>
  25.  
  26.     <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FFFF00"
  27.     x="1.045" y="3.45" width="1.425" height=".525"/>
  28.     <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FFFF00"
  29.     x="3.99" y="3.45" width="1.425" height=".525"/>
  30.     <svg:rect style="stroke:foreground; stroke-width:.8; fill:#FFFF00"
  31.     x="7.03" y="3.45" width="1.425" height=".525"/>
  32.  
  33.     <svg:rect style="stroke:none; fill:foreground"
  34.     x="1.045" y="6" width=".475" height=".525"/>
  35.     <svg:rect style="stroke:none; fill:foreground"
  36.     x="1.995" y="6" width=".475" height=".525"/>
  37.     <svg:rect style="stroke:none; fill:foreground"
  38.     x="3.04" y="6" width=".475" height=".525"/>
  39.     <svg:rect style="stroke:none; fill:foreground"
  40.     x="3.99" y="6" width=".475" height=".525"/>
  41.     <svg:rect style="stroke:none; fill:foreground"
  42.     x="5.035" y="6" width=".475" height=".525"/>
  43.     <svg:rect style="stroke:none; fill:foreground"
  44.     x="5.985" y="6" width=".475" height=".525"/>
  45.     <svg:rect style="stroke:none; fill:foreground"
  46.     x="7.03" y="6" width=".475" height=".525"/>
  47.     <svg:rect style="stroke:none; fill:foreground"
  48.     x="7.98" y="6" width=".475" height=".525"/>
  49.   </svg:svg>
  50. </shape>
  51.  
  52.  
  53.  
  54.