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 / r-integrator.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-01  |  459 b   |  14 lines

  1. <?xml version="1.0"?>
  2. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
  3.     <name>Cybernetics - r-integrator</name>
  4.     <icon>r-integrator.png</icon>
  5.     <connections>
  6.         <point x="3" y="1.5"/>
  7.         <point x="0" y="1.5"/>
  8.     </connections>
  9.     <aspectratio type="fixed"/>
  10.     <svg:svg><svg:g style="fill: bg; stroke-width: 1; stroke: fg">
  11.         <svg:path d="M 2,0 L 0,1.5 L 2,3 L 3,3 L 3,0 L 2,0 L 2,3 z "/>
  12.     </svg:g></svg:svg>
  13. </shape>
  14.