From 9a7ccd48367c215989b0bbd6351fef976c3894d9 Mon Sep 17 00:00:00 2001 From: Michael Tanzer Date: Mon, 23 Mar 2026 00:35:28 +0800 Subject: [PATCH] Fix path line in proofing process figure (#473) * Fix path line in proofing process figure * Added node{} for backward compatibility --- book/figures/fig-proofing-process.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/figures/fig-proofing-process.tex b/book/figures/fig-proofing-process.tex index bca52a4..dab956c 100644 --- a/book/figures/fig-proofing-process.tex +++ b/book/figures/fig-proofing-process.tex @@ -11,7 +11,7 @@ \path [line] (init) -- node{No} (retard_bake_decision); \path [line] (poke) -- (dent_visible_decision); \path [line] (dent_visible_decision) -- node{Yes} (bake); - \path [line] (dent_visible_decision.west) -- node{No} ++(-1.4, 0) -- node{} (wait_poke.south); + \path [line] (dent_visible_decision.west) -- node{No} (dent_visible_decision.west -| wait_poke.south) -- node{} (wait_poke.south); \path [line] (wait_poke) -- (poke); \path [line] (retard_bake_decision) -- node{Yes} (wait_retard); \path [line] (retard_bake_decision.east) -- node{No} ++(1, 0) |- node{} (retard.east);