Text objects are now internally encapsulated, simplifying code and
[dia.git] / shapes / Logic / nand.shape
blob23e789a5dfcbe5216a4e64362c049251a483ebce
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 - Nand</name>
4 <icon>nand.png</icon>
5 <connections>
6 <point x="6.5" y="2.5"/>
7 <point x="5.5" y="8"/>
8 <point x="6.5" y="8"/>
9 <point x="7.5" y="8"/>
10 <point x="6.5" y="6.625" main="yes"/>
11 </connections>
12 <aspectratio type="fixed"/>
13 <svg:svg>
14 <svg:path style="fill: background" d="M 6.5 3 C 8.5,3 8.5,6 8.5,8 C 7.5,8 5.5,8 4.5,8 C 4.5,6 4.5,3 6.5,3z"/>
15 <svg:path style="stroke-width: 0.1; stroke: foreground" d="M 6.5 3 C 8.5,3 8.5,6 8.5,8 C 7.5,8 5.5,8 4.5,8 C 4.5,6 4.5,3 6.5,3"/>
16 <svg:ellipse style="fill: background" cx="6.5" cy="2.75" rx="0.25" ry="0.25"/>
17 <svg:ellipse style="stroke-width: 0.1; stroke: foreground" cx="6.5" cy="2.75" rx="0.25" ry="0.25"/>
18 </svg:svg>
19 </shape>