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 / Civil / vrest.shape < prev    next >
Extensible Markup Language  |  2000-12-21  |  617b  |  27 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>Civil - Vertical Rest</name>
  5.  
  6.   <icon>vrest.xpm</icon>
  7.  
  8.   <connections>
  9.     <point x="0" y="-0.7" />
  10.   </connections>
  11.  
  12.   <aspectratio type="fixed" />
  13.  
  14.   <svg:svg width="0.7" height="0.7">
  15.     <svg:circle cx="0" cy="-0.7" r="0.1" />
  16.  
  17.     <svg:line x1="-0.6" y1="0" x2="0" y2="-0.6" />
  18.  
  19.     <svg:line x1="0" y1="-0.6" x2="0.6" y2="0" />
  20.  
  21.     <svg:line x1="0.6" y1="0" x2="-0.6" y2="0" />
  22.  
  23.     <svg:line x1="0.6" y1="0.2" x2="-0.6" y2="0.2" />
  24.   </svg:svg>
  25. </shape>
  26.  
  27.