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 / bvrest.shape next >
Extensible Markup Language  |  2001-01-06  |  789b  |  33 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 - Bivalent Vertical Rest</name>
  5.  
  6.   <icon>bvrest.xpm</icon>
  7.  
  8.   <connections>
  9.     <point x="0" y="-.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.5" y1="0.2" x2="-0.4" y2="0" />
  24.  
  25.     <svg:line x1="-0.2" y1="0.2" x2="-0.1" y2="0" />
  26.  
  27.     <svg:line x1="0.1" y1="0.2" x2="0.2" y2="0" />
  28.  
  29.     <svg:line x1="0.4" y1="0.2" x2="0.5" y2="0" />
  30.   </svg:svg>
  31. </shape>
  32.  
  33.