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 / compr.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-02  |  571 b   |  20 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 - compr</name>
  4.   <icon>compr.png</icon>
  5.   <connections>
  6.     <point x="0" y="0"/>
  7.     <point x="0" y="3"/>
  8.     <point x="0" y="6"/>
  9.     <point x="2" y="1"/>
  10.     <point x="2" y="5"/>
  11.     <point x="4" y="2"/>
  12.     <point x="4" y="3"/>
  13.     <point x="4" y="4"/>
  14.   </connections>
  15.   <svg:svg>
  16.     <svg:polygon style="fill: default" points="0,0 4,2 4,4 0,6 "/>
  17.     <svg:polygon points="0,0 4,2 4,4 0,6 "/>
  18.   </svg:svg>
  19. </shape>
  20.