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 / computer.shape < prev    next >
Extensible Markup Language  |  2001-05-30  |  2KB  |  44 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 - General Computer (Tower)</name>
  5.   <icon>computer.xpm</icon>
  6.   <aspectratio type="fixed"/>
  7.   <connections>
  8.      <point x="1.1" y="0"/>
  9.      <point x="1.1" y="3.8"/>
  10.   </connections>
  11.   <textbox x1="0" y1="3.9" x2="2.2" y2="6.9" align="center" resize="no"/>
  12.   <svg:svg width="2.2cm" height="3.8cm">
  13.     <svg:rect style="fill:#B3B3B3; stroke:foreground; stroke-width: .8" 
  14.     x=".3" y="0" width="1.5" height="3.5"/>
  15.     <svg:rect style="fill:none; stroke:foreground; stroke-width:.1"
  16.     x=".45" y=".21" width="1.2" height=".4"/>
  17.     <svg:rect style="fill:none; stroke:foreground; stroke-width:.1"
  18.     x=".45" y=".61" width="1.2" height=".4"/>
  19.     <svg:rect style="fill:none; stroke:foreground; stroke-width:.1"
  20.     x=".45" y="1.01" width="1.2" height=".4"/>
  21.     <svg:rect style="fill:none; stroke:foreground; stroke-width:.1"
  22.     x=".45" y="1.41" width="1.2" height=".4"/>
  23.  
  24.     <svg:rect style="fill:none; stroke:foreground; stroke-width:.1"
  25.     x=".45" y="1.89" width=".75" height=".24"/>
  26.  
  27.     <svg:circle style="fill:#00FF00;stroke:foreground;stroke-width:.1"
  28.     cx="1.575" cy="1.93" r=".0525"/>
  29.     <svg:circle style="fill:#FFFF00;stroke:foreground;stroke-width:.1"
  30.     cx="1.575" cy="2.09" r=".0525"/>
  31.     <svg:rect style="fill:background;stroke:foreground;stroke-width:.1"
  32.     x="1.275" y="1.97" width=".18" height=".16"/>
  33.  
  34.     <svg:path style="stroke:foreground; stroke-width:.1"
  35.     d="M.55,2.45 L.55,3.325 M.8,2.45 L.8,3.325 M1.05,2.45 L1.05,3.325"/>
  36.     <svg:path style="stroke:foreground; stroke-width:.1"
  37.     d="M1.3,2.45 L1.3,3.325 M1.55,2.45 L1.55,3.325 M1.8,2.45 L1.8,3.325"/>
  38.  
  39.     <svg:polygon style="stroke:foreground;stroke-width:.1;fill:#999999"
  40.     points="0,3.8 .3,3.2 .3,3.5 1.8,3.5 1.8,3.2 2.2,3.8"/>
  41.   </svg:svg>
  42. </shape>
  43.  
  44.