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 / hub.shape < prev    next >
Extensible Markup Language  |  2001-05-20  |  2KB  |  42 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 - Hub</name>
  5.   <icon>hub.xpm</icon>
  6.   <connections>
  7.      <point x="2.5" y="2.2"/>
  8.      <point x=".625" y=".87"/>
  9.      <point x="1.125" y=".87"/>
  10.      <point x="1.625" y=".87"/>
  11.      <point x="2.125" y=".87"/>
  12.      <point x="2.625" y=".87"/>
  13.      <point x="3.125" y=".87"/>
  14.      <point x="3.625" y=".87"/>
  15.      <point x="4.125" y=".87"/>
  16.   </connections>
  17.   <aspectratio type="fixed"/>
  18.   <textbox x1="0" y1="2.3" x2="5" y2="5.3" align="center" resize="no"/>
  19.   <svg:svg width="5cm" height="2.2cm">
  20.     <svg:rect style="stroke: foreground; stroke-width:.8; fill:#B3B3B3"
  21.      x="0" y="0" width="5" height="2.2"/>
  22.  
  23.     <svg:rect style="stroke:none; fill:foreground"
  24.      x=".5" y=".75" width=".25" height=".24"/>
  25.     <svg:rect style="stroke:none; fill:foreground"
  26.      x="1" y=".75" width=".25" height=".24"/>
  27.     <svg:rect style="stroke:none; fill:foreground"
  28.      x="1.5" y=".75" width=".25" height=".24"/>
  29.     <svg:rect style="stroke:none; fill:foreground"
  30.      x="2" y=".75" width=".25" height=".24"/>
  31.     <svg:rect style="stroke:none; fill:foreground"
  32.      x="2.5" y=".75" width=".25" height=".24"/>
  33.     <svg:rect style="stroke:none; fill:foreground"
  34.      x="3" y=".75" width=".25" height=".24"/>
  35.     <svg:rect style="stroke:none; fill:foreground"
  36.      x="3.5" y=".75" width=".25" height=".24"/>
  37.     <svg:rect style="stroke:none; fill:foreground"
  38.      x="4" y=".75" width=".25" height=".24"/>
  39.   </svg:svg>
  40. </shape>
  41.  
  42.