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 / hpump.shape < prev    next >
Extensible Markup Language  |  2001-01-06  |  768b  |  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 - Horizontal Pump</name>
  5.  
  6.   <icon>hpump.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" y1="0" x1="1"
  26.     y2="0.9571" x2="-0.2896" />
  27.  
  28.     <svg:line style="stroke: foreground stroke-width: 1" y1="0" x1="1"
  29.     y2="-0.9571" x2="-0.2896" />
  30.   </svg:svg>
  31. </shape>
  32.  
  33.