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 / wcool.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-02  |  581 b   |  18 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 - wcool</name>
  4.   <icon>wcool.png</icon>
  5.   <connections>
  6.     <point x="0" y="2"/>
  7.     <point x="4" y="2"/>
  8.     <point x="1" y="5"/>
  9.     <point x="3" y="6"/>
  10.   </connections>
  11.   <aspectratio type="fixed"/>
  12.   <svg:svg>
  13.     <svg:ellipse style="fill:default" cx="2" cy="2" rx="2" ry="2"/>
  14.     <svg:polyline points="1,5 1,1 2,3 3,1 3,5.5 "/>
  15.     <svg:polygon style="fill:default" points="2.75,5.5 3,6 3.25,5.5 "/>
  16.   </svg:svg>
  17. </shape>
  18.