summaryrefslogtreecommitdiff
path: root/graphics/lcircuit/nexorn.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/nexorn.mac
Initial commit
Diffstat (limited to 'graphics/lcircuit/nexorn.mac')
-rw-r--r--graphics/lcircuit/nexorn.mac15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/lcircuit/nexorn.mac b/graphics/lcircuit/nexorn.mac
new file mode 100644
index 0000000000..4c01df4cc0
--- /dev/null
+++ b/graphics/lcircuit/nexorn.mac
@@ -0,0 +1,15 @@
+% NEXOR-gate NORTH
+\newsavebox{\nexorn}
+\savebox{\nexorn}(6,12){
+\begin{picture}(6,12)
+\bezier{60}(0,2)(0,7)(3,9) % western section of pointed curve
+\bezier{60}(6,2)(6,7)(3,9) % eastern section of pointed curve
+\bezier{40}(0,2)(3,4)(6,2) % bottom curve (inner)
+\bezier{40}(0,1)(3,3)(6,1) % bottom curve (outer)
+\put(3,10.5){\line(0,1){1.5}} % output line
+\put(3,9.75){\circle{1.5}} % bobble
+\put(1,0){\line(0,1){1.5}} % western input line
+\put(5,0){\line(0,1){1.5}} % eastern input line
+% NB intersection of input lines & back curve is estimated (not calculated)!
+\end{picture}
+}