fixing MSVC build
[dia.git] / shapes / Logic / connector.shape
blob0324af5719fd04ff7b08c5bb169c52611261f4fd
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 - Connector</name>
4 <icon>connector.png</icon>
5 <connections>
6 <point x="9.25" y="4.5"/>
7 <point x="9.25" y="4"/>
8 <point x="9" y="4.25"/>
9 <point x="9.5" y="4.25"/>
10 </connections>
11 <aspectratio type="fixed"/>
12 <svg:svg>
13 <svg:ellipse style="fill: #020202" cx="9.25" cy="4.25" rx="0.25" ry="0.25"/>
14 <svg:ellipse style="stroke-width: 0.1; stroke: #000000" cx="9.25" cy="4.25" rx="0.25" ry="0.25"/>
15 </svg:svg>
16 </shape>