diff options
Diffstat (limited to 'graphics/lcircuit/orn.mac')
-rw-r--r-- | graphics/lcircuit/orn.mac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/lcircuit/orn.mac b/graphics/lcircuit/orn.mac new file mode 100644 index 0000000000..789791f488 --- /dev/null +++ b/graphics/lcircuit/orn.mac @@ -0,0 +1,13 @@ +% OR-gate NORTH +\newsavebox{\orn} +\savebox{\orn}(6,11){ +\begin{picture}(6,11) +\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 +\put(3,9){\line(0,1){2}} % output line +\put(1,0){\line(0,1){2.5}} % western input line +\put(5,0){\line(0,1){2.5}} % eastern input line +% NB intersection of input lines & back curve is estimated (not calculated)! +\end{picture} +} |