From c98bdfc245fffcbcdd402ecb317c46c8b04ce891 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 19 Oct 2025 23:09:24 -0400 Subject: [PATCH] return arrow more straight up --- 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 6fda690..0115638 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] (no) to[out=120, in=180] (discussion); \draw [arrow] (modification) to[out=90, in=-90] (test); - \draw [arrow] (blockNode) to[out=180, in=180] (discussion); + \draw [arrow] (blockNode) to[out=140, in=180] (discussion); \end{tikzpicture}% } \ No newline at end of file