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