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 / settling.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-02  |  488 b   |  15 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
  3.   <name>chemengtmp - settling</name>
  4.   <icon>settling.png</icon>
  5.   <connections>
  6.     <point x="0" y="1"/>
  7.     <point x="10" y="1"/>
  8.     <point x="5" y="3.5"/>
  9.   </connections>
  10.   <svg:svg>
  11.     <svg:polygon style="fill: default; stroke:none" points="0,0 0,2 5,3.5 10,2 10,0 "/>
  12.     <svg:polyline points="0,0 0,2 5,3.5 10,2 10,0 "/>
  13.   </svg:svg>
  14. </shape>
  15.