Text objects are now internally encapsulated, simplifying code and
[dia.git] / shapes / Logic / and.shape
blobcc72e46edfe64649c60b266440bb769bf0776ab7
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 - And</name>
4 <icon>and.png</icon>
5 <connections>
6 <point x="6" y="4"/>
7 <point x="6" y="9"/>
8 <point x="5" y="9"/>
9 <point x="7" y="9"/>
10 <point x="6" y="7.75" main="yes"/>
11 </connections>
12 <aspectratio type="fixed"/>
13 <svg:svg>
14 <svg:path style="fill: background" d="M 6 4 C 8,4 8,7 8,9 C 7,9 5,9 4,9 C 4,7 4,4 6,4z"/>
15 <svg:path style="stroke-width: 0.1; stroke: foreground" d="M 6 4 C 8,4 8,7 8,9 C 7,9 5,9 4,9 C 4,7 4,4 6,4"/>
16 </svg:svg>
17 </shape>