diff --git a/cypress/platform/knsv.html b/cypress/platform/knsv.html index c30289bc1..cc996067f 100644 --- a/cypress/platform/knsv.html +++ b/cypress/platform/knsv.html @@ -66,22 +66,13 @@ stateDiagram-v2
- %%{init:{"theme":"base", "themeVariables": {"primaryColor":"#411d4e", "titleColor":"white", "darkMode":true}}}%% - flowchart LR - - subgraph TOP - direction TB - subgraph B1 - direction RL - i1 -->f1 - end - subgraph B2 - direction BT - i2 -->f2 - end - end - A --> TOP --> B - B1 --> B2 + %%{init:{"theme":"neutral", "themeVariables": {"stateBkg ":"red", "innerEndBackground":"red"}}}%% + stateDiagram-v2 + state fork [[fork]] + state join [[join]] + [*] --> fork + fork --> join + join --> [*]