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 / hcompressor.shape < prev    next >
Extensible Markup Language  |  2000-12-21  |  867b  |  35 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 Compressor</name>
  5.  
  6.   <icon>hcompressor.xpm</icon>
  7.  
  8.   <connections>
  9.     <point x="1" y="0" />
  10.  
  11.     <point x="-1" y="0" />
  12.  
  13.     <point x="0" y="-1" />
  14.  
  15.     <point x="0" y="1" />
  16.   </connections>
  17.  
  18.   <aspectratio type="fixed" />
  19.  
  20.   <svg:svg width="1.0" height="1.0">
  21.     <svg:circle
  22.     style="fill: background stroke: foreground stroke-width: 1" cx="0"
  23.     cy="0" r="1" />
  24.  
  25.     <svg:line style="stroke: foreground stroke-width: 1"
  26.     y1="0.34202014333" x1="0.93969262079" y2="0.64278760969"
  27.     x2="-0.76604444312" />
  28.  
  29.     <svg:line style="stroke: foreground stroke-width: 1"
  30.     y1="-0.34202014333" x1="0.93969262079" y2="-0.64278760969"
  31.     x2="-0.76604444312" />
  32.   </svg:svg>
  33. </shape>
  34.  
  35.