From 6842b316ec83ee8b35aa2c2e659d84a15f18901c Mon Sep 17 00:00:00 2001 From: Per Brolin Date: Wed, 12 Jun 2024 08:49:58 +0200 Subject: [PATCH] Correccted bug with innen height in composite diags --- cypress/platform/per.html | 24 +++++++++++++------ .../rendering-elements/clusters.js | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/cypress/platform/per.html b/cypress/platform/per.html index e6a88642a..4ac3bb35b 100644 --- a/cypress/platform/per.html +++ b/cypress/platform/per.html @@ -89,6 +89,19 @@ stateDiagram-v2 +
+      stateDiagram
+        [*] --> Still
+        Still --> [*]
+        Still --> Moving
+        Moving --> Still
+        Moving --> Crash
+        Crash --> [*]
+
+
+
+    
+
       stateDiagram
         direction LR
@@ -100,11 +113,7 @@ stateDiagram-v2
           a --> b
         }
         B --> D
-
-
-
-            
+