summaryrefslogtreecommitdiff
path: root/graphics/lcircuit/resns.mac
blob: b376f8a529ba9e0e03a5d7db040f623f01d162bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% resistor VERTICAL
\newsavebox{\resns}
\savebox{\resns}(6.00,12.00){
\begin{picture}(6.00,12.00)
\put(3.00,0.00){\line(0,1){2.00}}
\put(3.00,10.00){\line(0,1){2.00}}
\put(1.50,2.00){\line(0,1){8.00}}
\put(4.50,2.00){\line(0,1){8.00}}
\put(1.50,2.00){\line(1,0){3.00}}
\put(1.50,10.00){\line(1,0){3.00}}
\end{picture}
}