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 / ejector.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-02  |  643 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 - ejector</name>
  4.   <icon>ejector.png</icon>
  5.   <connections>
  6.     <point x="0" y="2"/>
  7.     <point x="2" y="0"/>
  8.     <point x="2" y="4"/>
  9.     <point x="12" y="2"/>
  10.   </connections>
  11.   <aspectratio type="fixed"/>
  12.   <svg:svg>
  13.     <svg:polygon style="fill: default; stroke:none" points="0,0 0,4 4,4 4,0"/>
  14.     <svg:rect x="0" y="0" width="4" height="4"/>
  15.     <svg:polygon style="fill: default; stroke:none" points="4,2 12,4 12,0 "/>
  16.     <svg:polygon points="4,2 12,4 12,0 "/>
  17.   </svg:svg>
  18. </shape>
  19.