2006-12-05 David Lodge <dave@cirt.net>
[dia.git] / shapes / Logic / xor.shape
blobce5bf7124c4cadbdd86bf2ae9cb0c2ebffc60b14
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 <point x="5" y="7.0125" main="yes"/>
11 </connections>
12 <aspectratio type="fixed"/>
13 <svg:svg>
14 <svg:path style="fill: background" 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"/>
15 <svg:path style="stroke-width: 0.1; stroke: foreground" 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"/>
16 <svg:path style="stroke-width: 1.0; stroke: foreground" d="M 3 9 C 4,8 6,8 7,9"/>
17 </svg:svg>
18 </shape>