Fix more uppercase in flowcharts
Test book and website for given image / test-book-website (push) Has been cancelled

This commit is contained in:
Ced
2025-01-11 11:09:16 +00:00
parent fe667b82e8
commit 9ad48ea1a3
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
\path [line] (init) -- (decision_start);
\path [line] (decision_start) -- node{No} (feed_no_branch);
\path [line] (decision_start) -- node[below=2pt]{yes} (feed_yes_branch.north west);
\path [line] (decision_start) -- node[below=2pt]{Yes} (feed_yes_branch.north west);
\path [line] (feed_yes_branch) -- (low_ratio);
\path [line] (feed_no_branch) -- (high_ratio);
\path [line] (high_ratio) -- node[anchor=east, above=2pt] {} ++(2.2,0) |-(size_check);