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