Skip to content

Commit

Permalink
Fix broken arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
edomora97 committed Jun 16, 2020
1 parent 1c333af commit 267d0d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lectures/2020-04-21.tex
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ \subsection{Fully Controllable}
\draw[-{Rays[n=4]}] (noc) -- (noc_out);
\draw[-{Rays[n=4]}] (nonc) -- (nonc_out);
\draw[{Rays[n=4]}-] (onc_in) -- (onc);
\draw[->] (input) edge[bend left=10] (noc);
\draw[->, line width=0.5mm] (input) edge[bend right=10] (oc);
\draw (input) edge[->, bend left=10] (noc);
\draw[line width=0.5mm] (input) edge[->, bend right=10] (oc);
\draw[line width=0.5mm] (u) edge (input);
\draw (onc) edge[bend left=10] (output);
\draw[line width=0.5mm] (oc) edge[bend right=10] (output);
\draw[->, line width=0.5mm] (output) edge (y);
\draw[line width=0.5mm] (output) edge[->] (y);

\draw[draw=black] (-4cm,-5.5cm) rectangle ++(8cm,6.5cm);
\end{tikzpicture}
Expand Down

0 comments on commit 267d0d5

Please sign in to comment.