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 / disc.shape < prev    next >
Extensible Markup Language  |  2001-05-17  |  889b  |  31 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 - Storage</name>
  5.   <icon>disc.xpm</icon>
  6.   <aspectratio type="fixed"/>
  7.   <connections>
  8.      <point x="0.85" y="0"/>
  9.      <point x="0.85" y="2.0"/>
  10.   </connections>
  11.   <textbox x1="-1" y1="2" x2="3" y2="5" align="center" resize="no"/>
  12.   <svg:svg width="2cm" height="2cm">
  13.     <svg:rect style="stroke:none; fill:background" x="0" y="0.25"
  14.     width="1.7" height="1.5"/>
  15.     <svg:ellipse style="stroke: none; fill:background" cx="0.85"
  16.     cy="1.75" rx="0.85" ry="0.25"/>
  17.     <svg:ellipse style="fill:background" cx="0.85"
  18.     cy="0.25" rx="0.85" ry="0.25" />
  19.     <svg:path d="M 1.7,0.25 L 1.7,1.75 C 1.7,1.88807119 1.31944204,2.0 0.85,2.0 C 0.38055796,2.0 0,1.88807119 0,1.75 L 0,0.25" />
  20.   </svg:svg>
  21. </shape>
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.