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 / genmonitor.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  1.2 KB  |  34 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 Monitor (With Stand)</name>
  5.   <icon>genmonitor.png</icon>
  6.   <aspectratio type="fixed"/>
  7.   <connections>
  8.      <point x="1.5" y="2.95"/>
  9.   </connections>
  10.   <textbox x1="-1" y1="3.05" x2="4" y2="6.05" align="center" resize="no"/>
  11.   <svg:svg width="3cm" height="2.95cm">
  12.     <svg:rect style="fill:#B3B3B3; stroke:foreground; stroke-width: .5" 
  13.     x="0" y="0" width="3" height="2.25"/>
  14.     <svg:rect style="fill:foreground; stroke:none"
  15.     x=".325" y=".325" width="2.35" height="1.55"/>
  16.  
  17.     <svg:polygon style="fill:#B3B3B3;stroke:foreground;stroke-width: .5"
  18.     points=".40625,2.25 1.95,2.25 1.95,2.6 .4875,2.6"/>
  19.     <svg:polygon style="fill:#B3B3B3;stroke:foreground;stroke-width: .5"
  20.     points="1.95,2.25 2.59375,2.25 2.5125,2.6, 1.95,2.6"/>
  21.     
  22.     <svg:rect style="fill:background; stroke:foreground; stroke-width:.25"
  23.     x="2.055" y="2.355" width=".14" height=".14"/>
  24.     <svg:polygon style="fill:#B3B3B3;stroke:foreground;stroke-width:.5"
  25.     points="1.2,2.6 1.8,2.6 1.8,2.775 2.1,2.775 2.1,2.95 .9,2.95 .9,2.775 1.2,2.775"/>
  26.   </svg:svg>
  27. </shape>
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.