summaryrefslogtreecommitdiff
path: root/graphics/lcircuit/nots.mac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/lcircuit/nots.mac')
-rw-r--r--graphics/lcircuit/nots.mac12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/lcircuit/nots.mac b/graphics/lcircuit/nots.mac
new file mode 100644
index 0000000000..2486cb3800
--- /dev/null
+++ b/graphics/lcircuit/nots.mac
@@ -0,0 +1,12 @@
+% NOT-gate SOUTH
+\newsavebox{\nots}
+\savebox{\nots}(6,10){
+\begin{picture}(6,10)
+\put(3,10){\line(0,-1){2}}
+\put(0,8){\line(1,0){6}}
+\put(0,8){\line(3,-5){3}}
+\put(3,3){\line(3,5){3}}
+\put(3,0){\line(0,1){1.5}}
+\put(3,2.25){\circle{1.5}}
+\end{picture}
+}