fixing MSVC build
[dia.git] / shapes / Logic / or.shape
blob5d17f0fad009b5c7dde35dd21f9c78eb78ed7a2e
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 - Or</name>
4 <icon>or.png</icon>
5 <connections>
6 <point x="13" y="4"/>
7 <point x="12" y="8.4"/>
8 <point x="13" y="8.25"/>
9 <point x="14" y="8.4"/>
10 </connections>
11 <aspectratio type="fixed"/>
12 <svg:svg>
13 <svg:path style="fill: #ffffff" d="M 13 4 C 15,5 15,7 15,9 C 14,8 12,8 11,9 C 11,7 11,5 13,4z"/>
14 <svg:path style="stroke-width: 0.1; stroke: #000000" d="M 13 4 C 15,5 15,7 15,9 C 14,8 12,8 11,9 C 11,7 11,5 13,4"/>
15 </svg:svg>
16 </shape>