From 96af5c7e3ff8ef8854d6718d978721aef8bde335 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 23:35:27 -0400 Subject: [PATCH] angle of arrow --- src/how-to-consensus-zine/flow-chart-only.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/how-to-consensus-zine/flow-chart-only.tex b/src/how-to-consensus-zine/flow-chart-only.tex index ad7cb8e..b72aa08 100644 --- a/src/how-to-consensus-zine/flow-chart-only.tex +++ b/src/how-to-consensus-zine/flow-chart-only.tex @@ -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}% } \ No newline at end of file