Date: Tue, 29 Oct 2024 16:21:56 +0100
Subject: [PATCH 11/30] Update of the background-fix
---
cypress/platform/knsv2.html | 101 +++++++++++++++++-
.../rendering-elements/shapes/iconCircle.ts | 4 +-
.../rendering-elements/shapes/iconRounded.ts | 4 +-
.../rendering-elements/shapes/iconSquare.ts | 4 +-
4 files changed, 105 insertions(+), 8 deletions(-)
diff --git a/cypress/platform/knsv2.html b/cypress/platform/knsv2.html
index 1de0712838..66fc0f2d31 100644
--- a/cypress/platform/knsv2.html
+++ b/cypress/platform/knsv2.html
@@ -10,6 +10,10 @@
href="https://cdn.jsdelivr.net/npm/@mdi/font@6.9.96/css/materialdesignicons.min.css"
rel="stylesheet"
/>
+
+
+flowchart LR
+nA[Default] --> A@{ icon: 'fa:bell', form: 'rounded' }
+
+
+
+flowchart LR
+nA[Style] --> A@{ icon: 'fa:bell', form: 'rounded' }
+style A fill:#f9f,stroke:#333,stroke-width:4px
+
+
+flowchart LR
+nA[Class] --> A@{ icon: 'fa:bell', form: 'rounded' }
+A:::AClass
+classDef AClass fill:#f9f,stroke:#333,stroke-width:4px
+
+
+flowchart LR
+ nA[Class] --> A@{ icon: 'logos:aws', form: 'rounded' }
+
+
+
+flowchart LR
+nA[Default] --> A@{ icon: 'fa:bell', form: 'square' }
+
+
+
+flowchart LR
+nA[Style] --> A@{ icon: 'fa:bell', form: 'square' }
+style A fill:#f9f,stroke:#333,stroke-width:4px
+
+
+flowchart LR
+nA[Class] --> A@{ icon: 'fa:bell', form: 'square' }
+A:::AClass
+classDef AClass fill:#f9f,stroke:#333,stroke-width:4px
+
+
+flowchart LR
+ nA[Class] --> A@{ icon: 'logos:aws', form: 'square' }
+
+
+
+flowchart LR
+nA[Default] --> A@{ icon: 'fa:bell', form: 'circle' }
+
+
+
+flowchart LR
+nA[Style] --> A@{ icon: 'fa:bell', form: 'circle' }
+style A fill:#f9f,stroke:#333,stroke-width:4px
+
+
+flowchart LR
+nA[Class] --> A@{ icon: 'fa:bell', form: 'circle' }
+A:::AClass
+classDef AClass fill:#f9f,stroke:#333,stroke-width:4px
+
+
+flowchart LR
+ nA[Class] --> A@{ icon: 'logos:aws', form: 'circle' }
+ A:::AClass
+ classDef AClass fill:#f9f,stroke:#333,stroke-width:4px
+
+
+flowchart LR
+ nA[Style] --> A@{ icon: 'logos:aws', form: 'circle' }
+ style A fill:#f9f,stroke:#333,stroke-width:4px
+
kanban
id2[In progress]
docs[Create Blog about the new diagram]@{ priority: 'Very Low', ticket: MC-2037, assigned: 'knsv' }
-
+
---
config:
kanban:
@@ -118,6 +191,30 @@