summaryrefslogtreecommitdiff
path: root/graphics/lcircuit/nandn.mac
blob: 909df2c3c190331c7c39be3f95e3da5b22fbc90e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% NAND-gate NORTH
\newsavebox{\nandn}
\savebox{\nandn}(6,11){
\begin{picture}(6,11)
\put(0,2){\line(0,1){3}}
\put(0,2){\line(1,0){6}}
\put(6,2){\line(0,1){3}}
\put(1,0){\line(0,1){2}}
\put(5,0){\line(0,1){2}}
\bezier{30}(0,5)(0,8)(3,8)
\bezier{30}(6,5)(6,8)(3,8)
\put(3,9.5){\line(0,1){1.5}}
\put(3,8.75){\circle{1.5}}
\end{picture}
}