diff --git a/d2layouts/d2elklayout/layout.go b/d2layouts/d2elklayout/layout.go index 984531314..9365949b7 100644 --- a/d2layouts/d2elklayout/layout.go +++ b/d2layouts/d2elklayout/layout.go @@ -68,10 +68,10 @@ type ELKEdge struct { } type ELKGraph struct { - ID string `json:"id"` - LayoutOptions ELKLayoutOptions `json:"layoutOptions"` - Children []*ELKNode `json:"children,omitempty"` - Edges []*ELKEdge `json:"edges,omitempty"` + ID string `json:"id"` + LayoutOptions *ELKLayoutOptions `json:"layoutOptions"` + Children []*ELKNode `json:"children,omitempty"` + Edges []*ELKEdge `json:"edges,omitempty"` } type ELKLayoutOptions struct { @@ -115,7 +115,7 @@ func Layout(ctx context.Context, g *d2graph.Graph) (err error) { elkGraph := &ELKGraph{ ID: "root", - LayoutOptions: ELKLayoutOptions{ + LayoutOptions: &ELKLayoutOptions{ Algorithm: "layered", HierarchyHandling: "INCLUDE_CHILDREN", NodeSpacing: 100.0, diff --git a/e2etests/testdata/stable/orientation/dagre/board.exp.json b/e2etests/testdata/stable/orientation/dagre/board.exp.json deleted file mode 100644 index cc01c3fae..000000000 --- a/e2etests/testdata/stable/orientation/dagre/board.exp.json +++ /dev/null @@ -1,1141 +0,0 @@ -{ - "name": "", - "shapes": [ - { - "id": "b", - "type": "", - "pos": { - "x": 163, - "y": 0 - }, - "width": 494, - "height": 1456, - "level": 1, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#E3E9FD", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "b", - "fontSize": 28, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 18, - "labelHeight": 41, - "labelPosition": "INSIDE_TOP_CENTER" - }, - { - "id": "b.2", - "type": "", - "pos": { - "x": 203, - "y": 276 - }, - "width": 240, - "height": 1130, - "level": 2, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#EDF0FD", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "2", - "fontSize": 24, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 16, - "labelHeight": 36, - "labelPosition": "INSIDE_TOP_CENTER" - }, - { - "id": "a", - "type": "", - "pos": { - "x": 0, - "y": 50 - }, - "width": 113, - "height": 126, - "level": 1, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "a", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "c", - "type": "", - "pos": { - "x": 708, - "y": 552 - }, - "width": 113, - "height": 126, - "level": 1, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "c", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "d", - "type": "", - "pos": { - "x": 707, - "y": 778 - }, - "width": 114, - "height": 126, - "level": 1, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "d", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 14, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "e", - "type": "", - "pos": { - "x": 708, - "y": 1004 - }, - "width": 113, - "height": 126, - "level": 1, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "e", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.1", - "type": "", - "pos": { - "x": 314, - "y": 50 - }, - "width": 112, - "height": 126, - "level": 2, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#EDF0FD", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "1", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 12, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.3", - "type": "", - "pos": { - "x": 494, - "y": 552 - }, - "width": 113, - "height": 126, - "level": 2, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#EDF0FD", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "3", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.4", - "type": "", - "pos": { - "x": 493, - "y": 778 - }, - "width": 114, - "height": 126, - "level": 2, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#EDF0FD", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "4", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 14, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.5", - "type": "", - "pos": { - "x": 494, - "y": 1004 - }, - "width": 113, - "height": 126, - "level": 2, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#EDF0FD", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "5", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.2.a", - "type": "", - "pos": { - "x": 280, - "y": 326 - }, - "width": 113, - "height": 126, - "level": 3, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "a", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.2.b", - "type": "", - "pos": { - "x": 254, - "y": 552 - }, - "width": 113, - "height": 126, - "level": 3, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "b", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.2.c", - "type": "", - "pos": { - "x": 254, - "y": 778 - }, - "width": 113, - "height": 126, - "level": 3, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "c", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.2.d", - "type": "", - "pos": { - "x": 253, - "y": 1004 - }, - "width": 114, - "height": 126, - "level": 3, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "d", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 14, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.2.e", - "type": "", - "pos": { - "x": 254, - "y": 1230 - }, - "width": 113, - "height": 126, - "level": 3, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "e", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - } - ], - "connections": [ - { - "id": "(a -> b)[0]", - "src": "a", - "srcArrow": "none", - "srcLabel": "", - "dst": "b", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 113, - "y": 139.60208333333333 - }, - { - "x": 153, - "y": 158.80208333333331 - }, - { - "x": 123, - "y": 144.40208333333334 - }, - { - "x": 163, - "y": 163.60208333333333 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "(b -> c)[0]", - "src": "b", - "srcArrow": "none", - "srcLabel": "", - "dst": "c", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 657, - "y": 583 - }, - { - "x": 697.6, - "y": 594.9524382097528 - }, - { - "x": 667.15, - "y": 585.9881095524382 - }, - { - "x": 707.75, - "y": 597.940547762191 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "(c -> d)[0]", - "src": "c", - "srcArrow": "none", - "srcLabel": "", - "dst": "d", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 764.25, - "y": 678 - }, - { - "x": 764.25, - "y": 718 - }, - { - "x": 764.25, - "y": 738 - }, - { - "x": 764.25, - "y": 778 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "(d -> e)[0]", - "src": "d", - "srcArrow": "none", - "srcLabel": "", - "dst": "e", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 764.25, - "y": 904 - }, - { - "x": 764.25, - "y": 944 - }, - { - "x": 764.25, - "y": 964 - }, - { - "x": 764.25, - "y": 1004 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.(1 -> 2)[0]", - "src": "b.1", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.2", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 370, - "y": 176 - }, - { - "x": 370, - "y": 216 - }, - { - "x": 370, - "y": 236 - }, - { - "x": 370, - "y": 276 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.(2 -> 3)[0]", - "src": "b.2", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.3", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 443, - "y": 555 - }, - { - "x": 483.6, - "y": 577.4938826466916 - }, - { - "x": 453.15, - "y": 560.6234706616729 - }, - { - "x": 493.75, - "y": 583.1173533083645 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.(3 -> 4)[0]", - "src": "b.3", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.4", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 550.25, - "y": 678 - }, - { - "x": 550.25, - "y": 718 - }, - { - "x": 550.25, - "y": 738 - }, - { - "x": 550.25, - "y": 778 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.(4 -> 5)[0]", - "src": "b.4", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.5", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 550.25, - "y": 904 - }, - { - "x": 550.25, - "y": 944 - }, - { - "x": 550.25, - "y": 964 - }, - { - "x": 550.25, - "y": 1004 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.2.(a -> b)[0]", - "src": "b.2.a", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.2.b", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 321.8362831858407, - "y": 452 - }, - { - "x": 312.36725663716817, - "y": 492 - }, - { - "x": 310, - "y": 512 - }, - { - "x": 310, - "y": 552 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.2.(b -> c)[0]", - "src": "b.2.b", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.2.c", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 310, - "y": 678 - }, - { - "x": 310, - "y": 718 - }, - { - "x": 310, - "y": 738 - }, - { - "x": 310, - "y": 778 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.2.(c -> d)[0]", - "src": "b.2.c", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.2.d", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 310, - "y": 904 - }, - { - "x": 310, - "y": 944 - }, - { - "x": 310, - "y": 964 - }, - { - "x": 310, - "y": 1004 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.2.(d -> e)[0]", - "src": "b.2.d", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.2.e", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 310, - "y": 1130 - }, - { - "x": 310, - "y": 1170 - }, - { - "x": 310, - "y": 1190 - }, - { - "x": 310, - "y": 1230 - } - ], - "isCurve": true, - "animated": false, - "tooltip": "", - "icon": null - } - ] -} diff --git a/e2etests/testdata/stable/orientation/dagre/sketch.exp.svg b/e2etests/testdata/stable/orientation/dagre/sketch.exp.svg deleted file mode 100644 index c3dad6221..000000000 --- a/e2etests/testdata/stable/orientation/dagre/sketch.exp.svg +++ /dev/null @@ -1,24 +0,0 @@ - -bacde21345abcde \ No newline at end of file diff --git a/e2etests/testdata/stable/orientation/elk/board.exp.json b/e2etests/testdata/stable/orientation/elk/board.exp.json deleted file mode 100644 index 37051403b..000000000 --- a/e2etests/testdata/stable/orientation/elk/board.exp.json +++ /dev/null @@ -1,1033 +0,0 @@ -{ - "name": "", - "shapes": [ - { - "id": "b", - "type": "", - "pos": { - "x": 12, - "y": 238 - }, - "width": 414, - "height": 1594, - "level": 1, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#E3E9FD", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "b", - "fontSize": 28, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 18, - "labelHeight": 41, - "labelPosition": "INSIDE_TOP_CENTER" - }, - { - "id": "b.2", - "type": "", - "pos": { - "x": 87, - "y": 459 - }, - "width": 264, - "height": 860, - "level": 2, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#EDF0FD", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "2", - "fontSize": 24, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 16, - "labelHeight": 36, - "labelPosition": "INSIDE_TOP_CENTER" - }, - { - "id": "a", - "type": "", - "pos": { - "x": 163, - "y": 12 - }, - "width": 113, - "height": 126, - "level": 1, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "a", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "c", - "type": "", - "pos": { - "x": 163, - "y": 1932 - }, - "width": 113, - "height": 126, - "level": 1, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "c", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "d", - "type": "", - "pos": { - "x": 162, - "y": 2158 - }, - "width": 114, - "height": 126, - "level": 1, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "d", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 14, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "e", - "type": "", - "pos": { - "x": 163, - "y": 2384 - }, - "width": 113, - "height": 126, - "level": 1, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "e", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.1", - "type": "", - "pos": { - "x": 163, - "y": 313 - }, - "width": 112, - "height": 126, - "level": 2, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#EDF0FD", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "1", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 12, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.3", - "type": "", - "pos": { - "x": 163, - "y": 1339 - }, - "width": 113, - "height": 126, - "level": 2, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#EDF0FD", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "3", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.4", - "type": "", - "pos": { - "x": 162, - "y": 1485 - }, - "width": 114, - "height": 126, - "level": 2, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#EDF0FD", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "4", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 14, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.5", - "type": "", - "pos": { - "x": 163, - "y": 1631 - }, - "width": 113, - "height": 126, - "level": 2, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#EDF0FD", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "5", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.2.a", - "type": "", - "pos": { - "x": 163, - "y": 534 - }, - "width": 113, - "height": 126, - "level": 3, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "a", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.2.b", - "type": "", - "pos": { - "x": 163, - "y": 680 - }, - "width": 113, - "height": 126, - "level": 3, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "b", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.2.c", - "type": "", - "pos": { - "x": 163, - "y": 826 - }, - "width": 113, - "height": 126, - "level": 3, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "c", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.2.d", - "type": "", - "pos": { - "x": 162, - "y": 972 - }, - "width": 114, - "height": 126, - "level": 3, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "d", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 14, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - }, - { - "id": "b.2.e", - "type": "", - "pos": { - "x": 163, - "y": 1118 - }, - "width": 113, - "height": 126, - "level": 3, - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "borderRadius": 0, - "fill": "#F7F8FE", - "stroke": "#0D32B2", - "shadow": false, - "3d": false, - "multiple": false, - "tooltip": "", - "link": "", - "icon": null, - "iconPosition": "", - "fields": null, - "methods": null, - "columns": null, - "label": "e", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#0A0F25", - "italic": false, - "bold": true, - "underline": false, - "labelWidth": 13, - "labelHeight": 26, - "labelPosition": "INSIDE_MIDDLE_CENTER" - } - ], - "connections": [ - { - "id": "(a -> b)[0]", - "src": "a", - "srcArrow": "none", - "srcLabel": "", - "dst": "b", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 219, - "y": 138 - }, - { - "x": 219, - "y": 238 - } - ], - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "(b -> c)[0]", - "src": "b", - "srcArrow": "none", - "srcLabel": "", - "dst": "c", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 219, - "y": 1832 - }, - { - "x": 219, - "y": 1932 - } - ], - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "(c -> d)[0]", - "src": "c", - "srcArrow": "none", - "srcLabel": "", - "dst": "d", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 219, - "y": 2058 - }, - { - "x": 219, - "y": 2158 - } - ], - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "(d -> e)[0]", - "src": "d", - "srcArrow": "none", - "srcLabel": "", - "dst": "e", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 219, - "y": 2284 - }, - { - "x": 219, - "y": 2384 - } - ], - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.(1 -> 2)[0]", - "src": "b.1", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.2", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 219, - "y": 439 - }, - { - "x": 219, - "y": 459 - } - ], - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.(2 -> 3)[0]", - "src": "b.2", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.3", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 219, - "y": 1319 - }, - { - "x": 219, - "y": 1339 - } - ], - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.(3 -> 4)[0]", - "src": "b.3", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.4", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 219, - "y": 1465 - }, - { - "x": 219, - "y": 1485 - } - ], - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.(4 -> 5)[0]", - "src": "b.4", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.5", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 219, - "y": 1611 - }, - { - "x": 219, - "y": 1631 - } - ], - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.2.(a -> b)[0]", - "src": "b.2.a", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.2.b", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 219, - "y": 660 - }, - { - "x": 219, - "y": 680 - } - ], - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.2.(b -> c)[0]", - "src": "b.2.b", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.2.c", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 219, - "y": 806 - }, - { - "x": 219, - "y": 826 - } - ], - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.2.(c -> d)[0]", - "src": "b.2.c", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.2.d", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 219, - "y": 952 - }, - { - "x": 219, - "y": 972 - } - ], - "animated": false, - "tooltip": "", - "icon": null - }, - { - "id": "b.2.(d -> e)[0]", - "src": "b.2.d", - "srcArrow": "none", - "srcLabel": "", - "dst": "b.2.e", - "dstArrow": "triangle", - "dstLabel": "", - "opacity": 1, - "strokeDash": 0, - "strokeWidth": 2, - "stroke": "#0D32B2", - "label": "", - "fontSize": 16, - "fontFamily": "DEFAULT", - "language": "", - "color": "#676C7E", - "italic": true, - "bold": false, - "underline": false, - "labelWidth": 0, - "labelHeight": 0, - "labelPosition": "", - "labelPercentage": 0, - "route": [ - { - "x": 219, - "y": 1098 - }, - { - "x": 219, - "y": 1118 - } - ], - "animated": false, - "tooltip": "", - "icon": null - } - ] -} diff --git a/e2etests/testdata/stable/orientation/elk/sketch.exp.svg b/e2etests/testdata/stable/orientation/elk/sketch.exp.svg deleted file mode 100644 index 1733e1ad8..000000000 --- a/e2etests/testdata/stable/orientation/elk/sketch.exp.svg +++ /dev/null @@ -1,24 +0,0 @@ - -bacde21345abcde \ No newline at end of file