summaryrefslogtreecommitdiff
path: root/graphics/lcircuit/resew.mac
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/lcircuit/resew.mac
Initial commit
Diffstat (limited to 'graphics/lcircuit/resew.mac')
-rw-r--r--graphics/lcircuit/resew.mac12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/lcircuit/resew.mac b/graphics/lcircuit/resew.mac
new file mode 100644
index 0000000000..784a6aa335
--- /dev/null
+++ b/graphics/lcircuit/resew.mac
@@ -0,0 +1,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}
+}