From 4ed0ebc58b7c7e7ebb5a40b3e71fe893771d77cd Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Mon, 5 Dec 2022 14:27:37 -0800 Subject: [PATCH] use new span colors --- d2graph/d2graph.go | 6 +- .../dagre/board.exp.json | 6 +- .../dagre/sketch.exp.svg | 2 +- .../elk/board.exp.json | 6 +- .../elk/sketch.exp.svg | 2 +- .../dagre/board.exp.json | 26 +++---- .../dagre/sketch.exp.svg | 2 +- .../elk/board.exp.json | 26 +++---- .../elk/sketch.exp.svg | 2 +- .../dagre/board.exp.json | 4 +- .../dagre/sketch.exp.svg | 2 +- .../sequence_diagram_real/elk/board.exp.json | 4 +- .../sequence_diagram_real/elk/sketch.exp.svg | 2 +- .../dagre/board.exp.json | 10 +-- .../dagre/sketch.exp.svg | 2 +- .../elk/board.exp.json | 10 +-- .../elk/sketch.exp.svg | 2 +- .../dagre/board.exp.json | 22 +++--- .../dagre/sketch.exp.svg | 2 +- .../sequence_diagram_span/elk/board.exp.json | 22 +++--- .../sequence_diagram_span/elk/sketch.exp.svg | 2 +- .../sequence_diagrams/dagre/board.exp.json | 72 +++++++++---------- .../sequence_diagrams/dagre/sketch.exp.svg | 2 +- .../sequence_diagrams/elk/board.exp.json | 72 +++++++++---------- .../sequence_diagrams/elk/sketch.exp.svg | 2 +- 25 files changed, 156 insertions(+), 154 deletions(-) diff --git a/d2graph/d2graph.go b/d2graph/d2graph.go index 4cfaaf16b..3766d6d92 100644 --- a/d2graph/d2graph.go +++ b/d2graph/d2graph.go @@ -332,10 +332,12 @@ func (obj *Object) GetFill(theme *d2themes.Theme) string { if sd != nil { level -= int(sd.Level()) if level == 1 { - return theme.Colors.B5 + return theme.Colors.B3 } else if level == 2 { - return theme.Colors.B6 + return theme.Colors.B4 } else if level == 3 { + return theme.Colors.B5 + } else if level == 4 { return theme.Colors.Neutrals.N6 } return theme.Colors.Neutrals.N7 diff --git a/e2etests/testdata/stable/sequence_diagram_groups/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagram_groups/dagre/board.exp.json index 46189a44c..5f4deb35f 100644 --- a/e2etests/testdata/stable/sequence_diagram_groups/dagre/board.exp.json +++ b/e2etests/testdata/stable/sequence_diagram_groups/dagre/board.exp.json @@ -449,7 +449,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -488,7 +488,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -527,7 +527,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, diff --git a/e2etests/testdata/stable/sequence_diagram_groups/dagre/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagram_groups/dagre/sketch.exp.svg index d5d6aea8d..e70cbbc29 100644 --- a/e2etests/testdata/stable/sequence_diagram_groups/dagre/sketch.exp.svg +++ b/e2etests/testdata/stable/sequence_diagram_groups/dagre/sketch.exp.svg @@ -18,7 +18,7 @@ width="1147" height="2268" viewBox="-76 -26 1147 2268">abcdggggroup 1group bchoonested guy lalaeyokayokaywhat would arnold saythis note +abcdggggroup 1group bchoonested guy lalaeyokayokaywhat would arnold saythis note diff --git a/e2etests/testdata/stable/sequence_diagram_groups/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagram_groups/elk/board.exp.json index 46189a44c..5f4deb35f 100644 --- a/e2etests/testdata/stable/sequence_diagram_groups/elk/board.exp.json +++ b/e2etests/testdata/stable/sequence_diagram_groups/elk/board.exp.json @@ -449,7 +449,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -488,7 +488,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -527,7 +527,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, diff --git a/e2etests/testdata/stable/sequence_diagram_groups/elk/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagram_groups/elk/sketch.exp.svg index d5d6aea8d..e70cbbc29 100644 --- a/e2etests/testdata/stable/sequence_diagram_groups/elk/sketch.exp.svg +++ b/e2etests/testdata/stable/sequence_diagram_groups/elk/sketch.exp.svg @@ -18,7 +18,7 @@ width="1147" height="2268" viewBox="-76 -26 1147 2268">abcdggggroup 1group bchoonested guy lalaeyokayokaywhat would arnold saythis note +abcdggggroup 1group bchoonested guy lalaeyokayokaywhat would arnold saythis note diff --git a/e2etests/testdata/stable/sequence_diagram_nested_span/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagram_nested_span/dagre/board.exp.json index 9637cd1a8..c07125eea 100644 --- a/e2etests/testdata/stable/sequence_diagram_nested_span/dagre/board.exp.json +++ b/e2etests/testdata/stable/sequence_diagram_nested_span/dagre/board.exp.json @@ -133,7 +133,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -212,7 +212,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -251,7 +251,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -330,7 +330,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -369,7 +369,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -408,7 +408,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#FFFFFF", + "fill": "#EEF1F8", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -487,7 +487,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -526,7 +526,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -565,7 +565,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#FFFFFF", + "fill": "#EEF1F8", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -683,7 +683,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -722,7 +722,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -761,7 +761,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#FFFFFF", + "fill": "#EEF1F8", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -878,7 +878,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, diff --git a/e2etests/testdata/stable/sequence_diagram_nested_span/dagre/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagram_nested_span/dagre/sketch.exp.svg index aa51c655e..537ab773d 100644 --- a/e2etests/testdata/stable/sequence_diagram_nested_span/dagre/sketch.exp.svg +++ b/e2etests/testdata/stable/sequence_diagram_nested_span/dagre/sketch.exp.svg @@ -18,7 +18,7 @@ width="1624" height="1626" viewBox="-76 -26 1624 1626">scoreritemResponseitemessayRubricconceptitemOutcome scoreritemResponseitemessayRubricconceptitemOutcome scoreritemResponseitemessayRubricconceptitemOutcome scoreritemResponseitemessayRubricconceptitemOutcome How this is renderedCLId2astd2compilerd2layoutd2exporterd2themesd2rendererd2sequencelayoutd2dagrelayoutonly if root is not sequence 'How this is rendered: {...}'tokenized ASTcompile ASTobjects and edgesrun layout enginesrun engine on shape: sequence_diagram, temporarily removerun core engine on rest add back in sequence diagramsdiagram with correct positions and dimensionsexport diagram with chosen theme and rendererget theme stylesrender to SVGresulting SVGmeasurements also take place +How this is renderedCLId2astd2compilerd2layoutd2exporterd2themesd2rendererd2sequencelayoutd2dagrelayoutonly if root is not sequence 'How this is rendered: {...}'tokenized ASTcompile ASTobjects and edgesrun layout enginesrun engine on shape: sequence_diagram, temporarily removerun core engine on rest add back in sequence diagramsdiagram with correct positions and dimensionsexport diagram with chosen theme and rendererget theme stylesrender to SVGresulting SVGmeasurements also take place diff --git a/e2etests/testdata/stable/sequence_diagram_real/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagram_real/elk/board.exp.json index 3c78207a7..489789116 100644 --- a/e2etests/testdata/stable/sequence_diagram_real/elk/board.exp.json +++ b/e2etests/testdata/stable/sequence_diagram_real/elk/board.exp.json @@ -413,7 +413,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -532,7 +532,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, diff --git a/e2etests/testdata/stable/sequence_diagram_real/elk/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagram_real/elk/sketch.exp.svg index 84952ba2c..c229cf631 100644 --- a/e2etests/testdata/stable/sequence_diagram_real/elk/sketch.exp.svg +++ b/e2etests/testdata/stable/sequence_diagram_real/elk/sketch.exp.svg @@ -18,7 +18,7 @@ width="2447" height="2536" viewBox="-88 -88 2447 2536">How this is renderedCLId2astd2compilerd2layoutd2exporterd2themesd2rendererd2sequencelayoutd2dagrelayoutonly if root is not sequence 'How this is rendered: {...}'tokenized ASTcompile ASTobjects and edgesrun layout enginesrun engine on shape: sequence_diagram, temporarily removerun core engine on rest add back in sequence diagramsdiagram with correct positions and dimensionsexport diagram with chosen theme and rendererget theme stylesrender to SVGresulting SVGmeasurements also take place +How this is renderedCLId2astd2compilerd2layoutd2exporterd2themesd2rendererd2sequencelayoutd2dagrelayoutonly if root is not sequence 'How this is rendered: {...}'tokenized ASTcompile ASTobjects and edgesrun layout enginesrun engine on shape: sequence_diagram, temporarily removerun core engine on rest add back in sequence diagramsdiagram with correct positions and dimensionsexport diagram with chosen theme and rendererget theme stylesrender to SVGresulting SVGmeasurements also take place diff --git a/e2etests/testdata/stable/sequence_diagram_self_edges/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagram_self_edges/dagre/board.exp.json index 6280730ef..95bd3ecee 100644 --- a/e2etests/testdata/stable/sequence_diagram_self_edges/dagre/board.exp.json +++ b/e2etests/testdata/stable/sequence_diagram_self_edges/dagre/board.exp.json @@ -94,7 +94,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -133,7 +133,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -172,7 +172,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -211,7 +211,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -250,7 +250,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, diff --git a/e2etests/testdata/stable/sequence_diagram_self_edges/dagre/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagram_self_edges/dagre/sketch.exp.svg index acfa44a0f..516abbea1 100644 --- a/e2etests/testdata/stable/sequence_diagram_self_edges/dagre/sketch.exp.svg +++ b/e2etests/testdata/stable/sequence_diagram_self_edges/dagre/sketch.exp.svg @@ -18,7 +18,7 @@ width="696" height="1366" viewBox="-76 -26 696 1366">ab a self edge herebetween actorsto descendantto deeper descendantto parentactor +ab a self edge herebetween actorsto descendantto deeper descendantto parentactor diff --git a/e2etests/testdata/stable/sequence_diagram_self_edges/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagram_self_edges/elk/board.exp.json index 6280730ef..95bd3ecee 100644 --- a/e2etests/testdata/stable/sequence_diagram_self_edges/elk/board.exp.json +++ b/e2etests/testdata/stable/sequence_diagram_self_edges/elk/board.exp.json @@ -94,7 +94,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -133,7 +133,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -172,7 +172,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -211,7 +211,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -250,7 +250,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, diff --git a/e2etests/testdata/stable/sequence_diagram_self_edges/elk/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagram_self_edges/elk/sketch.exp.svg index acfa44a0f..516abbea1 100644 --- a/e2etests/testdata/stable/sequence_diagram_self_edges/elk/sketch.exp.svg +++ b/e2etests/testdata/stable/sequence_diagram_self_edges/elk/sketch.exp.svg @@ -18,7 +18,7 @@ width="696" height="1366" viewBox="-76 -26 696 1366">ab a self edge herebetween actorsto descendantto deeper descendantto parentactor +ab a self edge herebetween actorsto descendantto deeper descendantto parentactor diff --git a/e2etests/testdata/stable/sequence_diagram_span/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagram_span/dagre/board.exp.json index 953ad57aa..00c75c1a9 100644 --- a/e2etests/testdata/stable/sequence_diagram_span/dagre/board.exp.json +++ b/e2etests/testdata/stable/sequence_diagram_span/dagre/board.exp.json @@ -54,7 +54,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -133,7 +133,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -212,7 +212,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -291,7 +291,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -330,7 +330,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -409,7 +409,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -488,7 +488,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -527,7 +527,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -566,7 +566,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -605,7 +605,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -644,7 +644,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, diff --git a/e2etests/testdata/stable/sequence_diagram_span/dagre/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagram_span/dagre/sketch.exp.svg index 8ab955b0b..9a2b4dca8 100644 --- a/e2etests/testdata/stable/sequence_diagram_span/dagre/sketch.exp.svg +++ b/e2etests/testdata/stable/sequence_diagram_span/dagre/sketch.exp.svg @@ -18,7 +18,7 @@ width="1624" height="2146" viewBox="-76 -26 1624 2146">scoreritemResponseitemessayRubricconceptitemOutcome getItem() itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)scorenewgetNormalMinimum()getNormalMaximum()setScore(score)setFeedback(missingConcepts) +scoreritemResponseitemessayRubricconceptitemOutcome getItem() itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)scorenewgetNormalMinimum()getNormalMaximum()setScore(score)setFeedback(missingConcepts) diff --git a/e2etests/testdata/stable/sequence_diagram_span/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagram_span/elk/board.exp.json index 953ad57aa..00c75c1a9 100644 --- a/e2etests/testdata/stable/sequence_diagram_span/elk/board.exp.json +++ b/e2etests/testdata/stable/sequence_diagram_span/elk/board.exp.json @@ -54,7 +54,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -133,7 +133,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -212,7 +212,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -291,7 +291,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -330,7 +330,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -409,7 +409,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -488,7 +488,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -527,7 +527,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -566,7 +566,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -605,7 +605,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -644,7 +644,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, diff --git a/e2etests/testdata/stable/sequence_diagram_span/elk/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagram_span/elk/sketch.exp.svg index 8ab955b0b..9a2b4dca8 100644 --- a/e2etests/testdata/stable/sequence_diagram_span/elk/sketch.exp.svg +++ b/e2etests/testdata/stable/sequence_diagram_span/elk/sketch.exp.svg @@ -18,7 +18,7 @@ width="1624" height="2146" viewBox="-76 -26 1624 2146">scoreritemResponseitemessayRubricconceptitemOutcome getItem() itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)scorenewgetNormalMinimum()getNormalMaximum()setScore(score)setFeedback(missingConcepts) +scoreritemResponseitemessayRubricconceptitemOutcome getItem() itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)scorenewgetNormalMinimum()getNormalMaximum()setScore(score)setFeedback(missingConcepts) diff --git a/e2etests/testdata/stable/sequence_diagrams/dagre/board.exp.json b/e2etests/testdata/stable/sequence_diagrams/dagre/board.exp.json index 7504a4d75..a87c5874a 100644 --- a/e2etests/testdata/stable/sequence_diagrams/dagre/board.exp.json +++ b/e2etests/testdata/stable/sequence_diagrams/dagre/board.exp.json @@ -534,7 +534,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -613,7 +613,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -692,7 +692,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -771,7 +771,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -810,7 +810,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -889,7 +889,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -968,7 +968,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1007,7 +1007,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1046,7 +1046,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1085,7 +1085,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1124,7 +1124,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1203,7 +1203,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1282,7 +1282,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1361,7 +1361,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1440,7 +1440,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1479,7 +1479,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1558,7 +1558,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1637,7 +1637,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1676,7 +1676,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1715,7 +1715,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1754,7 +1754,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1793,7 +1793,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1872,7 +1872,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1911,7 +1911,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1950,7 +1950,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1989,7 +1989,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2028,7 +2028,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2067,7 +2067,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#FFFFFF", + "fill": "#EEF1F8", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2106,7 +2106,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2145,7 +2145,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2184,7 +2184,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#FFFFFF", + "fill": "#EEF1F8", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2262,7 +2262,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2301,7 +2301,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2340,7 +2340,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#FFFFFF", + "fill": "#EEF1F8", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2457,7 +2457,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2496,7 +2496,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, diff --git a/e2etests/testdata/stable/sequence_diagrams/dagre/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagrams/dagre/sketch.exp.svg index fb00ca94b..fab9122c5 100644 --- a/e2etests/testdata/stable/sequence_diagrams/dagre/sketch.exp.svg +++ b/e2etests/testdata/stable/sequence_diagrams/dagre/sketch.exp.svg @@ -18,7 +18,7 @@ width="3402" height="4269" viewBox="-100 -100 3402 4269">a_shapea_sequenceanotherfinallysequencesequencesequencescoreritemResponseitemessayRubricconceptitemOutcomescorerconceptessayRubricitemitemOutcomeitemResponsescoreritemResponseitemessayRubricconceptitemOutcome getItem()itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)scorenewgetNormalMinimum()getNormalMaximum()setScore(score)setFeedback(missingConcepts)getItem()itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)scorenewgetNormalMinimum()getNormalMaximum()setScore(score)setFeedback(missingConcepts) +a_shapea_sequenceanotherfinallysequencesequencesequencescoreritemResponseitemessayRubricconceptitemOutcomescorerconceptessayRubricitemitemOutcomeitemResponsescoreritemResponseitemessayRubricconceptitemOutcome getItem()itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)scorenewgetNormalMinimum()getNormalMaximum()setScore(score)setFeedback(missingConcepts)getItem()itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)scorenewgetNormalMinimum()getNormalMaximum()setScore(score)setFeedback(missingConcepts) diff --git a/e2etests/testdata/stable/sequence_diagrams/elk/board.exp.json b/e2etests/testdata/stable/sequence_diagrams/elk/board.exp.json index a928d0fb8..93a2f4d96 100644 --- a/e2etests/testdata/stable/sequence_diagrams/elk/board.exp.json +++ b/e2etests/testdata/stable/sequence_diagrams/elk/board.exp.json @@ -534,7 +534,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -613,7 +613,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -692,7 +692,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -771,7 +771,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -810,7 +810,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -889,7 +889,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -968,7 +968,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1007,7 +1007,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1046,7 +1046,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1085,7 +1085,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1124,7 +1124,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1203,7 +1203,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1282,7 +1282,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1361,7 +1361,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1440,7 +1440,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1479,7 +1479,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1558,7 +1558,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1637,7 +1637,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1676,7 +1676,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1715,7 +1715,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1754,7 +1754,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1793,7 +1793,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1872,7 +1872,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1911,7 +1911,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1950,7 +1950,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -1989,7 +1989,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2028,7 +2028,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2067,7 +2067,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#FFFFFF", + "fill": "#EEF1F8", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2106,7 +2106,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2145,7 +2145,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2184,7 +2184,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#FFFFFF", + "fill": "#EEF1F8", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2262,7 +2262,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2301,7 +2301,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#EEF1F8", + "fill": "#E7EAFF", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2340,7 +2340,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#FFFFFF", + "fill": "#EEF1F8", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2457,7 +2457,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, @@ -2496,7 +2496,7 @@ "strokeDash": 0, "strokeWidth": 2, "borderRadius": 0, - "fill": "#F4F6FD", + "fill": "#D2DBFD", "stroke": "#0D32B2", "shadow": false, "3d": false, diff --git a/e2etests/testdata/stable/sequence_diagrams/elk/sketch.exp.svg b/e2etests/testdata/stable/sequence_diagrams/elk/sketch.exp.svg index b8810283a..b5128161a 100644 --- a/e2etests/testdata/stable/sequence_diagrams/elk/sketch.exp.svg +++ b/e2etests/testdata/stable/sequence_diagrams/elk/sketch.exp.svg @@ -18,7 +18,7 @@ width="3324" height="4389" viewBox="-88 -88 3324 4389">a_shapea_sequenceanotherfinallysequencesequencesequencescoreritemResponseitemessayRubricconceptitemOutcomescorerconceptessayRubricitemitemOutcomeitemResponsescoreritemResponseitemessayRubricconceptitemOutcome getItem()itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)scorenewgetNormalMinimum()getNormalMaximum()setScore(score)setFeedback(missingConcepts)getItem()itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)scorenewgetNormalMinimum()getNormalMaximum()setScore(score)setFeedback(missingConcepts) +a_shapea_sequenceanotherfinallysequencesequencesequencescoreritemResponseitemessayRubricconceptitemOutcomescorerconceptessayRubricitemitemOutcomeitemResponsescoreritemResponseitemessayRubricconceptitemOutcome getItem()itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)scorenewgetNormalMinimum()getNormalMaximum()setScore(score)setFeedback(missingConcepts)getItem()itemgetRubric()rubricapplyTo(essayResp)match(essayResponse)scorenewgetNormalMinimum()getNormalMaximum()setScore(score)setFeedback(missingConcepts)