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 / airinduced.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-02  |  630 b   |  19 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>chemeng - airinduced</name>
  4.   <icon>airinduced.png</icon>
  5.   <connections>
  6.     <point x="0" y="4.5"/>
  7.     <point x="10" y="4.5"/>
  8.     <point x="5" y="1"/>
  9.     <point x="5" y="3"/>
  10.     <point x="5" y="6"/>
  11.   </connections>
  12.   <svg:svg>
  13.     <svg:rect style="fill:default" x="0" y="3" width="10" height="3"/>
  14.     <svg:path style="fill:default" d="M 3 1 C 3,2 7,0 7,1 C 7,2 3,0 3,1z"/>
  15.     <svg:polyline points="7,0 8,3 8,6 "/>
  16.     <svg:polyline points="3,0 2,3 2,6 "/>
  17.   </svg:svg>
  18. </shape>
  19.