Merge pull request #1646 from gavin-ts/fix-grid-rows-gap-bug
Fix grid rows gap bug
This commit is contained in:
commit
db126ab477
12 changed files with 1002 additions and 374 deletions
|
|
@ -7,4 +7,5 @@
|
||||||
|
|
||||||
#### Bugfixes ⛑️
|
#### Bugfixes ⛑️
|
||||||
|
|
||||||
|
- Fixes a bug calculating grid height with only grid-rows and different horizontal-gap and vertical-gap values. [#1646](https://github.com/terrastruct/d2/pull/1646)
|
||||||
- Grid layout now accounts for each cell's outside labels and icons [#1624](https://github.com/terrastruct/d2/pull/1624)
|
- Grid layout now accounts for each cell's outside labels and icons [#1624](https://github.com/terrastruct/d2/pull/1624)
|
||||||
|
|
|
||||||
|
|
@ -397,7 +397,7 @@ func (gd *gridDiagram) layoutDynamic(g *d2graph.Graph, obj *d2graph.Object) {
|
||||||
cursor.X = 0
|
cursor.X = 0
|
||||||
cursor.Y += rowHeight + verticalGap
|
cursor.Y += rowHeight + verticalGap
|
||||||
}
|
}
|
||||||
maxY = cursor.Y - horizontalGap
|
maxY = cursor.Y - verticalGap
|
||||||
} else {
|
} else {
|
||||||
// measure column heights
|
// measure column heights
|
||||||
colHeights := []float64{}
|
colHeights := []float64{}
|
||||||
|
|
|
||||||
|
|
@ -1047,6 +1047,7 @@ cf many required: {
|
||||||
loadFromFile(t, "empty_nested_grid"),
|
loadFromFile(t, "empty_nested_grid"),
|
||||||
loadFromFile(t, "code_font_size"),
|
loadFromFile(t, "code_font_size"),
|
||||||
loadFromFile(t, "disclaimer"),
|
loadFromFile(t, "disclaimer"),
|
||||||
|
loadFromFile(t, "grid_rows_gap_bug"),
|
||||||
}
|
}
|
||||||
|
|
||||||
runa(t, tcs)
|
runa(t, tcs)
|
||||||
|
|
|
||||||
8
e2etests/testdata/files/grid_rows_gap_bug.d2
vendored
Normal file
8
e2etests/testdata/files/grid_rows_gap_bug.d2
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
grid: "" {
|
||||||
|
grid-rows: 3
|
||||||
|
horizontal-gap: 100
|
||||||
|
vertical-gap: 0
|
||||||
|
first
|
||||||
|
second
|
||||||
|
third
|
||||||
|
}
|
||||||
212
e2etests/testdata/regression/grid_rows_gap_bug/dagre/board.exp.json
generated
vendored
Normal file
212
e2etests/testdata/regression/grid_rows_gap_bug/dagre/board.exp.json
generated
vendored
Normal file
|
|
@ -0,0 +1,212 @@
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"isFolderOnly": false,
|
||||||
|
"fontFamily": "SourceSansPro",
|
||||||
|
"shapes": [
|
||||||
|
{
|
||||||
|
"id": "grid",
|
||||||
|
"type": "rectangle",
|
||||||
|
"pos": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"width": 295,
|
||||||
|
"height": 198,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "B4",
|
||||||
|
"stroke": "B1",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 28,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_TOP_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "grid.first",
|
||||||
|
"type": "rectangle",
|
||||||
|
"pos": {
|
||||||
|
"x": 100,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"width": 95,
|
||||||
|
"height": 66,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "B5",
|
||||||
|
"stroke": "B1",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "first",
|
||||||
|
"fontSize": 16,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": true,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 30,
|
||||||
|
"labelHeight": 21,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "grid.second",
|
||||||
|
"type": "rectangle",
|
||||||
|
"pos": {
|
||||||
|
"x": 100,
|
||||||
|
"y": 66
|
||||||
|
},
|
||||||
|
"width": 95,
|
||||||
|
"height": 66,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "B5",
|
||||||
|
"stroke": "B1",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "second",
|
||||||
|
"fontSize": 16,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": true,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 50,
|
||||||
|
"labelHeight": 21,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "grid.third",
|
||||||
|
"type": "rectangle",
|
||||||
|
"pos": {
|
||||||
|
"x": 100,
|
||||||
|
"y": 132
|
||||||
|
},
|
||||||
|
"width": 95,
|
||||||
|
"height": 66,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "B5",
|
||||||
|
"stroke": "B1",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "third",
|
||||||
|
"fontSize": 16,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": true,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 36,
|
||||||
|
"labelHeight": 21,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"connections": [],
|
||||||
|
"root": {
|
||||||
|
"id": "",
|
||||||
|
"type": "",
|
||||||
|
"pos": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"width": 0,
|
||||||
|
"height": 0,
|
||||||
|
"opacity": 0,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 0,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "N7",
|
||||||
|
"stroke": "",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 0,
|
||||||
|
"fontFamily": "",
|
||||||
|
"language": "",
|
||||||
|
"color": "",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
97
e2etests/testdata/regression/grid_rows_gap_bug/dagre/sketch.exp.svg
vendored
Normal file
97
e2etests/testdata/regression/grid_rows_gap_bug/dagre/sketch.exp.svg
vendored
Normal file
|
|
@ -0,0 +1,97 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d2Version="v0.6.1-HEAD" preserveAspectRatio="xMinYMin meet" viewBox="0 0 297 200"><svg id="d2-svg" class="d2-3501266100" width="297" height="200" viewBox="-1 -1 297 200"><rect x="-1.000000" y="-1.000000" width="297.000000" height="200.000000" rx="0.000000" class=" fill-N7" stroke-width="0" /><style type="text/css"><![CDATA[
|
||||||
|
.d2-3501266100 .text-bold {
|
||||||
|
font-family: "d2-3501266100-font-bold";
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: d2-3501266100-font-bold;
|
||||||
|
src: url("data:application/font-woff;base64,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");
|
||||||
|
}]]></style><style type="text/css"><![CDATA[.shape {
|
||||||
|
shape-rendering: geometricPrecision;
|
||||||
|
stroke-linejoin: round;
|
||||||
|
}
|
||||||
|
.connection {
|
||||||
|
stroke-linecap: round;
|
||||||
|
stroke-linejoin: round;
|
||||||
|
}
|
||||||
|
.blend {
|
||||||
|
mix-blend-mode: multiply;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.d2-3501266100 .fill-N1{fill:#0A0F25;}
|
||||||
|
.d2-3501266100 .fill-N2{fill:#676C7E;}
|
||||||
|
.d2-3501266100 .fill-N3{fill:#9499AB;}
|
||||||
|
.d2-3501266100 .fill-N4{fill:#CFD2DD;}
|
||||||
|
.d2-3501266100 .fill-N5{fill:#DEE1EB;}
|
||||||
|
.d2-3501266100 .fill-N6{fill:#EEF1F8;}
|
||||||
|
.d2-3501266100 .fill-N7{fill:#FFFFFF;}
|
||||||
|
.d2-3501266100 .fill-B1{fill:#0D32B2;}
|
||||||
|
.d2-3501266100 .fill-B2{fill:#0D32B2;}
|
||||||
|
.d2-3501266100 .fill-B3{fill:#E3E9FD;}
|
||||||
|
.d2-3501266100 .fill-B4{fill:#E3E9FD;}
|
||||||
|
.d2-3501266100 .fill-B5{fill:#EDF0FD;}
|
||||||
|
.d2-3501266100 .fill-B6{fill:#F7F8FE;}
|
||||||
|
.d2-3501266100 .fill-AA2{fill:#4A6FF3;}
|
||||||
|
.d2-3501266100 .fill-AA4{fill:#EDF0FD;}
|
||||||
|
.d2-3501266100 .fill-AA5{fill:#F7F8FE;}
|
||||||
|
.d2-3501266100 .fill-AB4{fill:#EDF0FD;}
|
||||||
|
.d2-3501266100 .fill-AB5{fill:#F7F8FE;}
|
||||||
|
.d2-3501266100 .stroke-N1{stroke:#0A0F25;}
|
||||||
|
.d2-3501266100 .stroke-N2{stroke:#676C7E;}
|
||||||
|
.d2-3501266100 .stroke-N3{stroke:#9499AB;}
|
||||||
|
.d2-3501266100 .stroke-N4{stroke:#CFD2DD;}
|
||||||
|
.d2-3501266100 .stroke-N5{stroke:#DEE1EB;}
|
||||||
|
.d2-3501266100 .stroke-N6{stroke:#EEF1F8;}
|
||||||
|
.d2-3501266100 .stroke-N7{stroke:#FFFFFF;}
|
||||||
|
.d2-3501266100 .stroke-B1{stroke:#0D32B2;}
|
||||||
|
.d2-3501266100 .stroke-B2{stroke:#0D32B2;}
|
||||||
|
.d2-3501266100 .stroke-B3{stroke:#E3E9FD;}
|
||||||
|
.d2-3501266100 .stroke-B4{stroke:#E3E9FD;}
|
||||||
|
.d2-3501266100 .stroke-B5{stroke:#EDF0FD;}
|
||||||
|
.d2-3501266100 .stroke-B6{stroke:#F7F8FE;}
|
||||||
|
.d2-3501266100 .stroke-AA2{stroke:#4A6FF3;}
|
||||||
|
.d2-3501266100 .stroke-AA4{stroke:#EDF0FD;}
|
||||||
|
.d2-3501266100 .stroke-AA5{stroke:#F7F8FE;}
|
||||||
|
.d2-3501266100 .stroke-AB4{stroke:#EDF0FD;}
|
||||||
|
.d2-3501266100 .stroke-AB5{stroke:#F7F8FE;}
|
||||||
|
.d2-3501266100 .background-color-N1{background-color:#0A0F25;}
|
||||||
|
.d2-3501266100 .background-color-N2{background-color:#676C7E;}
|
||||||
|
.d2-3501266100 .background-color-N3{background-color:#9499AB;}
|
||||||
|
.d2-3501266100 .background-color-N4{background-color:#CFD2DD;}
|
||||||
|
.d2-3501266100 .background-color-N5{background-color:#DEE1EB;}
|
||||||
|
.d2-3501266100 .background-color-N6{background-color:#EEF1F8;}
|
||||||
|
.d2-3501266100 .background-color-N7{background-color:#FFFFFF;}
|
||||||
|
.d2-3501266100 .background-color-B1{background-color:#0D32B2;}
|
||||||
|
.d2-3501266100 .background-color-B2{background-color:#0D32B2;}
|
||||||
|
.d2-3501266100 .background-color-B3{background-color:#E3E9FD;}
|
||||||
|
.d2-3501266100 .background-color-B4{background-color:#E3E9FD;}
|
||||||
|
.d2-3501266100 .background-color-B5{background-color:#EDF0FD;}
|
||||||
|
.d2-3501266100 .background-color-B6{background-color:#F7F8FE;}
|
||||||
|
.d2-3501266100 .background-color-AA2{background-color:#4A6FF3;}
|
||||||
|
.d2-3501266100 .background-color-AA4{background-color:#EDF0FD;}
|
||||||
|
.d2-3501266100 .background-color-AA5{background-color:#F7F8FE;}
|
||||||
|
.d2-3501266100 .background-color-AB4{background-color:#EDF0FD;}
|
||||||
|
.d2-3501266100 .background-color-AB5{background-color:#F7F8FE;}
|
||||||
|
.d2-3501266100 .color-N1{color:#0A0F25;}
|
||||||
|
.d2-3501266100 .color-N2{color:#676C7E;}
|
||||||
|
.d2-3501266100 .color-N3{color:#9499AB;}
|
||||||
|
.d2-3501266100 .color-N4{color:#CFD2DD;}
|
||||||
|
.d2-3501266100 .color-N5{color:#DEE1EB;}
|
||||||
|
.d2-3501266100 .color-N6{color:#EEF1F8;}
|
||||||
|
.d2-3501266100 .color-N7{color:#FFFFFF;}
|
||||||
|
.d2-3501266100 .color-B1{color:#0D32B2;}
|
||||||
|
.d2-3501266100 .color-B2{color:#0D32B2;}
|
||||||
|
.d2-3501266100 .color-B3{color:#E3E9FD;}
|
||||||
|
.d2-3501266100 .color-B4{color:#E3E9FD;}
|
||||||
|
.d2-3501266100 .color-B5{color:#EDF0FD;}
|
||||||
|
.d2-3501266100 .color-B6{color:#F7F8FE;}
|
||||||
|
.d2-3501266100 .color-AA2{color:#4A6FF3;}
|
||||||
|
.d2-3501266100 .color-AA4{color:#EDF0FD;}
|
||||||
|
.d2-3501266100 .color-AA5{color:#F7F8FE;}
|
||||||
|
.d2-3501266100 .color-AB4{color:#EDF0FD;}
|
||||||
|
.d2-3501266100 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]></style><g id="grid"><g class="shape" ><rect x="0.000000" y="0.000000" width="295.000000" height="198.000000" class=" stroke-B1 fill-B4" style="stroke-width:2;" /></g></g><g id="grid.first"><g class="shape" ><rect x="100.000000" y="0.000000" width="95.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="147.500000" y="38.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">first</text></g><g id="grid.second"><g class="shape" ><rect x="100.000000" y="66.000000" width="95.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="147.500000" y="104.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">second</text></g><g id="grid.third"><g class="shape" ><rect x="100.000000" y="132.000000" width="95.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="147.500000" y="170.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">third</text></g><mask id="d2-3501266100" maskUnits="userSpaceOnUse" x="-1" y="-1" width="297" height="200">
|
||||||
|
<rect x="-1" y="-1" width="297" height="200" fill="white"></rect>
|
||||||
|
<rect x="132.500000" y="22.500000" width="30" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
||||||
|
<rect x="122.500000" y="88.500000" width="50" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
||||||
|
<rect x="129.500000" y="154.500000" width="36" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
||||||
|
</mask></svg></svg>
|
||||||
|
After Width: | Height: | Size: 10 KiB |
212
e2etests/testdata/regression/grid_rows_gap_bug/elk/board.exp.json
generated
vendored
Normal file
212
e2etests/testdata/regression/grid_rows_gap_bug/elk/board.exp.json
generated
vendored
Normal file
|
|
@ -0,0 +1,212 @@
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"isFolderOnly": false,
|
||||||
|
"fontFamily": "SourceSansPro",
|
||||||
|
"shapes": [
|
||||||
|
{
|
||||||
|
"id": "grid",
|
||||||
|
"type": "rectangle",
|
||||||
|
"pos": {
|
||||||
|
"x": 12,
|
||||||
|
"y": 12
|
||||||
|
},
|
||||||
|
"width": 295,
|
||||||
|
"height": 198,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "B4",
|
||||||
|
"stroke": "B1",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 28,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"labelPosition": "INSIDE_TOP_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "grid.first",
|
||||||
|
"type": "rectangle",
|
||||||
|
"pos": {
|
||||||
|
"x": 112,
|
||||||
|
"y": 12
|
||||||
|
},
|
||||||
|
"width": 95,
|
||||||
|
"height": 66,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "B5",
|
||||||
|
"stroke": "B1",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "first",
|
||||||
|
"fontSize": 16,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": true,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 30,
|
||||||
|
"labelHeight": 21,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "grid.second",
|
||||||
|
"type": "rectangle",
|
||||||
|
"pos": {
|
||||||
|
"x": 112,
|
||||||
|
"y": 78
|
||||||
|
},
|
||||||
|
"width": 95,
|
||||||
|
"height": 66,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "B5",
|
||||||
|
"stroke": "B1",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "second",
|
||||||
|
"fontSize": 16,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": true,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 50,
|
||||||
|
"labelHeight": 21,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "grid.third",
|
||||||
|
"type": "rectangle",
|
||||||
|
"pos": {
|
||||||
|
"x": 112,
|
||||||
|
"y": 144
|
||||||
|
},
|
||||||
|
"width": 95,
|
||||||
|
"height": 66,
|
||||||
|
"opacity": 1,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "B5",
|
||||||
|
"stroke": "B1",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "third",
|
||||||
|
"fontSize": 16,
|
||||||
|
"fontFamily": "DEFAULT",
|
||||||
|
"language": "",
|
||||||
|
"color": "N1",
|
||||||
|
"italic": false,
|
||||||
|
"bold": true,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 36,
|
||||||
|
"labelHeight": 21,
|
||||||
|
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"connections": [],
|
||||||
|
"root": {
|
||||||
|
"id": "",
|
||||||
|
"type": "",
|
||||||
|
"pos": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"width": 0,
|
||||||
|
"height": 0,
|
||||||
|
"opacity": 0,
|
||||||
|
"strokeDash": 0,
|
||||||
|
"strokeWidth": 0,
|
||||||
|
"borderRadius": 0,
|
||||||
|
"fill": "N7",
|
||||||
|
"stroke": "",
|
||||||
|
"shadow": false,
|
||||||
|
"3d": false,
|
||||||
|
"multiple": false,
|
||||||
|
"double-border": false,
|
||||||
|
"tooltip": "",
|
||||||
|
"link": "",
|
||||||
|
"icon": null,
|
||||||
|
"iconPosition": "",
|
||||||
|
"blend": false,
|
||||||
|
"fields": null,
|
||||||
|
"methods": null,
|
||||||
|
"columns": null,
|
||||||
|
"label": "",
|
||||||
|
"fontSize": 0,
|
||||||
|
"fontFamily": "",
|
||||||
|
"language": "",
|
||||||
|
"color": "",
|
||||||
|
"italic": false,
|
||||||
|
"bold": false,
|
||||||
|
"underline": false,
|
||||||
|
"labelWidth": 0,
|
||||||
|
"labelHeight": 0,
|
||||||
|
"zIndex": 0,
|
||||||
|
"level": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
97
e2etests/testdata/regression/grid_rows_gap_bug/elk/sketch.exp.svg
vendored
Normal file
97
e2etests/testdata/regression/grid_rows_gap_bug/elk/sketch.exp.svg
vendored
Normal file
|
|
@ -0,0 +1,97 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d2Version="v0.6.1-HEAD" preserveAspectRatio="xMinYMin meet" viewBox="0 0 297 200"><svg id="d2-svg" class="d2-3322634070" width="297" height="200" viewBox="11 11 297 200"><rect x="11.000000" y="11.000000" width="297.000000" height="200.000000" rx="0.000000" class=" fill-N7" stroke-width="0" /><style type="text/css"><![CDATA[
|
||||||
|
.d2-3322634070 .text-bold {
|
||||||
|
font-family: "d2-3322634070-font-bold";
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: d2-3322634070-font-bold;
|
||||||
|
src: url("data:application/font-woff;base64,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");
|
||||||
|
}]]></style><style type="text/css"><![CDATA[.shape {
|
||||||
|
shape-rendering: geometricPrecision;
|
||||||
|
stroke-linejoin: round;
|
||||||
|
}
|
||||||
|
.connection {
|
||||||
|
stroke-linecap: round;
|
||||||
|
stroke-linejoin: round;
|
||||||
|
}
|
||||||
|
.blend {
|
||||||
|
mix-blend-mode: multiply;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.d2-3322634070 .fill-N1{fill:#0A0F25;}
|
||||||
|
.d2-3322634070 .fill-N2{fill:#676C7E;}
|
||||||
|
.d2-3322634070 .fill-N3{fill:#9499AB;}
|
||||||
|
.d2-3322634070 .fill-N4{fill:#CFD2DD;}
|
||||||
|
.d2-3322634070 .fill-N5{fill:#DEE1EB;}
|
||||||
|
.d2-3322634070 .fill-N6{fill:#EEF1F8;}
|
||||||
|
.d2-3322634070 .fill-N7{fill:#FFFFFF;}
|
||||||
|
.d2-3322634070 .fill-B1{fill:#0D32B2;}
|
||||||
|
.d2-3322634070 .fill-B2{fill:#0D32B2;}
|
||||||
|
.d2-3322634070 .fill-B3{fill:#E3E9FD;}
|
||||||
|
.d2-3322634070 .fill-B4{fill:#E3E9FD;}
|
||||||
|
.d2-3322634070 .fill-B5{fill:#EDF0FD;}
|
||||||
|
.d2-3322634070 .fill-B6{fill:#F7F8FE;}
|
||||||
|
.d2-3322634070 .fill-AA2{fill:#4A6FF3;}
|
||||||
|
.d2-3322634070 .fill-AA4{fill:#EDF0FD;}
|
||||||
|
.d2-3322634070 .fill-AA5{fill:#F7F8FE;}
|
||||||
|
.d2-3322634070 .fill-AB4{fill:#EDF0FD;}
|
||||||
|
.d2-3322634070 .fill-AB5{fill:#F7F8FE;}
|
||||||
|
.d2-3322634070 .stroke-N1{stroke:#0A0F25;}
|
||||||
|
.d2-3322634070 .stroke-N2{stroke:#676C7E;}
|
||||||
|
.d2-3322634070 .stroke-N3{stroke:#9499AB;}
|
||||||
|
.d2-3322634070 .stroke-N4{stroke:#CFD2DD;}
|
||||||
|
.d2-3322634070 .stroke-N5{stroke:#DEE1EB;}
|
||||||
|
.d2-3322634070 .stroke-N6{stroke:#EEF1F8;}
|
||||||
|
.d2-3322634070 .stroke-N7{stroke:#FFFFFF;}
|
||||||
|
.d2-3322634070 .stroke-B1{stroke:#0D32B2;}
|
||||||
|
.d2-3322634070 .stroke-B2{stroke:#0D32B2;}
|
||||||
|
.d2-3322634070 .stroke-B3{stroke:#E3E9FD;}
|
||||||
|
.d2-3322634070 .stroke-B4{stroke:#E3E9FD;}
|
||||||
|
.d2-3322634070 .stroke-B5{stroke:#EDF0FD;}
|
||||||
|
.d2-3322634070 .stroke-B6{stroke:#F7F8FE;}
|
||||||
|
.d2-3322634070 .stroke-AA2{stroke:#4A6FF3;}
|
||||||
|
.d2-3322634070 .stroke-AA4{stroke:#EDF0FD;}
|
||||||
|
.d2-3322634070 .stroke-AA5{stroke:#F7F8FE;}
|
||||||
|
.d2-3322634070 .stroke-AB4{stroke:#EDF0FD;}
|
||||||
|
.d2-3322634070 .stroke-AB5{stroke:#F7F8FE;}
|
||||||
|
.d2-3322634070 .background-color-N1{background-color:#0A0F25;}
|
||||||
|
.d2-3322634070 .background-color-N2{background-color:#676C7E;}
|
||||||
|
.d2-3322634070 .background-color-N3{background-color:#9499AB;}
|
||||||
|
.d2-3322634070 .background-color-N4{background-color:#CFD2DD;}
|
||||||
|
.d2-3322634070 .background-color-N5{background-color:#DEE1EB;}
|
||||||
|
.d2-3322634070 .background-color-N6{background-color:#EEF1F8;}
|
||||||
|
.d2-3322634070 .background-color-N7{background-color:#FFFFFF;}
|
||||||
|
.d2-3322634070 .background-color-B1{background-color:#0D32B2;}
|
||||||
|
.d2-3322634070 .background-color-B2{background-color:#0D32B2;}
|
||||||
|
.d2-3322634070 .background-color-B3{background-color:#E3E9FD;}
|
||||||
|
.d2-3322634070 .background-color-B4{background-color:#E3E9FD;}
|
||||||
|
.d2-3322634070 .background-color-B5{background-color:#EDF0FD;}
|
||||||
|
.d2-3322634070 .background-color-B6{background-color:#F7F8FE;}
|
||||||
|
.d2-3322634070 .background-color-AA2{background-color:#4A6FF3;}
|
||||||
|
.d2-3322634070 .background-color-AA4{background-color:#EDF0FD;}
|
||||||
|
.d2-3322634070 .background-color-AA5{background-color:#F7F8FE;}
|
||||||
|
.d2-3322634070 .background-color-AB4{background-color:#EDF0FD;}
|
||||||
|
.d2-3322634070 .background-color-AB5{background-color:#F7F8FE;}
|
||||||
|
.d2-3322634070 .color-N1{color:#0A0F25;}
|
||||||
|
.d2-3322634070 .color-N2{color:#676C7E;}
|
||||||
|
.d2-3322634070 .color-N3{color:#9499AB;}
|
||||||
|
.d2-3322634070 .color-N4{color:#CFD2DD;}
|
||||||
|
.d2-3322634070 .color-N5{color:#DEE1EB;}
|
||||||
|
.d2-3322634070 .color-N6{color:#EEF1F8;}
|
||||||
|
.d2-3322634070 .color-N7{color:#FFFFFF;}
|
||||||
|
.d2-3322634070 .color-B1{color:#0D32B2;}
|
||||||
|
.d2-3322634070 .color-B2{color:#0D32B2;}
|
||||||
|
.d2-3322634070 .color-B3{color:#E3E9FD;}
|
||||||
|
.d2-3322634070 .color-B4{color:#E3E9FD;}
|
||||||
|
.d2-3322634070 .color-B5{color:#EDF0FD;}
|
||||||
|
.d2-3322634070 .color-B6{color:#F7F8FE;}
|
||||||
|
.d2-3322634070 .color-AA2{color:#4A6FF3;}
|
||||||
|
.d2-3322634070 .color-AA4{color:#EDF0FD;}
|
||||||
|
.d2-3322634070 .color-AA5{color:#F7F8FE;}
|
||||||
|
.d2-3322634070 .color-AB4{color:#EDF0FD;}
|
||||||
|
.d2-3322634070 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]></style><g id="grid"><g class="shape" ><rect x="12.000000" y="12.000000" width="295.000000" height="198.000000" class=" stroke-B1 fill-B4" style="stroke-width:2;" /></g></g><g id="grid.first"><g class="shape" ><rect x="112.000000" y="12.000000" width="95.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="159.500000" y="50.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">first</text></g><g id="grid.second"><g class="shape" ><rect x="112.000000" y="78.000000" width="95.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="159.500000" y="116.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">second</text></g><g id="grid.third"><g class="shape" ><rect x="112.000000" y="144.000000" width="95.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="159.500000" y="182.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">third</text></g><mask id="d2-3322634070" maskUnits="userSpaceOnUse" x="11" y="11" width="297" height="200">
|
||||||
|
<rect x="11" y="11" width="297" height="200" fill="white"></rect>
|
||||||
|
<rect x="144.500000" y="34.500000" width="30" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
||||||
|
<rect x="134.500000" y="100.500000" width="50" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
||||||
|
<rect x="141.500000" y="166.500000" width="36" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
||||||
|
</mask></svg></svg>
|
||||||
|
After Width: | Height: | Size: 10 KiB |
148
e2etests/testdata/stable/nesting_power/dagre/board.exp.json
generated
vendored
148
e2etests/testdata/stable/nesting_power/dagre/board.exp.json
generated
vendored
|
|
@ -8,10 +8,10 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -2526,
|
"x": -2526,
|
||||||
"y": 732
|
"y": 736
|
||||||
},
|
},
|
||||||
"width": 2508,
|
"width": 2508,
|
||||||
"height": 946,
|
"height": 938,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -131,10 +131,10 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1570,
|
"x": -1570,
|
||||||
"y": 762
|
"y": 766
|
||||||
},
|
},
|
||||||
"width": 1522,
|
"width": 1522,
|
||||||
"height": 886,
|
"height": 878,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -295,10 +295,10 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1510,
|
"x": -1510,
|
||||||
"y": 822
|
"y": 826
|
||||||
},
|
},
|
||||||
"width": 204,
|
"width": 204,
|
||||||
"height": 766,
|
"height": 758,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -336,10 +336,10 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1266,
|
"x": -1266,
|
||||||
"y": 853
|
"y": 857
|
||||||
},
|
},
|
||||||
"width": 242,
|
"width": 242,
|
||||||
"height": 735,
|
"height": 727,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -377,7 +377,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1450,
|
"x": -1450,
|
||||||
"y": 882
|
"y": 886
|
||||||
},
|
},
|
||||||
"width": 84,
|
"width": 84,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -418,7 +418,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1450,
|
"x": -1450,
|
||||||
"y": 988
|
"y": 992
|
||||||
},
|
},
|
||||||
"width": 84,
|
"width": 84,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -459,7 +459,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1450,
|
"x": -1450,
|
||||||
"y": 1094
|
"y": 1098
|
||||||
},
|
},
|
||||||
"width": 84,
|
"width": 84,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -500,7 +500,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1450,
|
"x": -1450,
|
||||||
"y": 1200
|
"y": 1204
|
||||||
},
|
},
|
||||||
"width": 84,
|
"width": 84,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -541,7 +541,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1450,
|
"x": -1450,
|
||||||
"y": 1306
|
"y": 1310
|
||||||
},
|
},
|
||||||
"width": 84,
|
"width": 84,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -582,10 +582,10 @@
|
||||||
"type": "sequence_diagram",
|
"type": "sequence_diagram",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -984,
|
"x": -984,
|
||||||
"y": 822
|
"y": 826
|
||||||
},
|
},
|
||||||
"width": 876,
|
"width": 876,
|
||||||
"height": 766,
|
"height": 758,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 0,
|
"strokeWidth": 0,
|
||||||
|
|
@ -623,7 +623,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -972,
|
"x": -972,
|
||||||
"y": 1230
|
"y": 1226
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -664,7 +664,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -822,
|
"x": -822,
|
||||||
"y": 1230
|
"y": 1226
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -705,7 +705,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -682,
|
"x": -682,
|
||||||
"y": 1230
|
"y": 1226
|
||||||
},
|
},
|
||||||
"width": 168,
|
"width": 168,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -746,7 +746,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -604,
|
"x": -604,
|
||||||
"y": 1426
|
"y": 1422
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
"height": 90,
|
"height": 90,
|
||||||
|
|
@ -786,10 +786,10 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -474,
|
"x": -474,
|
||||||
"y": 900
|
"y": 904
|
||||||
},
|
},
|
||||||
"width": 354,
|
"width": 354,
|
||||||
"height": 396,
|
"height": 388,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -827,7 +827,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -474,
|
"x": -474,
|
||||||
"y": 931
|
"y": 935
|
||||||
},
|
},
|
||||||
"width": 77,
|
"width": 77,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -868,7 +868,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -397,
|
"x": -397,
|
||||||
"y": 931
|
"y": 935
|
||||||
},
|
},
|
||||||
"width": 277,
|
"width": 277,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -909,10 +909,10 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -474,
|
"x": -474,
|
||||||
"y": 997
|
"y": 1001
|
||||||
},
|
},
|
||||||
"width": 77,
|
"width": 77,
|
||||||
"height": 299,
|
"height": 291,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -950,7 +950,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -464,
|
"x": -464,
|
||||||
"y": 1028
|
"y": 1032
|
||||||
},
|
},
|
||||||
"width": 53,
|
"width": 53,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -991,7 +991,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -464,
|
"x": -464,
|
||||||
"y": 1114
|
"y": 1118
|
||||||
},
|
},
|
||||||
"width": 53,
|
"width": 53,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -1032,7 +1032,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -464,
|
"x": -464,
|
||||||
"y": 1200
|
"y": 1204
|
||||||
},
|
},
|
||||||
"width": 53,
|
"width": 53,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -1073,10 +1073,10 @@
|
||||||
"type": "sequence_diagram",
|
"type": "sequence_diagram",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -397,
|
"x": -397,
|
||||||
"y": 997
|
"y": 1001
|
||||||
},
|
},
|
||||||
"width": 277,
|
"width": 277,
|
||||||
"height": 299,
|
"height": 291,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 0,
|
"strokeWidth": 0,
|
||||||
|
|
@ -1114,7 +1114,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -385,
|
"x": -385,
|
||||||
"y": 1070
|
"y": 1074
|
||||||
},
|
},
|
||||||
"width": 105,
|
"width": 105,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -1155,7 +1155,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -232,
|
"x": -232,
|
||||||
"y": 1070
|
"y": 1074
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -1196,7 +1196,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1236,
|
"x": -1236,
|
||||||
"y": 884
|
"y": 888
|
||||||
},
|
},
|
||||||
"width": 182,
|
"width": 182,
|
||||||
"height": 126,
|
"height": 126,
|
||||||
|
|
@ -1237,7 +1237,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1206,
|
"x": -1206,
|
||||||
"y": 914
|
"y": 918
|
||||||
},
|
},
|
||||||
"width": 122,
|
"width": 122,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -6620,11 +6620,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1408,
|
"x": -1408,
|
||||||
"y": 948.5
|
"y": 952.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -1408,
|
"x": -1408,
|
||||||
"y": 988.5
|
"y": 992.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6658,11 +6658,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1408,
|
"x": -1408,
|
||||||
"y": 1054.5
|
"y": 1058.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -1408,
|
"x": -1408,
|
||||||
"y": 1094.5
|
"y": 1098.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6696,11 +6696,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1408,
|
"x": -1408,
|
||||||
"y": 1160.5
|
"y": 1164.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -1408,
|
"x": -1408,
|
||||||
"y": 1200.5
|
"y": 1204.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6734,11 +6734,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1408,
|
"x": -1408,
|
||||||
"y": 1266.5
|
"y": 1270.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -1408,
|
"x": -1408,
|
||||||
"y": 1306.5
|
"y": 1310.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6810,11 +6810,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -922,
|
"x": -922,
|
||||||
"y": 1366.5
|
"y": 1362.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -772,
|
"x": -772,
|
||||||
"y": 1366.5
|
"y": 1362.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6848,11 +6848,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -772,
|
"x": -772,
|
||||||
"y": 1436.5
|
"y": 1432.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -604,
|
"x": -604,
|
||||||
"y": 1436.5
|
"y": 1432.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6886,11 +6886,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -592,
|
"x": -592,
|
||||||
"y": 1506.5
|
"y": 1502.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -297,
|
"x": -297,
|
||||||
"y": 1506.5
|
"y": 1502.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6924,11 +6924,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -437.5,
|
"x": -437.5,
|
||||||
"y": 1094.5
|
"y": 1098.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -437.5,
|
"x": -437.5,
|
||||||
"y": 1114.5
|
"y": 1118.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6962,11 +6962,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -437.5,
|
"x": -437.5,
|
||||||
"y": 1180.5
|
"y": 1184.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -437.5,
|
"x": -437.5,
|
||||||
"y": 1200.5
|
"y": 1204.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -7000,11 +7000,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -332.5,
|
"x": -332.5,
|
||||||
"y": 1206.5
|
"y": 1210.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -182,
|
"x": -182,
|
||||||
"y": 1206.5
|
"y": 1210.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -7040,12 +7040,12 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -219,
|
"x": -220,
|
||||||
"y": 1136.5
|
"y": 1140.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -592,
|
"x": -592,
|
||||||
"y": 1466.5
|
"y": 1462.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -7082,11 +7082,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1366,
|
"x": -1366,
|
||||||
"y": 1009.5
|
"y": 1013.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -1206,
|
"x": -1206,
|
||||||
"y": 964.5
|
"y": 968.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -7123,7 +7123,7 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1450,
|
"x": -1450,
|
||||||
"y": 1335.5
|
"y": 1339.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -2380,
|
"x": -2380,
|
||||||
|
|
@ -7164,7 +7164,7 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1449.5,
|
"x": -1449.5,
|
||||||
"y": 934.5
|
"y": 938.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -1967.5,
|
"x": -1967.5,
|
||||||
|
|
@ -10137,7 +10137,7 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1366,
|
"x": -1366,
|
||||||
"y": 1359
|
"y": 1363
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 149,
|
"x": 149,
|
||||||
|
|
@ -10216,11 +10216,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -922,
|
"x": -922,
|
||||||
"y": 1296.5
|
"y": 1292.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -922,
|
"x": -922,
|
||||||
"y": 1576.5
|
"y": 1572.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -10254,11 +10254,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -772,
|
"x": -772,
|
||||||
"y": 1296.5
|
"y": 1292.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -772,
|
"x": -772,
|
||||||
"y": 1576.5
|
"y": 1572.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -10292,11 +10292,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -598,
|
"x": -598,
|
||||||
"y": 1296.5
|
"y": 1292.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -598,
|
"x": -598,
|
||||||
"y": 1576.5
|
"y": 1572.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -10330,11 +10330,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -297,
|
"x": -297,
|
||||||
"y": 1296.5
|
"y": 1292.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -297,
|
"x": -297,
|
||||||
"y": 1576.5
|
"y": 1572.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -10368,11 +10368,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -332.5,
|
"x": -332.5,
|
||||||
"y": 1136.5
|
"y": 1140.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -332.5,
|
"x": -332.5,
|
||||||
"y": 1276.5
|
"y": 1280.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -10406,11 +10406,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -182,
|
"x": -182,
|
||||||
"y": 1136.5
|
"y": 1140.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -182,
|
"x": -182,
|
||||||
"y": 1276.5
|
"y": 1280.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
150
e2etests/testdata/stable/nesting_power/elk/board.exp.json
generated
vendored
150
e2etests/testdata/stable/nesting_power/elk/board.exp.json
generated
vendored
|
|
@ -8,10 +8,10 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -2800,
|
"x": -2800,
|
||||||
"y": 729
|
"y": 733
|
||||||
},
|
},
|
||||||
"width": 2792,
|
"width": 2792,
|
||||||
"height": 986,
|
"height": 978,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -131,10 +131,10 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1660,
|
"x": -1660,
|
||||||
"y": 779
|
"y": 783
|
||||||
},
|
},
|
||||||
"width": 1602,
|
"width": 1602,
|
||||||
"height": 886,
|
"height": 878,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -295,10 +295,10 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1600,
|
"x": -1600,
|
||||||
"y": 839
|
"y": 843
|
||||||
},
|
},
|
||||||
"width": 204,
|
"width": 204,
|
||||||
"height": 766,
|
"height": 758,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -336,10 +336,10 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1356,
|
"x": -1356,
|
||||||
"y": 839
|
"y": 843
|
||||||
},
|
},
|
||||||
"width": 322,
|
"width": 322,
|
||||||
"height": 766,
|
"height": 758,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -377,7 +377,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1540,
|
"x": -1540,
|
||||||
"y": 899
|
"y": 903
|
||||||
},
|
},
|
||||||
"width": 84,
|
"width": 84,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -418,7 +418,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1540,
|
"x": -1540,
|
||||||
"y": 1005
|
"y": 1009
|
||||||
},
|
},
|
||||||
"width": 84,
|
"width": 84,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -459,7 +459,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1540,
|
"x": -1540,
|
||||||
"y": 1111
|
"y": 1115
|
||||||
},
|
},
|
||||||
"width": 84,
|
"width": 84,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -500,7 +500,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1540,
|
"x": -1540,
|
||||||
"y": 1217
|
"y": 1221
|
||||||
},
|
},
|
||||||
"width": 84,
|
"width": 84,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -541,7 +541,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1540,
|
"x": -1540,
|
||||||
"y": 1323
|
"y": 1327
|
||||||
},
|
},
|
||||||
"width": 84,
|
"width": 84,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -582,10 +582,10 @@
|
||||||
"type": "sequence_diagram",
|
"type": "sequence_diagram",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -994,
|
"x": -994,
|
||||||
"y": 839
|
"y": 843
|
||||||
},
|
},
|
||||||
"width": 876,
|
"width": 876,
|
||||||
"height": 766,
|
"height": 758,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 0,
|
"strokeWidth": 0,
|
||||||
|
|
@ -623,7 +623,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -982,
|
"x": -982,
|
||||||
"y": 1247
|
"y": 1243
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -664,7 +664,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -832,
|
"x": -832,
|
||||||
"y": 1247
|
"y": 1243
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -705,7 +705,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -692,
|
"x": -692,
|
||||||
"y": 1247
|
"y": 1243
|
||||||
},
|
},
|
||||||
"width": 168,
|
"width": 168,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -746,7 +746,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -614,
|
"x": -614,
|
||||||
"y": 1443
|
"y": 1439
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
"height": 90,
|
"height": 90,
|
||||||
|
|
@ -786,10 +786,10 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -484,
|
"x": -484,
|
||||||
"y": 917
|
"y": 921
|
||||||
},
|
},
|
||||||
"width": 354,
|
"width": 354,
|
||||||
"height": 396,
|
"height": 388,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -827,7 +827,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -484,
|
"x": -484,
|
||||||
"y": 948
|
"y": 952
|
||||||
},
|
},
|
||||||
"width": 77,
|
"width": 77,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -868,7 +868,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -407,
|
"x": -407,
|
||||||
"y": 948
|
"y": 952
|
||||||
},
|
},
|
||||||
"width": 277,
|
"width": 277,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -909,10 +909,10 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -484,
|
"x": -484,
|
||||||
"y": 1014
|
"y": 1018
|
||||||
},
|
},
|
||||||
"width": 77,
|
"width": 77,
|
||||||
"height": 299,
|
"height": 291,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -950,7 +950,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -474,
|
"x": -474,
|
||||||
"y": 1045
|
"y": 1049
|
||||||
},
|
},
|
||||||
"width": 53,
|
"width": 53,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -991,7 +991,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -474,
|
"x": -474,
|
||||||
"y": 1131
|
"y": 1135
|
||||||
},
|
},
|
||||||
"width": 53,
|
"width": 53,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -1032,7 +1032,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -474,
|
"x": -474,
|
||||||
"y": 1217
|
"y": 1221
|
||||||
},
|
},
|
||||||
"width": 53,
|
"width": 53,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -1073,10 +1073,10 @@
|
||||||
"type": "sequence_diagram",
|
"type": "sequence_diagram",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -407,
|
"x": -407,
|
||||||
"y": 1014
|
"y": 1018
|
||||||
},
|
},
|
||||||
"width": 277,
|
"width": 277,
|
||||||
"height": 299,
|
"height": 291,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 0,
|
"strokeWidth": 0,
|
||||||
|
|
@ -1114,7 +1114,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -395,
|
"x": -395,
|
||||||
"y": 1087
|
"y": 1091
|
||||||
},
|
},
|
||||||
"width": 105,
|
"width": 105,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -1155,7 +1155,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -242,
|
"x": -242,
|
||||||
"y": 1087
|
"y": 1091
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -1196,7 +1196,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1306,
|
"x": -1306,
|
||||||
"y": 889
|
"y": 893
|
||||||
},
|
},
|
||||||
"width": 222,
|
"width": 222,
|
||||||
"height": 166,
|
"height": 166,
|
||||||
|
|
@ -1237,7 +1237,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": -1256,
|
"x": -1256,
|
||||||
"y": 939
|
"y": 943
|
||||||
},
|
},
|
||||||
"width": 122,
|
"width": 122,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -6517,11 +6517,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1498,
|
"x": -1498,
|
||||||
"y": 965.5
|
"y": 969.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -1498,
|
"x": -1498,
|
||||||
"y": 1005.5
|
"y": 1009.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6555,11 +6555,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1498,
|
"x": -1498,
|
||||||
"y": 1071.5
|
"y": 1075.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -1498,
|
"x": -1498,
|
||||||
"y": 1111.5
|
"y": 1115.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6593,11 +6593,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1498,
|
"x": -1498,
|
||||||
"y": 1177.5
|
"y": 1181.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -1498,
|
"x": -1498,
|
||||||
"y": 1217.5
|
"y": 1221.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6631,11 +6631,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1498,
|
"x": -1498,
|
||||||
"y": 1283.5
|
"y": 1287.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -1498,
|
"x": -1498,
|
||||||
"y": 1323.5
|
"y": 1327.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6707,11 +6707,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -932,
|
"x": -932,
|
||||||
"y": 1383.5
|
"y": 1379.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -782,
|
"x": -782,
|
||||||
"y": 1383.5
|
"y": 1379.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6745,11 +6745,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -782,
|
"x": -782,
|
||||||
"y": 1453.5
|
"y": 1449.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -614,
|
"x": -614,
|
||||||
"y": 1453.5
|
"y": 1449.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6783,11 +6783,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -602,
|
"x": -602,
|
||||||
"y": 1523.5
|
"y": 1519.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -307,
|
"x": -307,
|
||||||
"y": 1523.5
|
"y": 1519.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6821,11 +6821,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -447.5,
|
"x": -447.5,
|
||||||
"y": 1111.5
|
"y": 1115.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -447.5,
|
"x": -447.5,
|
||||||
"y": 1131.5
|
"y": 1135.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6859,11 +6859,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -447.5,
|
"x": -447.5,
|
||||||
"y": 1197.5
|
"y": 1201.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -447.5,
|
"x": -447.5,
|
||||||
"y": 1217.5
|
"y": 1221.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6897,11 +6897,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -342.5,
|
"x": -342.5,
|
||||||
"y": 1223.5
|
"y": 1227.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -192,
|
"x": -192,
|
||||||
"y": 1223.5
|
"y": 1227.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6937,12 +6937,12 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -229,
|
"x": -230,
|
||||||
"y": 1153.5
|
"y": 1157.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -602,
|
"x": -602,
|
||||||
"y": 1483.5
|
"y": 1479.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -6979,11 +6979,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1456,
|
"x": -1456,
|
||||||
"y": 1029.5
|
"y": 1033.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -1256,
|
"x": -1256,
|
||||||
"y": 985.5
|
"y": 989.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -7020,7 +7020,7 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1540,
|
"x": -1540,
|
||||||
"y": 1351
|
"y": 1355
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -2614,
|
"x": -2614,
|
||||||
|
|
@ -7061,11 +7061,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1539.5,
|
"x": -1539.5,
|
||||||
"y": 953.5
|
"y": 957.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -2142.5,
|
"x": -2142.5,
|
||||||
"y": 1261.5
|
"y": 1262.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -9860,7 +9860,7 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -1455.75,
|
"x": -1455.75,
|
||||||
"y": 1367
|
"y": 1371
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 159.25,
|
"x": 159.25,
|
||||||
|
|
@ -9939,11 +9939,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -932,
|
"x": -932,
|
||||||
"y": 1313.5
|
"y": 1309.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -932,
|
"x": -932,
|
||||||
"y": 1593.5
|
"y": 1589.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -9977,11 +9977,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -782,
|
"x": -782,
|
||||||
"y": 1313.5
|
"y": 1309.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -782,
|
"x": -782,
|
||||||
"y": 1593.5
|
"y": 1589.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -10015,11 +10015,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -608,
|
"x": -608,
|
||||||
"y": 1313.5
|
"y": 1309.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -608,
|
"x": -608,
|
||||||
"y": 1593.5
|
"y": 1589.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -10053,11 +10053,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -307,
|
"x": -307,
|
||||||
"y": 1313.5
|
"y": 1309.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -307,
|
"x": -307,
|
||||||
"y": 1593.5
|
"y": 1589.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -10091,11 +10091,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -342.5,
|
"x": -342.5,
|
||||||
"y": 1153.5
|
"y": 1157.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -342.5,
|
"x": -342.5,
|
||||||
"y": 1293.5
|
"y": 1297.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
@ -10129,11 +10129,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": -192,
|
"x": -192,
|
||||||
"y": 1153.5
|
"y": 1157.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": -192,
|
"x": -192,
|
||||||
"y": 1293.5
|
"y": 1297.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
Loading…
Reference in a new issue