From 416a9fa06914f9d64aa328a9a609dcc02bf8774e Mon Sep 17 00:00:00 2001 From: Ashish Jain Date: Tue, 18 Jun 2024 15:35:16 +0200 Subject: [PATCH] Fix different shapes neo look for flowchart --- cypress/platform/ash.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cypress/platform/ash.html b/cypress/platform/ash.html index 57d743485..b15733d52 100644 --- a/cypress/platform/ash.html +++ b/cypress/platform/ash.html @@ -78,6 +78,7 @@
 flowchart
    node
+   rounded(rounded)
    id1([This is the text in the box])
    id2((circle))
    id3(((double circle)))
@@ -87,7 +88,9 @@ flowchart
    id7[/This is the text in the box/]
    id8[\This is the text in the box\]
    A[/Christmas\]
-       B[\Christmas/]
+   B[\Christmas/]
+   sub[[subroutine]]
+   db[(Database)]