summaryrefslogtreecommitdiff
path: root/graphics/lcircuit/norw.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/norw.mac
Initial commit
Diffstat (limited to 'graphics/lcircuit/norw.mac')
-rw-r--r--graphics/lcircuit/norw.mac14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/lcircuit/norw.mac b/graphics/lcircuit/norw.mac
new file mode 100644
index 0000000000..6f7d309126
--- /dev/null
+++ b/graphics/lcircuit/norw.mac
@@ -0,0 +1,14 @@
+% NOR-gate WEST
+\newsavebox{\norw}
+\savebox{\norw}(12,6){
+\begin{picture}(12,6)
+\bezier{60}(10,6)(5,6)(3,3) % top section of pointed curve
+\bezier{60}(10,0)(5,0)(3,3) % bottom section of pointed curve
+\bezier{40}(10,6)(8,3)(10,0) % back curve
+\put(0,3){\line(1,0){1.5}} % output line
+\put(2.25,3){\circle{1.5}} % bobble
+\put(12,5){\line(-1,0){2.5}} % top input line
+\put(12,1){\line(-1,0){2.5}} % bottom input line
+% NB intersection of input lines & back curve is estimated (not calculated)!
+\end{picture}
+}