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 / coveredtank.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-02  |  608 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>chemengtmp - coveredtank</name>
  4.   <icon>coveredtank.png</icon>
  5.   <connections>
  6.     <point x="0.5" y="1.5"/>
  7.     <point x="0.5" y="4"/>
  8.     <point x="7.5" y="1.5"/>
  9.     <point x="7.5" y="4"/>
  10.     <point x="1.5" y="5"/>
  11.   </connections>
  12.   <svg:svg>
  13.     <svg:polygon style="fill:default; stroke:none" points="0.5,0.5 0.5,5 7.5,5 7.5,0.5 "/>
  14.     <svg:polyline points="0.5,0.5 0.5,5 7.5,5 7.5,0.5 "/>
  15.     <svg:polyline points="0,1 0,0 8,0 8,1 "/>
  16.   </svg:svg>
  17. </shape>
  18.