Text objects are now internally encapsulated, simplifying code and
[dia.git] / shapes / Cybernetics / sum.shape
blob59c27dbd33369d814b0346b0ef9729919f39c8d0
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>Cybernetics - sum</name>
4 <icon>sum.png</icon>
5 <connections>
6 <point x="1" y="0"/>
7 <point x="2" y="1"/>
8 <point x="1" y="2"/>
9 <point x="0" y="1"/>
10 <point x="1" y="1" main="yes"/>
11 </connections>
12 <aspectratio type="fixed"/>
13 <svg:svg><svg:g style="fill: bg; stroke-width: 1; stroke: fg">
14 <svg:circle cx="1" cy="1" r="1"/>
15 <svg:line x1="0.29289" y1="0.29289" x2="1.70711" y2="1.70711"/>
16 <svg:line x1="1.70711" y1="0.29289" x2="0.29289" y2="1.70711"/>
17 </svg:g></svg:svg>
18 </shape>