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 / sum.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-01  |  586 b   |  18 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 - sum</name>
  4.     <icon>sum.png</icon>
  5.     <connections>
  6.         <point x="1" y="0"/>
  7.         <point x="2" y="1"/>
  8.         <point x="1" y="2"/>
  9.         <point x="0" y="1"/>
  10.     </connections>
  11.     <aspectratio type="fixed"/>
  12.     <svg:svg><svg:g style="fill: bg; stroke-width: 1; stroke: fg">
  13.         <svg:circle cx="1" cy="1" r="1"/>
  14.         <svg:line x1="0.29289" y1="0.29289" x2="1.70711" y2="1.70711"/>
  15.         <svg:line x1="1.70711" y1="0.29289" x2="0.29289" y2="1.70711"/>
  16.     </svg:g></svg:svg>
  17. </shape>
  18.