From 4efee666a872072092d532a7e701b59fd59ac45c Mon Sep 17 00:00:00 2001 From: Matt Boch Date: Thu, 6 Sep 2018 15:15:59 -0400 Subject: [PATCH] fix typo, identify choice blocks as hexagons Rectangles are subset of polygons. Identifying the choice blocks as polygons is unnecessarily confusing for the color blind. They are six-sided, and are therefore properly identified as hexagons. --- Docs/fungus_docs/blocks.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Docs/fungus_docs/blocks.md b/Docs/fungus_docs/blocks.md index 72ac93b8..8e3b54e3 100644 --- a/Docs/fungus_docs/blocks.md +++ b/Docs/fungus_docs/blocks.md @@ -89,7 +89,7 @@ To move / rearrange Blocks in the Flowchart window do the following: %Fungus Flowcharts visually differentiate three differents kinds of Block behavior: 1. Event Block - blue rounded rectangle (Block execution triggered by an event) -2. Branching Block - orange polygon (passes control to 2 or more other Blocks, and not and Event Block) +2. Branching Block - orange hexagon (passes control to 2 or more other Blocks, and not an Event Block) 3. Standard Block - yellow rectangle (no event, passes control to 0 or 1 other blocks) ## 1: Event Block - blue rounded rectangle ## @@ -101,8 +101,8 @@ As we can see, the default Block created with every new Flowchart automatically NOTE: A Block with an Execute On Event will always appear as an Event Block in the Flowchart, regardless of whether its Commands contain menus or calls to 2 or more Blocks). In other words, in terms of Flowchart appearance, display of an Event Block overrides display of a Branching Block. -## 2: Branching Block - orange polygon ## -If a Block is *not* an Event Block, and its Commands include Calls and/or Menu commands to execute Commands in 2 or more other Blocks, then in the Flowchart window this Block will be displayed as a Branching Block, visually appearing as an **orange polygon**. +## 2: Branching Block - orange hexagon ## +If a Block is *not* an Event Block, and its Commands include Calls and/or Menu commands to execute Commands in 2 or more other Blocks, then in the Flowchart window this Block will be displayed as a Branching Block, visually appearing as an **orange hexagon**. ![branching block] @@ -238,4 +238,4 @@ To change the Event defined for a Block, or to assign an event for a Block that [wrong screen]: ./blocks/004_menu_maths/11_wrong.png "wrong screen" [green arrow highlight]: ./blocks/003_highlight_green_arrow/5_arrow.png "green arrow highlight" [event block]: ./blocks/001_3_block_types/1_event_block.png "event block" -[define event]: ./blocks/012_define_event/1_define_event.png "define event" \ No newline at end of file +[define event]: ./blocks/012_define_event/1_define_event.png "define event"