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 / mixer.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-02  |  926 b   |  28 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 - mixer</name>
  4.   <icon>mixer.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="4" y="0"/>
  10.     <point x="4" y="1"/>
  11.     <point x="4" y="2"/>
  12.     <point x="1" y="0"/>
  13.     <point x="2" y="0"/>
  14.     <point x="3" y="0"/>
  15.     <point x="2" y="4.25"/>
  16.   </connections>
  17.   <aspectratio type="fixed"/>
  18.   <svg:svg>
  19.     <svg:polygon style="fill: default; stroke: none" points="0,2 0,0 4,0 4,2 "/>
  20.     <svg:path style="fill: default; stroke:none" d="M 0 2 C 0,5 4,5 4,2z"/>
  21.     <svg:path d="M 0 2 C 0,5 4,5 4,2"/>
  22.     <svg:polyline points="0,2 0,0 4,0 4,2 "/>
  23.     <svg:line x1="2" y1="2" x2="3.5" y2="1"/>
  24.     <svg:line x1="2" y1="2" x2="0.5" y2="1"/>
  25.     <svg:line x1="2" y1="2" x2="2" y2="3.5"/>
  26.   </svg:svg>
  27. </shape>
  28.