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