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 / tank.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-02  |  741 b   |  26 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 - tank</name>
  4.   <icon>tank.png</icon>
  5.   <connections>
  6.     <point x="0" y="0"/>
  7.     <point x="0" y="1"/>
  8.     <point x="0" y="2"/>
  9.     <point x="0" y="3"/>
  10.     <point x="0" y="4"/>
  11.     <point x="1" y="4"/>
  12.     <point x="2" y="4"/>
  13.     <point x="3" y="4"/>
  14.     <point x="4" y="4"/>
  15.     <point x="5" y="4"/>
  16.     <point x="5" y="3"/>
  17.     <point x="5" y="2"/>
  18.     <point x="5" y="1"/>
  19.     <point x="5" y="0"/>
  20.   </connections>
  21.   <svg:svg>
  22.     <svg:rect style="fill: default; stroke: none" x="0" y="0" width="5" height="4"/>
  23.     <svg:polyline points="0,0 0,4 5,4 5,0 "/>
  24.   </svg:svg>
  25. </shape>
  26.