|
| 1 | +{ |
| 2 | + "sha1": "oo84v08fr0oay12xzk7d8xng3uafnsc", |
| 3 | + "humhash": "cafiju-51-beke224", |
| 4 | + "insertion": { |
| 5 | + "when": "2026-07-15T19:00:44.536Z", |
| 6 | + "url": "https://github.com/plantuml/plantuml/issues/863", |
| 7 | + "user": "plantuml@gmail.com" |
| 8 | + } |
| 9 | +} |
| 10 | +@startuml |
| 11 | +!pragma layout smetana |
| 12 | + |
| 13 | +skinparam state { |
| 14 | + BackgroundColor<<Reduced>> #BBD7B7 |
| 15 | + BorderColor<<Reduced>> Green |
| 16 | + BackgroundColor<<Synthetic>> PowderBlue |
| 17 | + BorderColor<<Synthetic>> DodgerBlue |
| 18 | + BackgroundColor<<ToReduce>> Orange |
| 19 | + BorderColor<<ToReduce>> #FF740E |
| 20 | +} |
| 21 | +skinparam BackgroundColor #2B2B2B |
| 22 | +skinparam state { |
| 23 | + StartColor #999999 |
| 24 | + BackgroundColor #D6BF55 |
| 25 | + BorderColor #F6DF57 |
| 26 | +} |
| 27 | +skinparam sequence { |
| 28 | + ArrowColor #999999 |
| 29 | + ArrowFontColor #AAAAAA |
| 30 | +} |
| 31 | +state "STATEMENTS : 1" as state_1<<Reduced>> |
| 32 | +state_1 : predecessors = [0] |
| 33 | +state "RETURN : 6" as state_6<<Reduced>> |
| 34 | +state_6 : predecessors = [7] |
| 35 | +state "LOOP : 7" as state_7 { |
| 36 | +[*] --> state_2 |
| 37 | +state "CONDITION : 8" as state_8<<Reduced>> |
| 38 | +state "STATEMENTS : 3" as state_3<<Reduced>> |
| 39 | +state_3 : predecessors = [2] |
| 40 | +state "IF : 2" as state_2<<Reduced>> |
| 41 | +state "LOOP_START" as start_loop_state_3 |
| 42 | +state_3 --> start_loop_state_3 : next |
| 43 | +state_2 --> state_8 : condition |
| 44 | +state "LOOP_END" as end_loop_state_2 |
| 45 | +state_2 --> end_loop_state_2 : next |
| 46 | +state_2 --> state_3 : then |
| 47 | +} |
| 48 | +state_7 : fromOffset = 7 |
| 49 | +state_7 : toOffset = 28 |
| 50 | +state_7 : predecessors = [1] |
| 51 | +[*] --> state_1 |
| 52 | +state_1 --> state_7 : next |
| 53 | +state_7 --> state_6 : next |
| 54 | +@enduml |
0 commit comments