From 22da3bdba795780657a0516c9d3a06314450d8b1 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Thu, 21 Jan 2021 21:20:35 +0100 Subject: [PATCH] Dev fix --- cypress/platform/knsv.html | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/cypress/platform/knsv.html b/cypress/platform/knsv.html index 0e598b6bc..3129beaed 100644 --- a/cypress/platform/knsv.html +++ b/cypress/platform/knsv.html @@ -17,6 +17,9 @@ .mermaid2 { display: none; } + .mermaid svg { + font-size: 36px !important; + } @@ -55,7 +58,6 @@ flowchart TD class T TestSub linkStyle 0,1 color:orange, stroke: orange; - -> ->> ->>> -)
sequenceDiagram Actor1 -) Actor2:Async @@ -63,16 +65,23 @@ flowchart TD Actor1 ->> Actor2:Sync Actor1 -->> Actor2:Sync dotted
-
+
flowchart TD C -->|fa:fa-car Car| F[fa:fa-car Car]
-
- %%{init: {"fontFamily": "arial2"}}%% +
+%%{init: { 'logLevel': 0, 'theme': 'forest'} }%% graph TD - A[Christmas] + A(Start) --> B[/Another/] + A[/Another/] --> C[End] + subgraph section + B + C + end
-
+
+%%{init: {'theme': 'base' }}%% +%%{init2: { 'logLevel': 0, 'theme': 'forest'} }%% flowchart TD L1 --- L2 L2 --- C @@ -116,10 +125,11 @@ graph TD // gantt: { axisFormat: '%m/%d/%Y' }, sequence: { actorFontFamily: 'courier',actorMargin: 50, showSequenceNumbers: true }, // sequenceDiagram: { actorMargin: 300 } // deprecated - // fontFamily: '"arial", sans-serif', + fontFamily: '"arial", sans-serif', fontFamily: 'courier', curve: 'cardinal', - securityLevel: 'loose' + securityLevel: 'loose', + sequence:{mirrorActors:false} }); function callback(){alert('It worked');}