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 / monitor.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  1.4 KB  |  32 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 - A Workstation Monitor</name>
  5.   <icon>monitor.png</icon>
  6.   <connections>
  7.     <point x="0" y="9"/>
  8.     <point x="18" y="9"/>
  9.     <point x="9" y="0"/>
  10.     <point x="9" y="18"/>
  11.     <point x="0" y="0"/>
  12.     <point x="0" y="15"/>
  13.     <point x="18" y="0"/>
  14.     <point x="18" y="15"/>
  15.     <point x="3" y="18"/>
  16.     <point x="15" y="18"/>
  17.   </connections>
  18.   <aspectratio type="fixed"/>
  19.   <svg:svg width="19cm" height="19cm" viewBox="0 0 18 18">
  20.     <svg:rect style="fill: #d9d9cd" x="0" y="0" width="18" height="15"/>
  21.     <svg:rect style="stroke-width: 0.1; stroke: #000000" x="0" y="0" width="18" height="15"/>
  22.     <svg:rect style="fill: #a1a1a1" x="1" y="1" width="16" height="12"/>
  23.     <svg:rect style="stroke-width: 0.1; stroke: #000000" x="1" y="1" width="16" height="12"/>
  24.     <svg:polygon style="fill: #d9d9cd" points="3,15 15,15 12,16 6,16 "/>
  25.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="3,15 15,15 12,16 6,16 "/>
  26.     <svg:rect style="fill: #d9d9cd" x="6" y="16" width="6" height="1"/>
  27.     <svg:rect style="stroke-width: 0.1; stroke: #000000" x="6" y="16" width="6" height="1"/>
  28.     <svg:rect style="fill: #d9d9cd" x="3" y="17" width="12" height="1"/>
  29.     <svg:rect style="stroke-width: 0.1; stroke: #000000" x="3" y="17" width="12" height="1"/>
  30.   </svg:svg>
  31. </shape>
  32.