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 / plate.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-02  |  657 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 - plate</name>
  4.   <icon>plate.png</icon>
  5.   <connections>
  6.     <point x="0" y="0.4"/>
  7.     <point x="0" y="2.6"/>
  8.     <point x="6" y="0.4"/>
  9.     <point x="6" y="2.6"/>
  10.   </connections>
  11.   <svg:svg>
  12.     <svg:rect style="fill:default" x="0" y="0" width="6" height="3"/>
  13.     <svg:line x1="1" y1="0" x2="1" y2="3"/>
  14.     <svg:line x1="4" y1="0" x2="4" y2="3"/>
  15.     <svg:line x1="5" y1="0" x2="5" y2="3"/>
  16.     <svg:line x1="3" y1="0" x2="3" y2="3"/>
  17.     <svg:line x1="2" y1="0" x2="2" y2="3"/>
  18.   </svg:svg>
  19. </shape>
  20.