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 / xor.shape < prev    next >
Encoding:
Extensible Markup Language  |  2001-02-21  |  658 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>Logic - Xor</name>
  4.   <icon>xor.png</icon>
  5.   <connections>
  6.     <point x="5" y="3"/>
  7.     <point x="4" y="8.4"/>
  8.     <point x="5" y="8.25"/>
  9.     <point x="6" y="8.4"/>
  10.   </connections>
  11.   <aspectratio type="fixed"/>
  12.   <svg:svg>
  13.     <svg:path style="fill: #ffffff" d="M 5 3 C 7,4 7,6 7,8 C 6,7 4,7 3,8 C 3,6 3,4 5,3z"/>
  14.     <svg:path style="stroke-width: 0.1; stroke: #000000" d="M 5 3 C 7,4 7,6 7,8 C 6,7 4,7 3,8 C 3,6 3,4 5,3"/>
  15.     <svg:path style="stroke-width: 1.0; stroke: #000000" d="M 3 9 C 4,8 6,8 7,9"/>
  16.   </svg:svg>
  17. </shape>
  18.