angle of arrow

This commit is contained in:
Kevin Harrington 2025-10-19 23:35:27 -04:00
parent 7b5bd48d8a
commit 96af5c7e3f

View file

@ -43,6 +43,6 @@
% Curved arrows
\draw [arrow, overlay] (no) to[out=120, in=180] (discussion);
\draw [arrow, overlay] (modification) to[out=90, in=-90] (test);
\draw [arrow, overlay] (blockNode) to[out=140, in=180] (discussion);
\draw [arrow, overlay] (blockNode) to[out=150, in=180] (discussion);
\end{tikzpicture}%
}