From ab077992f54bd1f4fe2d9351572671fe3c220b92 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Fri, 10 May 2024 14:56:52 +0200 Subject: [PATCH] #5237 Updating configuration otions and adding handdrawnSeed --- .cspell/mermaid-terms.txt | 1 + .cspell/misc-terms.txt | 1 + cypress/platform/knsv2.html | 9 +-- cypress/platform/state-refactor.html | 70 +++++++++---------- .../mermaid/src/diagrams/state/stateDb.js | 2 +- .../rendering-elements/clusters.js | 8 ++- .../rendering-elements/edges.js | 11 +-- .../rendering-elements/nodes.js | 3 +- .../rendering-elements/shapes/choice.ts | 1 + .../shapes/handdrawnStyles.ts | 5 +- .../rendering-elements/shapes/note.ts | 6 +- .../rendering-elements/shapes/rect.ts | 32 +++------ .../rendering-elements/shapes/stateEnd.ts | 2 +- .../mermaid/src/schemas/config.schema.yaml | 17 +++-- 14 files changed, 86 insertions(+), 82 deletions(-) diff --git a/.cspell/mermaid-terms.txt b/.cspell/mermaid-terms.txt index 3fa5eff26..b263bb67d 100644 --- a/.cspell/mermaid-terms.txt +++ b/.cspell/mermaid-terms.txt @@ -9,6 +9,7 @@ elems gantt gitgraph gzipped +handdrawn knsv Knut marginx diff --git a/.cspell/misc-terms.txt b/.cspell/misc-terms.txt index 467e48891..3ef8135f2 100644 --- a/.cspell/misc-terms.txt +++ b/.cspell/misc-terms.txt @@ -1 +1,2 @@ +handdrawnSeed newbranch diff --git a/cypress/platform/knsv2.html b/cypress/platform/knsv2.html index 68383debb..e092ca4e2 100644 --- a/cypress/platform/knsv2.html +++ b/cypress/platform/knsv2.html @@ -32,7 +32,7 @@