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 / doublepipe.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-02  |  785 b   |  23 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 - doublepipe</name>
  4.   <icon>doublepipe.png</icon>
  5.   <connections>
  6.     <point x="0" y="1"/>
  7.     <point x="0" y="5"/>
  8.     <point x="1" y="0"/>
  9.     <point x="1" y="2"/>
  10.     <point x="1" y="4"/>
  11.     <point x="1" y="6"/>
  12.   </connections>
  13.   <aspectratio type="fixed"/>
  14.   <svg:svg>
  15.     <svg:rect style="fill:default" x="0" y="0" width="10" height="2"/>
  16.     <svg:rect style="fill:default" x="0" y="4" width="10" height="2"/>
  17.     <svg:line x1="8" y1="2" x2="8" y2="4"/>
  18.     <svg:line x1="10" y1="1" x2="0" y2="1"/>
  19.     <svg:line x1="0" y1="5" x2="10" y2="5"/>
  20.     <svg:path d="M 10 1 C 13,1 13,5 10,5 C 7,5 10,5 10,5"/>
  21.   </svg:svg>
  22. </shape>
  23.