node edge spacing
|
|
@ -73,11 +73,10 @@ type ELKEdge struct {
|
|||
}
|
||||
|
||||
type ELKGraph struct {
|
||||
ID string `json:"id"`
|
||||
LayoutOptions *elkOpts `json:"layoutOptions"`
|
||||
DefaultLayoutOptions *elkOpts `json:"defaultLayoutOptions"`
|
||||
Children []*ELKNode `json:"children,omitempty"`
|
||||
Edges []*ELKEdge `json:"edges,omitempty"`
|
||||
ID string `json:"id"`
|
||||
LayoutOptions *elkOpts `json:"layoutOptions"`
|
||||
Children []*ELKNode `json:"children,omitempty"`
|
||||
Edges []*ELKEdge `json:"edges,omitempty"`
|
||||
}
|
||||
|
||||
type ConfigurableOpts struct {
|
||||
|
|
@ -99,6 +98,7 @@ var DefaultOpts = ConfigurableOpts{
|
|||
var port_spacing = 40.
|
||||
|
||||
type elkOpts struct {
|
||||
EdgeNode int `json:"elk.spacing.edgeNode,omitempty"`
|
||||
FixedAlignment string `json:"elk.layered.nodePlacement.bk.fixedAlignment,omitempty"`
|
||||
Thoroughness int `json:"elk.layered.thoroughness,omitempty"`
|
||||
EdgeEdgeBetweenLayersSpacing int `json:"elk.layered.spacing.edgeEdgeBetweenLayers,omitempty"`
|
||||
|
|
@ -143,6 +143,7 @@ func Layout(ctx context.Context, g *d2graph.Graph, opts *ConfigurableOpts) (err
|
|||
LayoutOptions: &elkOpts{
|
||||
Thoroughness: 8,
|
||||
EdgeEdgeBetweenLayersSpacing: 50,
|
||||
EdgeNode: 40,
|
||||
HierarchyHandling: "INCLUDE_CHILDREN",
|
||||
FixedAlignment: "BALANCED",
|
||||
ConsiderModelOrder: "NODES_AND_EDGES",
|
||||
|
|
@ -223,6 +224,7 @@ func Layout(ctx context.Context, g *d2graph.Graph, opts *ConfigurableOpts) (err
|
|||
EdgeEdgeBetweenLayersSpacing: 50,
|
||||
HierarchyHandling: "INCLUDE_CHILDREN",
|
||||
FixedAlignment: "BALANCED",
|
||||
EdgeNode: 40,
|
||||
ConsiderModelOrder: "NODES_AND_EDGES",
|
||||
// Why is it (height, width)? I have no clue, but it works.
|
||||
NodeSizeMinimum: fmt.Sprintf("(%d, %d)", int(math.Ceil(height)), int(math.Ceil(width))),
|
||||
|
|
@ -257,6 +259,10 @@ func Layout(ctx context.Context, g *d2graph.Graph, opts *ConfigurableOpts) (err
|
|||
paddingTop,
|
||||
)
|
||||
}
|
||||
} else {
|
||||
n.LayoutOptions = &elkOpts{
|
||||
// Margins: "[top=100,left=100,bottom=100,right=100]",
|
||||
}
|
||||
}
|
||||
|
||||
if obj.LabelWidth != nil && obj.LabelHeight != nil {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 235 KiB |
100
e2etests/testdata/regression/dagre-disconnect/elk/board.exp.json
generated
vendored
|
|
@ -10,7 +10,7 @@
|
|||
"x": 184,
|
||||
"y": 373
|
||||
},
|
||||
"width": 421,
|
||||
"width": 481,
|
||||
"height": 527,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -130,7 +130,7 @@
|
|||
"id": "a.f",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 242,
|
||||
"x": 257,
|
||||
"y": 679
|
||||
},
|
||||
"width": 293,
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
"id": "a.f.i",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 292,
|
||||
"x": 307,
|
||||
"y": 729
|
||||
},
|
||||
"width": 49,
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
"id": "a.f.g",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 361,
|
||||
"x": 376,
|
||||
"y": 729
|
||||
},
|
||||
"width": 54,
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
"id": "s",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 273,
|
||||
"x": 288,
|
||||
"y": 1401
|
||||
},
|
||||
"width": 424,
|
||||
|
|
@ -294,7 +294,7 @@
|
|||
"id": "s.n",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 323,
|
||||
"x": 338,
|
||||
"y": 1453
|
||||
},
|
||||
"width": 151,
|
||||
|
|
@ -417,7 +417,7 @@
|
|||
"id": "u",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 261,
|
||||
"x": 276,
|
||||
"y": 1040
|
||||
},
|
||||
"width": 397,
|
||||
|
|
@ -458,7 +458,7 @@
|
|||
"id": "u.o",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 311,
|
||||
"x": 326,
|
||||
"y": 1095
|
||||
},
|
||||
"width": 54,
|
||||
|
|
@ -499,7 +499,7 @@
|
|||
"id": "h",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 269,
|
||||
"x": 299,
|
||||
"y": 12
|
||||
},
|
||||
"width": 252,
|
||||
|
|
@ -540,7 +540,7 @@
|
|||
"id": "h.m",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 319,
|
||||
"x": 349,
|
||||
"y": 62
|
||||
},
|
||||
"width": 152,
|
||||
|
|
@ -581,7 +581,7 @@
|
|||
"id": "h.m.s",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 369,
|
||||
"x": 399,
|
||||
"y": 112
|
||||
},
|
||||
"width": 52,
|
||||
|
|
@ -622,7 +622,7 @@
|
|||
"id": "a.f.j",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 435,
|
||||
"x": 450,
|
||||
"y": 729
|
||||
},
|
||||
"width": 50,
|
||||
|
|
@ -663,7 +663,7 @@
|
|||
"id": "u.s",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 385,
|
||||
"x": 400,
|
||||
"y": 1095
|
||||
},
|
||||
"width": 150,
|
||||
|
|
@ -704,7 +704,7 @@
|
|||
"id": "u.s.j",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 435,
|
||||
"x": 450,
|
||||
"y": 1145
|
||||
},
|
||||
"width": 50,
|
||||
|
|
@ -745,7 +745,7 @@
|
|||
"id": "u.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 555,
|
||||
"x": 570,
|
||||
"y": 1195
|
||||
},
|
||||
"width": 53,
|
||||
|
|
@ -786,7 +786,7 @@
|
|||
"id": "s.z",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 494,
|
||||
"x": 509,
|
||||
"y": 1456
|
||||
},
|
||||
"width": 153,
|
||||
|
|
@ -827,7 +827,7 @@
|
|||
"id": "s.z.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 544,
|
||||
"x": 559,
|
||||
"y": 1506
|
||||
},
|
||||
"width": 53,
|
||||
|
|
@ -868,7 +868,7 @@
|
|||
"id": "s.n.f",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 373,
|
||||
"x": 388,
|
||||
"y": 1503
|
||||
},
|
||||
"width": 51,
|
||||
|
|
@ -909,7 +909,7 @@
|
|||
"id": "y",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 323,
|
||||
"x": 338,
|
||||
"y": 1752
|
||||
},
|
||||
"width": 151,
|
||||
|
|
@ -950,7 +950,7 @@
|
|||
"id": "y.r",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 373,
|
||||
"x": 388,
|
||||
"y": 1802
|
||||
},
|
||||
"width": 51,
|
||||
|
|
@ -991,7 +991,7 @@
|
|||
"id": "a.g",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 406,
|
||||
"x": 466,
|
||||
"y": 428
|
||||
},
|
||||
"width": 149,
|
||||
|
|
@ -1032,7 +1032,7 @@
|
|||
"id": "a.g.i",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 456,
|
||||
"x": 516,
|
||||
"y": 478
|
||||
},
|
||||
"width": 49,
|
||||
|
|
@ -1106,11 +1106,11 @@
|
|||
"y": 634
|
||||
},
|
||||
{
|
||||
"x": 316.5,
|
||||
"x": 331.5,
|
||||
"y": 634
|
||||
},
|
||||
{
|
||||
"x": 316.5,
|
||||
"x": 331.5,
|
||||
"y": 729
|
||||
}
|
||||
],
|
||||
|
|
@ -1146,27 +1146,27 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 388,
|
||||
"x": 403,
|
||||
"y": 795
|
||||
},
|
||||
{
|
||||
"x": 388,
|
||||
"x": 403,
|
||||
"y": 945
|
||||
},
|
||||
{
|
||||
"x": 250,
|
||||
"x": 235,
|
||||
"y": 945
|
||||
},
|
||||
{
|
||||
"x": 250,
|
||||
"x": 235,
|
||||
"y": 1356
|
||||
},
|
||||
{
|
||||
"x": 398.75,
|
||||
"x": 413.75,
|
||||
"y": 1356
|
||||
},
|
||||
{
|
||||
"x": 398.75,
|
||||
"x": 413.75,
|
||||
"y": 1453.5
|
||||
}
|
||||
],
|
||||
|
|
@ -1210,11 +1210,11 @@
|
|||
"y": 995
|
||||
},
|
||||
{
|
||||
"x": 338,
|
||||
"x": 353,
|
||||
"y": 995
|
||||
},
|
||||
{
|
||||
"x": 338,
|
||||
"x": 353,
|
||||
"y": 1095
|
||||
}
|
||||
],
|
||||
|
|
@ -1250,19 +1250,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 395,
|
||||
"x": 425,
|
||||
"y": 178
|
||||
},
|
||||
{
|
||||
"x": 395,
|
||||
"x": 425,
|
||||
"y": 634
|
||||
},
|
||||
{
|
||||
"x": 388,
|
||||
"x": 403,
|
||||
"y": 634
|
||||
},
|
||||
{
|
||||
"x": 388,
|
||||
"x": 403,
|
||||
"y": 729
|
||||
}
|
||||
],
|
||||
|
|
@ -1298,11 +1298,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 460,
|
||||
"x": 475,
|
||||
"y": 795
|
||||
},
|
||||
{
|
||||
"x": 460,
|
||||
"x": 475,
|
||||
"y": 1145
|
||||
}
|
||||
],
|
||||
|
|
@ -1338,19 +1338,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 581.5,
|
||||
"x": 596.5,
|
||||
"y": 1261
|
||||
},
|
||||
{
|
||||
"x": 581.5,
|
||||
"x": 596.5,
|
||||
"y": 1356
|
||||
},
|
||||
{
|
||||
"x": 570.75,
|
||||
"x": 585.75,
|
||||
"y": 1356
|
||||
},
|
||||
{
|
||||
"x": 570.75,
|
||||
"x": 585.75,
|
||||
"y": 1506
|
||||
}
|
||||
],
|
||||
|
|
@ -1386,11 +1386,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 398.75,
|
||||
"x": 413.75,
|
||||
"y": 1619.5
|
||||
},
|
||||
{
|
||||
"x": 398.75,
|
||||
"x": 413.75,
|
||||
"y": 1802
|
||||
}
|
||||
],
|
||||
|
|
@ -1426,27 +1426,27 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 398.75,
|
||||
"x": 413.75,
|
||||
"y": 1868
|
||||
},
|
||||
{
|
||||
"x": 398.75,
|
||||
"x": 413.75,
|
||||
"y": 1963
|
||||
},
|
||||
{
|
||||
"x": 735.25,
|
||||
"x": 814.25,
|
||||
"y": 1963
|
||||
},
|
||||
{
|
||||
"x": 735.25,
|
||||
"x": 814.25,
|
||||
"y": 328
|
||||
},
|
||||
{
|
||||
"x": 480.5,
|
||||
"x": 540.5,
|
||||
"y": 328
|
||||
},
|
||||
{
|
||||
"x": 480.5,
|
||||
"x": 540.5,
|
||||
"y": 478
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 806 KiB After Width: | Height: | Size: 806 KiB |
112
e2etests/testdata/regression/unconnected/elk/board.exp.json
generated
vendored
|
|
@ -8,7 +8,7 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 103,
|
||||
"y": 108
|
||||
"y": 115
|
||||
},
|
||||
"width": 135,
|
||||
"height": 120,
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 390,
|
||||
"y": 71
|
||||
"y": 74
|
||||
},
|
||||
"width": 159,
|
||||
"height": 66,
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 368,
|
||||
"y": 163
|
||||
"y": 170
|
||||
},
|
||||
"width": 204,
|
||||
"height": 66,
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
"y": 12
|
||||
},
|
||||
"width": 940,
|
||||
"height": 368,
|
||||
"height": 383,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -172,7 +172,7 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 746,
|
||||
"y": 82
|
||||
"y": 97
|
||||
},
|
||||
"width": 94,
|
||||
"height": 120,
|
||||
|
|
@ -213,7 +213,7 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 970,
|
||||
"y": 62
|
||||
"y": 61
|
||||
},
|
||||
"width": 120,
|
||||
"height": 80,
|
||||
|
|
@ -254,7 +254,7 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1170,
|
||||
"y": 99
|
||||
"y": 129
|
||||
},
|
||||
"width": 120,
|
||||
"height": 80,
|
||||
|
|
@ -295,7 +295,7 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1420,
|
||||
"y": 96
|
||||
"y": 124
|
||||
},
|
||||
"width": 122,
|
||||
"height": 80,
|
||||
|
|
@ -336,7 +336,7 @@
|
|||
"type": "text",
|
||||
"pos": {
|
||||
"x": 702,
|
||||
"y": 222
|
||||
"y": 237
|
||||
},
|
||||
"width": 138,
|
||||
"height": 108,
|
||||
|
|
@ -376,7 +376,7 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 12,
|
||||
"y": 248
|
||||
"y": 255
|
||||
},
|
||||
"width": 226,
|
||||
"height": 252,
|
||||
|
|
@ -417,7 +417,7 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 62,
|
||||
"y": 298
|
||||
"y": 305
|
||||
},
|
||||
"width": 126,
|
||||
"height": 66,
|
||||
|
|
@ -458,7 +458,7 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 73,
|
||||
"y": 384
|
||||
"y": 391
|
||||
},
|
||||
"width": 103,
|
||||
"height": 66,
|
||||
|
|
@ -565,19 +565,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 238,
|
||||
"y": 138.25
|
||||
"y": 145.75
|
||||
},
|
||||
{
|
||||
"x": 278,
|
||||
"y": 138.25
|
||||
"y": 145.75
|
||||
},
|
||||
{
|
||||
"x": 278,
|
||||
"y": 104.125
|
||||
"y": 107.875
|
||||
},
|
||||
{
|
||||
"x": 390.5,
|
||||
"y": 104.125
|
||||
"y": 107.875
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -613,19 +613,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 238,
|
||||
"y": 168.25
|
||||
"y": 175.75
|
||||
},
|
||||
{
|
||||
"x": 328,
|
||||
"y": 168.25
|
||||
"y": 175.75
|
||||
},
|
||||
{
|
||||
"x": 328,
|
||||
"y": 196.25
|
||||
"y": 203.75
|
||||
},
|
||||
{
|
||||
"x": 368,
|
||||
"y": 196.25
|
||||
"y": 203.75
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -661,27 +661,27 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 238,
|
||||
"y": 198.25
|
||||
"y": 205.75
|
||||
},
|
||||
{
|
||||
"x": 278,
|
||||
"y": 198.25
|
||||
"y": 205.75
|
||||
},
|
||||
{
|
||||
"x": 278,
|
||||
"y": 263.8125
|
||||
"y": 288.1875
|
||||
},
|
||||
{
|
||||
"x": 612,
|
||||
"y": 263.8125
|
||||
"y": 288.1875
|
||||
},
|
||||
{
|
||||
"x": 612,
|
||||
"y": 288.375
|
||||
"y": 299.625
|
||||
},
|
||||
{
|
||||
"x": 652,
|
||||
"y": 288.375
|
||||
"y": 299.625
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -717,11 +717,11 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 840,
|
||||
"y": 112.5
|
||||
"y": 127.5
|
||||
},
|
||||
{
|
||||
"x": 880,
|
||||
"y": 112.5
|
||||
"y": 127.5
|
||||
},
|
||||
{
|
||||
"x": 880,
|
||||
|
|
@ -765,19 +765,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 840,
|
||||
"y": 142.5
|
||||
"y": 157.5
|
||||
},
|
||||
{
|
||||
"x": 930,
|
||||
"y": 142.5
|
||||
"y": 157.5
|
||||
},
|
||||
{
|
||||
"x": 930,
|
||||
"y": 153
|
||||
"y": 183
|
||||
},
|
||||
{
|
||||
"x": 1170,
|
||||
"y": 153
|
||||
"y": 183
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -813,27 +813,27 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 840,
|
||||
"y": 172.5
|
||||
"y": 187.5
|
||||
},
|
||||
{
|
||||
"x": 880,
|
||||
"y": 172.5
|
||||
"y": 187.5
|
||||
},
|
||||
{
|
||||
"x": 880,
|
||||
"y": 189.66666666666666
|
||||
"y": 249.66666666666669
|
||||
},
|
||||
{
|
||||
"x": 1380,
|
||||
"y": 189.66666666666666
|
||||
"y": 249.66666666666669
|
||||
},
|
||||
{
|
||||
"x": 1380,
|
||||
"y": 156.33333333333334
|
||||
"y": 184.66666666666669
|
||||
},
|
||||
{
|
||||
"x": 1420,
|
||||
"y": 156.33333333333334
|
||||
"y": 184.66666666666669
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -869,19 +869,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 1090,
|
||||
"y": 115.33333333333334
|
||||
"y": 115.33333333333333
|
||||
},
|
||||
{
|
||||
"x": 1130,
|
||||
"y": 115.33333333333334
|
||||
"y": 115.33333333333333
|
||||
},
|
||||
{
|
||||
"x": 1130,
|
||||
"y": 126.33333333333334
|
||||
"y": 156.33333333333334
|
||||
},
|
||||
{
|
||||
"x": 1170,
|
||||
"y": 126.33333333333334
|
||||
"y": 156.33333333333334
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -917,19 +917,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 1290,
|
||||
"y": 139.66666666666666
|
||||
"y": 169.66666666666669
|
||||
},
|
||||
{
|
||||
"x": 1330,
|
||||
"y": 139.66666666666666
|
||||
"y": 169.66666666666669
|
||||
},
|
||||
{
|
||||
"x": 1330,
|
||||
"y": 136.33333333333334
|
||||
"y": 164.66666666666669
|
||||
},
|
||||
{
|
||||
"x": 1420,
|
||||
"y": 136.33333333333334
|
||||
"y": 164.66666666666669
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -965,19 +965,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 1420,
|
||||
"y": 116.33333333333334
|
||||
"y": 144.66666666666669
|
||||
},
|
||||
{
|
||||
"x": 1380,
|
||||
"y": 116.33333333333334
|
||||
"x": 1330,
|
||||
"y": 144.66666666666669
|
||||
},
|
||||
{
|
||||
"x": 1380,
|
||||
"y": 88.66666666666667
|
||||
"x": 1330,
|
||||
"y": 88.66666666666666
|
||||
},
|
||||
{
|
||||
"x": 1090,
|
||||
"y": 88.66666666666667
|
||||
"y": 88.66666666666666
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1013,11 +1013,11 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 549.5,
|
||||
"y": 104.125
|
||||
"y": 107.875
|
||||
},
|
||||
{
|
||||
"x": 652,
|
||||
"y": 104.125
|
||||
"y": 107.875
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1053,11 +1053,11 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 572,
|
||||
"y": 196.25
|
||||
"y": 203.75
|
||||
},
|
||||
{
|
||||
"x": 652,
|
||||
"y": 196.25
|
||||
"y": 203.75
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 671 KiB After Width: | Height: | Size: 671 KiB |
48
e2etests/testdata/stable/arrowhead_adjustment/elk/board.exp.json
generated
vendored
|
|
@ -7,7 +7,7 @@
|
|||
"id": "a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 33,
|
||||
"x": 63,
|
||||
"y": 12
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
"id": "b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 25,
|
||||
"x": 55,
|
||||
"y": 494
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
"id": "c",
|
||||
"type": "document",
|
||||
"pos": {
|
||||
"x": 63,
|
||||
"x": 108,
|
||||
"y": 338
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -130,7 +130,7 @@
|
|||
"id": "Oval",
|
||||
"type": "oval",
|
||||
"pos": {
|
||||
"x": 23,
|
||||
"x": 53,
|
||||
"y": 158
|
||||
},
|
||||
"width": 100,
|
||||
|
|
@ -195,11 +195,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 53,
|
||||
"x": 83,
|
||||
"y": 78
|
||||
},
|
||||
{
|
||||
"x": 53,
|
||||
"x": 83,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
|
|
@ -211,11 +211,11 @@
|
|||
"y": 454
|
||||
},
|
||||
{
|
||||
"x": 52.5,
|
||||
"x": 82.5,
|
||||
"y": 454
|
||||
},
|
||||
{
|
||||
"x": 52.5,
|
||||
"x": 82.5,
|
||||
"y": 494
|
||||
}
|
||||
],
|
||||
|
|
@ -251,19 +251,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 103,
|
||||
"x": 148,
|
||||
"y": 403
|
||||
},
|
||||
{
|
||||
"x": 103,
|
||||
"x": 148,
|
||||
"y": 454
|
||||
},
|
||||
{
|
||||
"x": 79.16666666666666,
|
||||
"x": 109.16666666666667,
|
||||
"y": 454
|
||||
},
|
||||
{
|
||||
"x": 79.16666666666666,
|
||||
"x": 109.16666666666667,
|
||||
"y": 494
|
||||
}
|
||||
],
|
||||
|
|
@ -299,11 +299,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 73,
|
||||
"x": 103,
|
||||
"y": 78
|
||||
},
|
||||
{
|
||||
"x": 73,
|
||||
"x": 103,
|
||||
"y": 158
|
||||
}
|
||||
],
|
||||
|
|
@ -339,27 +339,27 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 116,
|
||||
"x": 161,
|
||||
"y": 338
|
||||
},
|
||||
{
|
||||
"x": 116.33333333333334,
|
||||
"x": 161.33333333333334,
|
||||
"y": 298
|
||||
},
|
||||
{
|
||||
"x": 133,
|
||||
"x": 193,
|
||||
"y": 298
|
||||
},
|
||||
{
|
||||
"x": 133,
|
||||
"x": 193,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 93,
|
||||
"x": 123,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 93,
|
||||
"x": 123,
|
||||
"y": 78
|
||||
}
|
||||
],
|
||||
|
|
@ -395,19 +395,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 73,
|
||||
"x": 103,
|
||||
"y": 258
|
||||
},
|
||||
{
|
||||
"x": 73,
|
||||
"x": 103,
|
||||
"y": 298
|
||||
},
|
||||
{
|
||||
"x": 89.66666666666666,
|
||||
"x": 134.66666666666669,
|
||||
"y": 298
|
||||
},
|
||||
{
|
||||
"x": 90,
|
||||
"x": 135,
|
||||
"y": 338
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 477 KiB After Width: | Height: | Size: 477 KiB |
196
e2etests/testdata/stable/chaos2/elk/board.exp.json
generated
vendored
|
|
@ -10,8 +10,8 @@
|
|||
"x": 12,
|
||||
"y": 12
|
||||
},
|
||||
"width": 618,
|
||||
"height": 1862,
|
||||
"width": 701,
|
||||
"height": 1812,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -49,9 +49,9 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 62,
|
||||
"y": 662
|
||||
"y": 612
|
||||
},
|
||||
"width": 472,
|
||||
"width": 525,
|
||||
"height": 1067,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -89,10 +89,10 @@
|
|||
"id": "aa.bb.cc",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 180,
|
||||
"y": 989
|
||||
"x": 203,
|
||||
"y": 939
|
||||
},
|
||||
"width": 304,
|
||||
"width": 334,
|
||||
"height": 690,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -130,8 +130,8 @@
|
|||
"id": "aa.bb.cc.dd",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 230,
|
||||
"y": 1039
|
||||
"x": 253,
|
||||
"y": 989
|
||||
},
|
||||
"width": 193,
|
||||
"height": 166,
|
||||
|
|
@ -171,8 +171,8 @@
|
|||
"id": "aa.bb.cc.dd.ee",
|
||||
"type": "text",
|
||||
"pos": {
|
||||
"x": 280,
|
||||
"y": 1134
|
||||
"x": 303,
|
||||
"y": 1084
|
||||
},
|
||||
"width": 16,
|
||||
"height": 21,
|
||||
|
|
@ -211,8 +211,8 @@
|
|||
"id": "aa.bb.cc.dd.ff",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 316,
|
||||
"y": 1089
|
||||
"x": 339,
|
||||
"y": 1039
|
||||
},
|
||||
"width": 57,
|
||||
"height": 66,
|
||||
|
|
@ -252,8 +252,8 @@
|
|||
"id": "aa.bb.cc.gg",
|
||||
"type": "text",
|
||||
"pos": {
|
||||
"x": 321,
|
||||
"y": 1381
|
||||
"x": 358,
|
||||
"y": 1331
|
||||
},
|
||||
"width": 80,
|
||||
"height": 21,
|
||||
|
|
@ -292,8 +292,8 @@
|
|||
"id": "aa.bb.cc.hh",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 329,
|
||||
"y": 1563
|
||||
"x": 367,
|
||||
"y": 1513
|
||||
},
|
||||
"width": 63,
|
||||
"height": 66,
|
||||
|
|
@ -334,7 +334,7 @@
|
|||
"type": "package",
|
||||
"pos": {
|
||||
"x": 112,
|
||||
"y": 712
|
||||
"y": 662
|
||||
},
|
||||
"width": 150,
|
||||
"height": 192,
|
||||
|
|
@ -375,7 +375,7 @@
|
|||
"type": "diamond",
|
||||
"pos": {
|
||||
"x": 162,
|
||||
"y": 762
|
||||
"y": 712
|
||||
},
|
||||
"width": 50,
|
||||
"height": 92,
|
||||
|
|
@ -415,8 +415,8 @@
|
|||
"id": "aa.bb.kk",
|
||||
"type": "oval",
|
||||
"pos": {
|
||||
"x": 282,
|
||||
"y": 771
|
||||
"x": 285,
|
||||
"y": 721
|
||||
},
|
||||
"width": 74,
|
||||
"height": 74,
|
||||
|
|
@ -456,7 +456,7 @@
|
|||
"id": "aa.ll",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 401,
|
||||
"x": 459,
|
||||
"y": 310
|
||||
},
|
||||
"width": 120,
|
||||
|
|
@ -497,7 +497,7 @@
|
|||
"id": "aa.mm",
|
||||
"type": "cylinder",
|
||||
"pos": {
|
||||
"x": 265,
|
||||
"x": 287,
|
||||
"y": 62
|
||||
},
|
||||
"width": 160,
|
||||
|
|
@ -538,7 +538,7 @@
|
|||
"id": "aa.nn",
|
||||
"type": "text",
|
||||
"pos": {
|
||||
"x": 445,
|
||||
"x": 467,
|
||||
"y": 110
|
||||
},
|
||||
"width": 16,
|
||||
|
|
@ -578,7 +578,7 @@
|
|||
"id": "aa.oo",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 481,
|
||||
"x": 503,
|
||||
"y": 88
|
||||
},
|
||||
"width": 63,
|
||||
|
|
@ -644,20 +644,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 288.5,
|
||||
"y": 1155
|
||||
"x": 311,
|
||||
"y": 1105
|
||||
},
|
||||
{
|
||||
"x": 288.5,
|
||||
"y": 1341
|
||||
"x": 311,
|
||||
"y": 1291
|
||||
},
|
||||
{
|
||||
"x": 347.66666666666663,
|
||||
"y": 1341
|
||||
"x": 385.16666666666663,
|
||||
"y": 1291
|
||||
},
|
||||
{
|
||||
"x": 347.66666666666663,
|
||||
"y": 1381
|
||||
"x": 385.16666666666663,
|
||||
"y": 1331
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -692,12 +692,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 361,
|
||||
"y": 1402
|
||||
"x": 398.5,
|
||||
"y": 1352
|
||||
},
|
||||
{
|
||||
"x": 361,
|
||||
"y": 1563
|
||||
"x": 398.5,
|
||||
"y": 1513
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -733,19 +733,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 212,
|
||||
"y": 904
|
||||
"y": 854
|
||||
},
|
||||
{
|
||||
"x": 212,
|
||||
"y": 944
|
||||
"y": 894
|
||||
},
|
||||
{
|
||||
"x": 298.5,
|
||||
"y": 944
|
||||
"x": 321,
|
||||
"y": 894
|
||||
},
|
||||
{
|
||||
"x": 298.5,
|
||||
"y": 1039
|
||||
"x": 321,
|
||||
"y": 989
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -780,28 +780,28 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 425,
|
||||
"x": 483.25,
|
||||
"y": 376
|
||||
},
|
||||
{
|
||||
"x": 425,
|
||||
"x": 483.25,
|
||||
"y": 416
|
||||
},
|
||||
{
|
||||
"x": 395.5,
|
||||
"x": 443.75,
|
||||
"y": 416
|
||||
},
|
||||
{
|
||||
"x": 395.5,
|
||||
"y": 617
|
||||
"x": 443.75,
|
||||
"y": 567
|
||||
},
|
||||
{
|
||||
"x": 376,
|
||||
"y": 617
|
||||
"x": 413.5,
|
||||
"y": 567
|
||||
},
|
||||
{
|
||||
"x": 376,
|
||||
"y": 662
|
||||
"x": 413.5,
|
||||
"y": 612
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -836,20 +836,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 361,
|
||||
"x": 384,
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"x": 361.25,
|
||||
"x": 383.75,
|
||||
"y": 567
|
||||
},
|
||||
{
|
||||
"x": 366,
|
||||
"x": 403.5,
|
||||
"y": 567
|
||||
},
|
||||
{
|
||||
"x": 366,
|
||||
"y": 989
|
||||
"x": 403.5,
|
||||
"y": 939
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -884,19 +884,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 393,
|
||||
"x": 416,
|
||||
"y": 176
|
||||
},
|
||||
{
|
||||
"x": 393.25,
|
||||
"x": 415.75,
|
||||
"y": 220
|
||||
},
|
||||
{
|
||||
"x": 461,
|
||||
"x": 519.25,
|
||||
"y": 220
|
||||
},
|
||||
{
|
||||
"x": 461,
|
||||
"x": 519.25,
|
||||
"y": 310
|
||||
}
|
||||
],
|
||||
|
|
@ -932,20 +932,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 329,
|
||||
"x": 352,
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"x": 329.25,
|
||||
"x": 351.75,
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"x": 276.5,
|
||||
"x": 295.25,
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"x": 276.5,
|
||||
"y": 662
|
||||
"x": 295.25,
|
||||
"y": 612
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -980,36 +980,36 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 449,
|
||||
"x": 507.25,
|
||||
"y": 376
|
||||
},
|
||||
{
|
||||
"x": 449,
|
||||
"x": 507.25,
|
||||
"y": 466
|
||||
},
|
||||
{
|
||||
"x": 438.25,
|
||||
"x": 494.25,
|
||||
"y": 466
|
||||
},
|
||||
{
|
||||
"x": 438.25,
|
||||
"x": 494.25,
|
||||
"y": 567
|
||||
},
|
||||
{
|
||||
"x": 433.5,
|
||||
"x": 486,
|
||||
"y": 567
|
||||
},
|
||||
{
|
||||
"x": 433.5,
|
||||
"y": 1341
|
||||
"x": 486,
|
||||
"y": 1291
|
||||
},
|
||||
{
|
||||
"x": 374.3333333333333,
|
||||
"y": 1341
|
||||
"x": 411.8333333333333,
|
||||
"y": 1291
|
||||
},
|
||||
{
|
||||
"x": 374.3333333333333,
|
||||
"y": 1381
|
||||
"x": 411.8333333333333,
|
||||
"y": 1331
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1044,19 +1044,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 297,
|
||||
"x": 320,
|
||||
"y": 176
|
||||
},
|
||||
{
|
||||
"x": 297.25,
|
||||
"x": 319.75,
|
||||
"y": 220
|
||||
},
|
||||
{
|
||||
"x": 202.5,
|
||||
"x": 221.25,
|
||||
"y": 220
|
||||
},
|
||||
{
|
||||
"x": 202.5,
|
||||
"x": 221.25,
|
||||
"y": 567
|
||||
},
|
||||
{
|
||||
|
|
@ -1065,7 +1065,7 @@
|
|||
},
|
||||
{
|
||||
"x": 187,
|
||||
"y": 712
|
||||
"y": 662
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1100,27 +1100,27 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 305.3333333333333,
|
||||
"y": 1679
|
||||
"x": 342.8333333333333,
|
||||
"y": 1629
|
||||
},
|
||||
{
|
||||
"x": 305.3333333333333,
|
||||
"y": 1774
|
||||
"x": 342.8333333333333,
|
||||
"y": 1724
|
||||
},
|
||||
{
|
||||
"x": 544.5,
|
||||
"y": 1774
|
||||
"x": 627,
|
||||
"y": 1724
|
||||
},
|
||||
{
|
||||
"x": 544.5,
|
||||
"x": 627,
|
||||
"y": 466
|
||||
},
|
||||
{
|
||||
"x": 473,
|
||||
"x": 531.25,
|
||||
"y": 466
|
||||
},
|
||||
{
|
||||
"x": 473,
|
||||
"x": 531.25,
|
||||
"y": 376
|
||||
}
|
||||
],
|
||||
|
|
@ -1157,26 +1157,26 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 162,
|
||||
"y": 904
|
||||
"y": 854
|
||||
},
|
||||
{
|
||||
"x": 162,
|
||||
"y": 1824
|
||||
"y": 1774
|
||||
},
|
||||
{
|
||||
"x": 571.5,
|
||||
"y": 1824
|
||||
"x": 654,
|
||||
"y": 1774
|
||||
},
|
||||
{
|
||||
"x": 571.5,
|
||||
"x": 654,
|
||||
"y": 416
|
||||
},
|
||||
{
|
||||
"x": 497,
|
||||
"x": 555.25,
|
||||
"y": 416
|
||||
},
|
||||
{
|
||||
"x": 497,
|
||||
"x": 555.25,
|
||||
"y": 376
|
||||
}
|
||||
],
|
||||
|
|
|
|||
194
e2etests/testdata/stable/chaos2/elk/sketch.exp.svg
vendored
|
Before Width: | Height: | Size: 817 KiB After Width: | Height: | Size: 817 KiB |
36
e2etests/testdata/stable/container_edges/elk/board.exp.json
generated
vendored
|
|
@ -7,7 +7,7 @@
|
|||
"id": "a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 98,
|
||||
"x": 94,
|
||||
"y": 12
|
||||
},
|
||||
"width": 53,
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
"id": "g",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 48,
|
||||
"x": 44,
|
||||
"y": 213
|
||||
},
|
||||
"width": 226,
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
"id": "g.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 98,
|
||||
"x": 94,
|
||||
"y": 263
|
||||
},
|
||||
"width": 53,
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
"id": "g.e",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 171,
|
||||
"x": 167,
|
||||
"y": 263
|
||||
},
|
||||
"width": 53,
|
||||
|
|
@ -360,11 +360,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 125.25,
|
||||
"x": 120.75,
|
||||
"y": 78
|
||||
},
|
||||
{
|
||||
"x": 125.25,
|
||||
"x": 120.75,
|
||||
"y": 263
|
||||
}
|
||||
],
|
||||
|
|
@ -400,11 +400,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 125.25,
|
||||
"x": 120.75,
|
||||
"y": 329
|
||||
},
|
||||
{
|
||||
"x": 125.25,
|
||||
"x": 120.75,
|
||||
"y": 474
|
||||
},
|
||||
{
|
||||
|
|
@ -456,19 +456,19 @@
|
|||
"y": 830
|
||||
},
|
||||
{
|
||||
"x": 346,
|
||||
"x": 376,
|
||||
"y": 830
|
||||
},
|
||||
{
|
||||
"x": 346,
|
||||
"x": 376,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 198.25,
|
||||
"x": 193.75,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 198.25,
|
||||
"x": 193.75,
|
||||
"y": 263
|
||||
}
|
||||
],
|
||||
|
|
@ -504,11 +504,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 198.25,
|
||||
"x": 193.75,
|
||||
"y": 329
|
||||
},
|
||||
{
|
||||
"x": 198.25,
|
||||
"x": 193.75,
|
||||
"y": 424
|
||||
},
|
||||
{
|
||||
|
|
@ -560,11 +560,11 @@
|
|||
"y": 168
|
||||
},
|
||||
{
|
||||
"x": 208.25,
|
||||
"x": 203.75,
|
||||
"y": 168
|
||||
},
|
||||
{
|
||||
"x": 208.25,
|
||||
"x": 203.75,
|
||||
"y": 213
|
||||
}
|
||||
],
|
||||
|
|
@ -600,11 +600,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 161.75,
|
||||
"x": 157.25,
|
||||
"y": 379
|
||||
},
|
||||
{
|
||||
"x": 161.75,
|
||||
"x": 157.25,
|
||||
"y": 424
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 657 KiB After Width: | Height: | Size: 657 KiB |
452
e2etests/testdata/stable/dense/elk/board.exp.json
generated
vendored
|
|
@ -7,8 +7,8 @@
|
|||
"id": "a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 127,
|
||||
"y": 208
|
||||
"x": 155,
|
||||
"y": 158
|
||||
},
|
||||
"width": 53,
|
||||
"height": 66,
|
||||
|
|
@ -48,8 +48,8 @@
|
|||
"id": "b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 12,
|
||||
"y": 354
|
||||
"x": 40,
|
||||
"y": 304
|
||||
},
|
||||
"width": 280,
|
||||
"height": 66,
|
||||
|
|
@ -89,8 +89,8 @@
|
|||
"id": "c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 54,
|
||||
"y": 208
|
||||
"x": 82,
|
||||
"y": 158
|
||||
},
|
||||
"width": 53,
|
||||
"height": 66,
|
||||
|
|
@ -130,8 +130,8 @@
|
|||
"id": "d",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 317,
|
||||
"y": 550
|
||||
"x": 362,
|
||||
"y": 500
|
||||
},
|
||||
"width": 120,
|
||||
"height": 66,
|
||||
|
|
@ -171,8 +171,8 @@
|
|||
"id": "e",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 321,
|
||||
"y": 1042
|
||||
"x": 384,
|
||||
"y": 942
|
||||
},
|
||||
"width": 120,
|
||||
"height": 66,
|
||||
|
|
@ -212,8 +212,8 @@
|
|||
"id": "f",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 105,
|
||||
"y": 746
|
||||
"x": 139,
|
||||
"y": 696
|
||||
},
|
||||
"width": 80,
|
||||
"height": 66,
|
||||
|
|
@ -253,8 +253,8 @@
|
|||
"id": "g",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 142,
|
||||
"y": 550
|
||||
"x": 187,
|
||||
"y": 500
|
||||
},
|
||||
"width": 54,
|
||||
"height": 66,
|
||||
|
|
@ -294,8 +294,8 @@
|
|||
"id": "h",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 63,
|
||||
"y": 550
|
||||
"x": 53,
|
||||
"y": 500
|
||||
},
|
||||
"width": 53,
|
||||
"height": 66,
|
||||
|
|
@ -335,8 +335,8 @@
|
|||
"id": "i",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 87,
|
||||
"y": 1188
|
||||
"x": 79,
|
||||
"y": 1088
|
||||
},
|
||||
"width": 80,
|
||||
"height": 66,
|
||||
|
|
@ -376,7 +376,7 @@
|
|||
"id": "j",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 111,
|
||||
"x": 141,
|
||||
"y": 12
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -417,8 +417,8 @@
|
|||
"id": "k",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 101,
|
||||
"y": 1324
|
||||
"x": 92,
|
||||
"y": 1224
|
||||
},
|
||||
"width": 53,
|
||||
"height": 66,
|
||||
|
|
@ -458,8 +458,8 @@
|
|||
"id": "l",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 466,
|
||||
"y": 746
|
||||
"x": 511,
|
||||
"y": 696
|
||||
},
|
||||
"width": 120,
|
||||
"height": 66,
|
||||
|
|
@ -499,8 +499,8 @@
|
|||
"id": "m",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 216,
|
||||
"y": 550
|
||||
"x": 261,
|
||||
"y": 500
|
||||
},
|
||||
"width": 80,
|
||||
"height": 66,
|
||||
|
|
@ -540,8 +540,8 @@
|
|||
"id": "n",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 161,
|
||||
"y": 1042
|
||||
"x": 197,
|
||||
"y": 942
|
||||
},
|
||||
"width": 120,
|
||||
"height": 66,
|
||||
|
|
@ -581,8 +581,8 @@
|
|||
"id": "o",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 457,
|
||||
"y": 550
|
||||
"x": 502,
|
||||
"y": 500
|
||||
},
|
||||
"width": 54,
|
||||
"height": 66,
|
||||
|
|
@ -622,8 +622,8 @@
|
|||
"id": "p",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 531,
|
||||
"y": 550
|
||||
"x": 576,
|
||||
"y": 500
|
||||
},
|
||||
"width": 53,
|
||||
"height": 66,
|
||||
|
|
@ -663,8 +663,8 @@
|
|||
"id": "q",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 354,
|
||||
"y": 1188
|
||||
"x": 417,
|
||||
"y": 1088
|
||||
},
|
||||
"width": 54,
|
||||
"height": 66,
|
||||
|
|
@ -729,20 +729,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 153.5,
|
||||
"y": 274
|
||||
"x": 181.5,
|
||||
"y": 224
|
||||
},
|
||||
{
|
||||
"x": 153.5,
|
||||
"y": 314
|
||||
"x": 181.5,
|
||||
"y": 264
|
||||
},
|
||||
{
|
||||
"x": 152,
|
||||
"y": 314
|
||||
"x": 180,
|
||||
"y": 264
|
||||
},
|
||||
{
|
||||
"x": 152,
|
||||
"y": 354
|
||||
"x": 180,
|
||||
"y": 304
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -777,20 +777,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 80.5,
|
||||
"y": 274
|
||||
"x": 108.5,
|
||||
"y": 224
|
||||
},
|
||||
{
|
||||
"x": 80.5,
|
||||
"y": 314
|
||||
"x": 108.5,
|
||||
"y": 264
|
||||
},
|
||||
{
|
||||
"x": 82,
|
||||
"y": 314
|
||||
"x": 110,
|
||||
"y": 264
|
||||
},
|
||||
{
|
||||
"x": 82,
|
||||
"y": 354
|
||||
"x": 110,
|
||||
"y": 304
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -825,28 +825,28 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 377.83333333333337,
|
||||
"y": 616
|
||||
"x": 422.75,
|
||||
"y": 566
|
||||
},
|
||||
{
|
||||
"x": 377.83333333333337,
|
||||
"y": 656
|
||||
"x": 422.75,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 376.08333333333337,
|
||||
"y": 656
|
||||
"x": 421,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 376.08333333333337,
|
||||
"y": 852
|
||||
"x": 421,
|
||||
"y": 802
|
||||
},
|
||||
{
|
||||
"x": 381.33333333333337,
|
||||
"y": 852
|
||||
"x": 444.3333333333333,
|
||||
"y": 802
|
||||
},
|
||||
{
|
||||
"x": 381.33333333333337,
|
||||
"y": 1042
|
||||
"x": 444.3333333333333,
|
||||
"y": 942
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -881,20 +881,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 158.66666666666666,
|
||||
"y": 812
|
||||
"x": 192.66666666666657,
|
||||
"y": 762
|
||||
},
|
||||
{
|
||||
"x": 158.66666666666666,
|
||||
"y": 952
|
||||
"x": 192.66666666666657,
|
||||
"y": 852
|
||||
},
|
||||
{
|
||||
"x": 351.33333333333337,
|
||||
"y": 952
|
||||
"x": 414.3333333333333,
|
||||
"y": 852
|
||||
},
|
||||
{
|
||||
"x": 351.33333333333337,
|
||||
"y": 1042
|
||||
"x": 414.3333333333333,
|
||||
"y": 942
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -929,28 +929,28 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 132,
|
||||
"y": 420
|
||||
"x": 160,
|
||||
"y": 370
|
||||
},
|
||||
{
|
||||
"x": 132,
|
||||
"y": 460
|
||||
"x": 160,
|
||||
"y": 410
|
||||
},
|
||||
{
|
||||
"x": 131.08333333333334,
|
||||
"y": 460
|
||||
"x": 146,
|
||||
"y": 410
|
||||
},
|
||||
{
|
||||
"x": 131.08333333333334,
|
||||
"y": 656
|
||||
"x": 146,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 131.99999999999997,
|
||||
"y": 656
|
||||
"x": 165.99999999999994,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 131.99999999999997,
|
||||
"y": 746
|
||||
"x": 165.99999999999994,
|
||||
"y": 696
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -985,20 +985,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 172,
|
||||
"y": 420
|
||||
"x": 200,
|
||||
"y": 370
|
||||
},
|
||||
{
|
||||
"x": 172,
|
||||
"y": 460
|
||||
"x": 200,
|
||||
"y": 410
|
||||
},
|
||||
{
|
||||
"x": 169.08333333333334,
|
||||
"y": 460
|
||||
"x": 214,
|
||||
"y": 410
|
||||
},
|
||||
{
|
||||
"x": 169.08333333333334,
|
||||
"y": 550
|
||||
"x": 214,
|
||||
"y": 500
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1033,20 +1033,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 169.08333333333334,
|
||||
"y": 616
|
||||
"x": 214,
|
||||
"y": 566
|
||||
},
|
||||
{
|
||||
"x": 169.08333333333334,
|
||||
"y": 656
|
||||
"x": 214,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 158.66666666666666,
|
||||
"y": 656
|
||||
"x": 192.66666666666657,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 158.66666666666666,
|
||||
"y": 746
|
||||
"x": 192.66666666666657,
|
||||
"y": 696
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1081,20 +1081,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 92,
|
||||
"y": 420
|
||||
"x": 120,
|
||||
"y": 370
|
||||
},
|
||||
{
|
||||
"x": 92,
|
||||
"x": 120,
|
||||
"y": 460
|
||||
},
|
||||
{
|
||||
"x": 90.08333333333331,
|
||||
"x": 79.5,
|
||||
"y": 460
|
||||
},
|
||||
{
|
||||
"x": 90.08333333333331,
|
||||
"y": 550
|
||||
"x": 79.5,
|
||||
"y": 500
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1129,28 +1129,28 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 52,
|
||||
"y": 420
|
||||
"x": 80,
|
||||
"y": 370
|
||||
},
|
||||
{
|
||||
"x": 52,
|
||||
"y": 460
|
||||
"x": 80,
|
||||
"y": 410
|
||||
},
|
||||
{
|
||||
"x": 51.333333333333314,
|
||||
"y": 460
|
||||
"x": 12,
|
||||
"y": 410
|
||||
},
|
||||
{
|
||||
"x": 51.333333333333314,
|
||||
"y": 1148
|
||||
"x": 12,
|
||||
"y": 1048
|
||||
},
|
||||
{
|
||||
"x": 114.49999999999997,
|
||||
"y": 1148
|
||||
"x": 106.08333333333331,
|
||||
"y": 1048
|
||||
},
|
||||
{
|
||||
"x": 114.49999999999997,
|
||||
"y": 1188
|
||||
"x": 106.08333333333331,
|
||||
"y": 1088
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1185,20 +1185,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 212,
|
||||
"y": 420
|
||||
"x": 240,
|
||||
"y": 370
|
||||
},
|
||||
{
|
||||
"x": 212,
|
||||
"y": 510
|
||||
"x": 240,
|
||||
"y": 460
|
||||
},
|
||||
{
|
||||
"x": 377.83333333333337,
|
||||
"y": 510
|
||||
"x": 422.75,
|
||||
"y": 460
|
||||
},
|
||||
{
|
||||
"x": 377.83333333333337,
|
||||
"y": 550
|
||||
"x": 422.75,
|
||||
"y": 500
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1233,20 +1233,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 131.58333333333334,
|
||||
"x": 161.5,
|
||||
"y": 78
|
||||
},
|
||||
{
|
||||
"x": 131.58333333333334,
|
||||
"x": 161.5,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 80.5,
|
||||
"x": 108.5,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 80.5,
|
||||
"y": 208
|
||||
"x": 108.5,
|
||||
"y": 158
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1281,20 +1281,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 151.58333333333334,
|
||||
"x": 181.5,
|
||||
"y": 78
|
||||
},
|
||||
{
|
||||
"x": 151.58333333333334,
|
||||
"y": 168
|
||||
},
|
||||
{
|
||||
"x": 153.5,
|
||||
"y": 168
|
||||
},
|
||||
{
|
||||
"x": 153.5,
|
||||
"y": 208
|
||||
"x": 181.5,
|
||||
"y": 158
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1329,27 +1321,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 222,
|
||||
"y": 354
|
||||
"x": 250,
|
||||
"y": 304
|
||||
},
|
||||
{
|
||||
"x": 222,
|
||||
"y": 314
|
||||
},
|
||||
{
|
||||
"x": 220.08333333333334,
|
||||
"y": 314
|
||||
},
|
||||
{
|
||||
"x": 220.08333333333334,
|
||||
"x": 249.99999999999997,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 171.58333333333334,
|
||||
"x": 201.5,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 171.58333333333334,
|
||||
"x": 201.5,
|
||||
"y": 78
|
||||
}
|
||||
],
|
||||
|
|
@ -1385,12 +1369,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 127.83333333333331,
|
||||
"y": 1254
|
||||
"x": 119.41666666666663,
|
||||
"y": 1154
|
||||
},
|
||||
{
|
||||
"x": 127.83333333333331,
|
||||
"y": 1324
|
||||
"x": 119.41666666666663,
|
||||
"y": 1224
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1425,20 +1409,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 407.83333333333337,
|
||||
"y": 616
|
||||
"x": 452.75,
|
||||
"y": 566
|
||||
},
|
||||
{
|
||||
"x": 407.83333333333337,
|
||||
"y": 656
|
||||
"x": 452.75,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 526.5833333333334,
|
||||
"y": 656
|
||||
"x": 571.5,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 526.5833333333334,
|
||||
"y": 746
|
||||
"x": 571.5,
|
||||
"y": 696
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1473,20 +1457,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 526.5833333333334,
|
||||
"y": 812
|
||||
"x": 571.5,
|
||||
"y": 762
|
||||
},
|
||||
{
|
||||
"x": 526.5833333333334,
|
||||
"y": 852
|
||||
"x": 571.5,
|
||||
"y": 802
|
||||
},
|
||||
{
|
||||
"x": 411.33333333333337,
|
||||
"y": 852
|
||||
"x": 474.3333333333333,
|
||||
"y": 802
|
||||
},
|
||||
{
|
||||
"x": 411.33333333333337,
|
||||
"y": 1042
|
||||
"x": 474.3333333333333,
|
||||
"y": 942
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1521,20 +1505,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 269.4166666666667,
|
||||
"y": 616
|
||||
"x": 314.3333333333333,
|
||||
"y": 566
|
||||
},
|
||||
{
|
||||
"x": 269.4166666666667,
|
||||
"y": 706
|
||||
"x": 314.3333333333333,
|
||||
"y": 656
|
||||
},
|
||||
{
|
||||
"x": 496.58333333333337,
|
||||
"y": 706
|
||||
"x": 541.5,
|
||||
"y": 656
|
||||
},
|
||||
{
|
||||
"x": 496.58333333333337,
|
||||
"y": 746
|
||||
"x": 541.5,
|
||||
"y": 696
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1569,20 +1553,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 242.75,
|
||||
"y": 616
|
||||
"x": 287.66666666666663,
|
||||
"y": 566
|
||||
},
|
||||
{
|
||||
"x": 242.75,
|
||||
"y": 852
|
||||
"x": 287.66666666666663,
|
||||
"y": 802
|
||||
},
|
||||
{
|
||||
"x": 221.66666666666669,
|
||||
"y": 852
|
||||
"x": 257.25,
|
||||
"y": 802
|
||||
},
|
||||
{
|
||||
"x": 221.66666666666669,
|
||||
"y": 1042
|
||||
"x": 257.25,
|
||||
"y": 942
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1617,20 +1601,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 221.66666666666669,
|
||||
"y": 1108
|
||||
"x": 257.25,
|
||||
"y": 1008
|
||||
},
|
||||
{
|
||||
"x": 221.66666666666669,
|
||||
"y": 1148
|
||||
"x": 257.25,
|
||||
"y": 1048
|
||||
},
|
||||
{
|
||||
"x": 141.16666666666666,
|
||||
"y": 1148
|
||||
"x": 132.74999999999994,
|
||||
"y": 1048
|
||||
},
|
||||
{
|
||||
"x": 141.16666666666666,
|
||||
"y": 1188
|
||||
"x": 132.74999999999994,
|
||||
"y": 1088
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1665,28 +1649,28 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 347.83333333333337,
|
||||
"y": 616
|
||||
"x": 392.75,
|
||||
"y": 566
|
||||
},
|
||||
{
|
||||
"x": 347.83333333333337,
|
||||
"y": 656
|
||||
"x": 392.75,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 335.9166666666667,
|
||||
"y": 656
|
||||
"x": 353.41666666666663,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 335.9166666666667,
|
||||
"x": 353.41666666666663,
|
||||
"y": 902
|
||||
},
|
||||
{
|
||||
"x": 251.66666666666669,
|
||||
"x": 287.25,
|
||||
"y": 902
|
||||
},
|
||||
{
|
||||
"x": 251.66666666666669,
|
||||
"y": 1042
|
||||
"x": 287.25,
|
||||
"y": 942
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1721,20 +1705,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 131.99999999999997,
|
||||
"y": 812
|
||||
"x": 165.99999999999994,
|
||||
"y": 762
|
||||
},
|
||||
{
|
||||
"x": 131.99999999999997,
|
||||
"y": 1002
|
||||
"x": 165.99999999999994,
|
||||
"y": 902
|
||||
},
|
||||
{
|
||||
"x": 191.66666666666669,
|
||||
"y": 1002
|
||||
"x": 227.25,
|
||||
"y": 902
|
||||
},
|
||||
{
|
||||
"x": 191.66666666666669,
|
||||
"y": 1042
|
||||
"x": 227.25,
|
||||
"y": 942
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1769,20 +1753,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 252,
|
||||
"y": 420
|
||||
"x": 280,
|
||||
"y": 370
|
||||
},
|
||||
{
|
||||
"x": 252,
|
||||
"y": 460
|
||||
"x": 280,
|
||||
"y": 410
|
||||
},
|
||||
{
|
||||
"x": 484.83333333333337,
|
||||
"y": 460
|
||||
"x": 529.75,
|
||||
"y": 410
|
||||
},
|
||||
{
|
||||
"x": 484.83333333333337,
|
||||
"y": 550
|
||||
"x": 529.75,
|
||||
"y": 500
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1817,20 +1801,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 558.3333333333334,
|
||||
"y": 616
|
||||
"x": 603.25,
|
||||
"y": 566
|
||||
},
|
||||
{
|
||||
"x": 558.3333333333334,
|
||||
"y": 656
|
||||
"x": 603.25,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 556.5833333333334,
|
||||
"y": 656
|
||||
"x": 601.5,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 556.5833333333334,
|
||||
"y": 746
|
||||
"x": 601.5,
|
||||
"y": 696
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1865,12 +1849,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 381.33333333333337,
|
||||
"y": 1108
|
||||
"x": 444.3333333333333,
|
||||
"y": 1008
|
||||
},
|
||||
{
|
||||
"x": 381.33333333333337,
|
||||
"y": 1188
|
||||
"x": 444.3333333333333,
|
||||
"y": 1088
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
154
e2etests/testdata/stable/dense/elk/sketch.exp.svg
vendored
|
Before Width: | Height: | Size: 342 KiB After Width: | Height: | Size: 342 KiB |
242
e2etests/testdata/stable/investigate/elk/board.exp.json
generated
vendored
|
|
@ -7,7 +7,7 @@
|
|||
"id": "aa",
|
||||
"type": "step",
|
||||
"pos": {
|
||||
"x": 183,
|
||||
"x": 195,
|
||||
"y": 12
|
||||
},
|
||||
"width": 102,
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
"id": "bb",
|
||||
"type": "step",
|
||||
"pos": {
|
||||
"x": 234,
|
||||
"x": 245,
|
||||
"y": 193
|
||||
},
|
||||
"width": 103,
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
"id": "ff",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 250,
|
||||
"x": 273,
|
||||
"y": 1889
|
||||
},
|
||||
"width": 281,
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
"id": "ff.gg",
|
||||
"type": "diamond",
|
||||
"pos": {
|
||||
"x": 300,
|
||||
"x": 323,
|
||||
"y": 1939
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -458,7 +458,7 @@
|
|||
"id": "ll",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 214,
|
||||
"x": 251,
|
||||
"y": 2468
|
||||
},
|
||||
"width": 265,
|
||||
|
|
@ -499,7 +499,7 @@
|
|||
"id": "ll.mm",
|
||||
"type": "oval",
|
||||
"pos": {
|
||||
"x": 264,
|
||||
"x": 301,
|
||||
"y": 2518
|
||||
},
|
||||
"width": 81,
|
||||
|
|
@ -540,7 +540,7 @@
|
|||
"id": "ff.mm",
|
||||
"type": "oval",
|
||||
"pos": {
|
||||
"x": 400,
|
||||
"x": 423,
|
||||
"y": 1944
|
||||
},
|
||||
"width": 81,
|
||||
|
|
@ -581,8 +581,8 @@
|
|||
"id": "nn",
|
||||
"type": "cylinder",
|
||||
"pos": {
|
||||
"x": 59,
|
||||
"y": 3519
|
||||
"x": 79,
|
||||
"y": 3469
|
||||
},
|
||||
"width": 327,
|
||||
"height": 166,
|
||||
|
|
@ -622,8 +622,8 @@
|
|||
"id": "nn.oo",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 109,
|
||||
"y": 3569
|
||||
"x": 129,
|
||||
"y": 3519
|
||||
},
|
||||
"width": 63,
|
||||
"height": 66,
|
||||
|
|
@ -663,7 +663,7 @@
|
|||
"id": "ff.pp",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 364,
|
||||
"x": 402,
|
||||
"y": 2161
|
||||
},
|
||||
"width": 63,
|
||||
|
|
@ -704,7 +704,7 @@
|
|||
"id": "ll.qq",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 365,
|
||||
"x": 402,
|
||||
"y": 2525
|
||||
},
|
||||
"width": 64,
|
||||
|
|
@ -745,7 +745,7 @@
|
|||
"id": "ll.rr",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 368,
|
||||
"x": 405,
|
||||
"y": 2669
|
||||
},
|
||||
"width": 58,
|
||||
|
|
@ -1044,8 +1044,8 @@
|
|||
"id": "nn.xx",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 193,
|
||||
"y": 3569
|
||||
"x": 212,
|
||||
"y": 3519
|
||||
},
|
||||
"width": 62,
|
||||
"height": 66,
|
||||
|
|
@ -1085,8 +1085,8 @@
|
|||
"id": "yy",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 284,
|
||||
"y": 3025
|
||||
"x": 309,
|
||||
"y": 2975
|
||||
},
|
||||
"width": 238,
|
||||
"height": 354,
|
||||
|
|
@ -1126,8 +1126,8 @@
|
|||
"id": "yy.zz",
|
||||
"type": "queue",
|
||||
"pos": {
|
||||
"x": 334,
|
||||
"y": 3075
|
||||
"x": 359,
|
||||
"y": 3025
|
||||
},
|
||||
"width": 138,
|
||||
"height": 118,
|
||||
|
|
@ -1179,8 +1179,8 @@
|
|||
"id": "yy.ab",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 371,
|
||||
"y": 3263
|
||||
"x": 397,
|
||||
"y": 3213
|
||||
},
|
||||
"width": 63,
|
||||
"height": 66,
|
||||
|
|
@ -1220,8 +1220,8 @@
|
|||
"id": "nn.ac",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 275,
|
||||
"y": 3569
|
||||
"x": 294,
|
||||
"y": 3519
|
||||
},
|
||||
"width": 62,
|
||||
"height": 66,
|
||||
|
|
@ -1261,8 +1261,8 @@
|
|||
"id": "ad",
|
||||
"type": "parallelogram",
|
||||
"pos": {
|
||||
"x": 248,
|
||||
"y": 3760
|
||||
"x": 267,
|
||||
"y": 3710
|
||||
},
|
||||
"width": 115,
|
||||
"height": 66,
|
||||
|
|
@ -1327,19 +1327,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 251,
|
||||
"y": 112
|
||||
"x": 263,
|
||||
"y": 111
|
||||
},
|
||||
{
|
||||
"x": 251.5,
|
||||
"x": 263.08333333333337,
|
||||
"y": 153
|
||||
},
|
||||
{
|
||||
"x": 285.5833333333333,
|
||||
"x": 297.16666666666663,
|
||||
"y": 153
|
||||
},
|
||||
{
|
||||
"x": 286,
|
||||
"x": 297,
|
||||
"y": 193
|
||||
}
|
||||
],
|
||||
|
|
@ -1375,15 +1375,15 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 268,
|
||||
"x": 280,
|
||||
"y": 294
|
||||
},
|
||||
{
|
||||
"x": 268.4166666666667,
|
||||
"x": 280,
|
||||
"y": 334
|
||||
},
|
||||
{
|
||||
"x": 235.66666666666666,
|
||||
"x": 235.66666666666669,
|
||||
"y": 334
|
||||
},
|
||||
{
|
||||
|
|
@ -1423,15 +1423,15 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 217,
|
||||
"x": 229,
|
||||
"y": 113
|
||||
},
|
||||
{
|
||||
"x": 217.5,
|
||||
"x": 229.08333333333334,
|
||||
"y": 153
|
||||
},
|
||||
{
|
||||
"x": 150.66666666666666,
|
||||
"x": 150.66666666666669,
|
||||
"y": 153
|
||||
},
|
||||
{
|
||||
|
|
@ -1471,20 +1471,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 303,
|
||||
"y": 293
|
||||
"x": 314,
|
||||
"y": 294
|
||||
},
|
||||
{
|
||||
"x": 302.75,
|
||||
"x": 314.33333333333337,
|
||||
"y": 334
|
||||
},
|
||||
{
|
||||
"x": 353.3333333333333,
|
||||
"x": 376.5,
|
||||
"y": 334
|
||||
},
|
||||
{
|
||||
"x": 353,
|
||||
"y": 1954
|
||||
"x": 377,
|
||||
"y": 1955
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1563,11 +1563,11 @@
|
|||
"y": 783
|
||||
},
|
||||
{
|
||||
"x": 150.66666666666666,
|
||||
"x": 150.66666666666669,
|
||||
"y": 873
|
||||
},
|
||||
{
|
||||
"x": 198.16666666666666,
|
||||
"x": 198.16666666666669,
|
||||
"y": 873
|
||||
},
|
||||
{
|
||||
|
|
@ -1695,27 +1695,27 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 248.33333333333331,
|
||||
"x": 248.33333333333334,
|
||||
"y": 1567.6666666666667
|
||||
},
|
||||
{
|
||||
"x": 248.33333333333331,
|
||||
"x": 248.33333333333334,
|
||||
"y": 1646
|
||||
},
|
||||
{
|
||||
"x": 404.4166666666667,
|
||||
"x": 442.58333333333337,
|
||||
"y": 1646
|
||||
},
|
||||
{
|
||||
"x": 404.4166666666667,
|
||||
"x": 442.58333333333337,
|
||||
"y": 1844
|
||||
},
|
||||
{
|
||||
"x": 440.5,
|
||||
"x": 463.66666666666663,
|
||||
"y": 1844
|
||||
},
|
||||
{
|
||||
"x": 441,
|
||||
"x": 464,
|
||||
"y": 1945
|
||||
}
|
||||
],
|
||||
|
|
@ -1751,35 +1751,35 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 441,
|
||||
"x": 464,
|
||||
"y": 2026
|
||||
},
|
||||
{
|
||||
"x": 440.5,
|
||||
"x": 463.66666666666663,
|
||||
"y": 2121
|
||||
},
|
||||
{
|
||||
"x": 353.5,
|
||||
"x": 361.66666666666663,
|
||||
"y": 2121
|
||||
},
|
||||
{
|
||||
"x": 353.5,
|
||||
"x": 361.66666666666663,
|
||||
"y": 2322
|
||||
},
|
||||
{
|
||||
"x": 329.5833333333333,
|
||||
"x": 351.66666666666663,
|
||||
"y": 2322
|
||||
},
|
||||
{
|
||||
"x": 329.5833333333333,
|
||||
"x": 351.66666666666663,
|
||||
"y": 2423
|
||||
},
|
||||
{
|
||||
"x": 304.5833333333333,
|
||||
"x": 341.66666666666663,
|
||||
"y": 2423
|
||||
},
|
||||
{
|
||||
"x": 305,
|
||||
"x": 342,
|
||||
"y": 2518
|
||||
}
|
||||
],
|
||||
|
|
@ -1815,28 +1815,28 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 305,
|
||||
"x": 342,
|
||||
"y": 2599
|
||||
},
|
||||
{
|
||||
"x": 304.5833333333333,
|
||||
"y": 2980
|
||||
"x": 341.66666666666663,
|
||||
"y": 2880
|
||||
},
|
||||
{
|
||||
"x": 124.66666666666669,
|
||||
"y": 2980
|
||||
"x": 94.66666666666666,
|
||||
"y": 2880
|
||||
},
|
||||
{
|
||||
"x": 124.66666666666669,
|
||||
"y": 3474
|
||||
"x": 94.66666666666666,
|
||||
"y": 3424
|
||||
},
|
||||
{
|
||||
"x": 141.5,
|
||||
"y": 3474
|
||||
"x": 160.58333333333331,
|
||||
"y": 3424
|
||||
},
|
||||
{
|
||||
"x": 141.5,
|
||||
"y": 3569
|
||||
"x": 160.58333333333331,
|
||||
"y": 3519
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1871,19 +1871,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 340,
|
||||
"x": 363,
|
||||
"y": 2031
|
||||
},
|
||||
{
|
||||
"x": 340,
|
||||
"x": 363.16666666666663,
|
||||
"y": 2071
|
||||
},
|
||||
{
|
||||
"x": 396,
|
||||
"x": 434.16666666666663,
|
||||
"y": 2071
|
||||
},
|
||||
{
|
||||
"x": 396,
|
||||
"x": 434.16666666666663,
|
||||
"y": 2161
|
||||
}
|
||||
],
|
||||
|
|
@ -1919,19 +1919,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 396,
|
||||
"x": 434.16666666666663,
|
||||
"y": 2227
|
||||
},
|
||||
{
|
||||
"x": 396,
|
||||
"y": 2423
|
||||
},
|
||||
{
|
||||
"x": 397.0833333333333,
|
||||
"y": 2423
|
||||
},
|
||||
{
|
||||
"x": 397.0833333333333,
|
||||
"x": 434.16666666666663,
|
||||
"y": 2525.5
|
||||
}
|
||||
],
|
||||
|
|
@ -1967,11 +1959,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 397.0833333333333,
|
||||
"x": 434.16666666666663,
|
||||
"y": 2591.5
|
||||
},
|
||||
{
|
||||
"x": 397.0833333333333,
|
||||
"x": 434.16666666666663,
|
||||
"y": 2669
|
||||
}
|
||||
],
|
||||
|
|
@ -2011,11 +2003,11 @@
|
|||
"y": 783
|
||||
},
|
||||
{
|
||||
"x": 235.66666666666666,
|
||||
"x": 235.66666666666669,
|
||||
"y": 823
|
||||
},
|
||||
{
|
||||
"x": 188.16666666666666,
|
||||
"x": 188.16666666666669,
|
||||
"y": 823
|
||||
},
|
||||
{
|
||||
|
|
@ -2023,7 +2015,7 @@
|
|||
"y": 1008
|
||||
},
|
||||
{
|
||||
"x": 93.5,
|
||||
"x": 93.49999999999999,
|
||||
"y": 1008
|
||||
},
|
||||
{
|
||||
|
|
@ -2111,7 +2103,7 @@
|
|||
"y": 1646
|
||||
},
|
||||
{
|
||||
"x": 202.66666666666666,
|
||||
"x": 202.66666666666669,
|
||||
"y": 1646
|
||||
},
|
||||
{
|
||||
|
|
@ -2159,7 +2151,7 @@
|
|||
"y": 1646
|
||||
},
|
||||
{
|
||||
"x": 153,
|
||||
"x": 153.00000000000003,
|
||||
"y": 1646
|
||||
},
|
||||
{
|
||||
|
|
@ -2252,15 +2244,15 @@
|
|||
},
|
||||
{
|
||||
"x": 148.33333333333334,
|
||||
"y": 3424
|
||||
"y": 3374
|
||||
},
|
||||
{
|
||||
"x": 224,
|
||||
"y": 3424
|
||||
"x": 243.08333333333331,
|
||||
"y": 3374
|
||||
},
|
||||
{
|
||||
"x": 224,
|
||||
"y": 3569
|
||||
"x": 243.08333333333331,
|
||||
"y": 3519
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -2295,20 +2287,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 397.0833333333333,
|
||||
"x": 434.16666666666663,
|
||||
"y": 2735
|
||||
},
|
||||
{
|
||||
"x": 397.0833333333333,
|
||||
"x": 434.16666666666663,
|
||||
"y": 2830
|
||||
},
|
||||
{
|
||||
"x": 426,
|
||||
"x": 451.8333333333333,
|
||||
"y": 2830
|
||||
},
|
||||
{
|
||||
"x": 426,
|
||||
"y": 3075
|
||||
"x": 452,
|
||||
"y": 3025
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -2348,15 +2340,15 @@
|
|||
},
|
||||
{
|
||||
"x": 166.33333333333334,
|
||||
"y": 2880
|
||||
"y": 2830
|
||||
},
|
||||
{
|
||||
"x": 380,
|
||||
"y": 2880
|
||||
"x": 405.83333333333337,
|
||||
"y": 2830
|
||||
},
|
||||
{
|
||||
"x": 380,
|
||||
"y": 3075
|
||||
"x": 406,
|
||||
"y": 3025
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -2391,12 +2383,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 403,
|
||||
"y": 3193
|
||||
"x": 429,
|
||||
"y": 3143
|
||||
},
|
||||
{
|
||||
"x": 403,
|
||||
"y": 3263
|
||||
"x": 428.83333333333337,
|
||||
"y": 3213
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -2431,20 +2423,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 403,
|
||||
"y": 3329
|
||||
"x": 428.83333333333337,
|
||||
"y": 3279
|
||||
},
|
||||
{
|
||||
"x": 403,
|
||||
"y": 3424
|
||||
"x": 428.83333333333337,
|
||||
"y": 3374
|
||||
},
|
||||
{
|
||||
"x": 306,
|
||||
"y": 3424
|
||||
"x": 325.08333333333337,
|
||||
"y": 3374
|
||||
},
|
||||
{
|
||||
"x": 306,
|
||||
"y": 3569
|
||||
"x": 325.08333333333337,
|
||||
"y": 3519
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -2479,12 +2471,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 306,
|
||||
"y": 3635
|
||||
"x": 325.0833333333333,
|
||||
"y": 3585
|
||||
},
|
||||
{
|
||||
"x": 306,
|
||||
"y": 3760
|
||||
"x": 325,
|
||||
"y": 3710
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -2523,15 +2515,15 @@
|
|||
"y": 1804
|
||||
},
|
||||
{
|
||||
"x": 202.66666666666666,
|
||||
"x": 202.66666666666669,
|
||||
"y": 1844
|
||||
},
|
||||
{
|
||||
"x": 326.6666666666667,
|
||||
"x": 349.83333333333337,
|
||||
"y": 1844
|
||||
},
|
||||
{
|
||||
"x": 327,
|
||||
"x": 350,
|
||||
"y": 1953
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 815 KiB After Width: | Height: | Size: 815 KiB |
118
e2etests/testdata/stable/large_arch/elk/board.exp.json
generated
vendored
|
|
@ -89,7 +89,7 @@
|
|||
"id": "c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 432,
|
||||
"x": 417,
|
||||
"y": 1718
|
||||
},
|
||||
"width": 53,
|
||||
|
|
@ -130,7 +130,7 @@
|
|||
"id": "d",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 505,
|
||||
"x": 490,
|
||||
"y": 1718
|
||||
},
|
||||
"width": 54,
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
"id": "e",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 505,
|
||||
"x": 490,
|
||||
"y": 1854
|
||||
},
|
||||
"width": 53,
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
"id": "f",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 579,
|
||||
"x": 564,
|
||||
"y": 1718
|
||||
},
|
||||
"width": 51,
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
"id": "g",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 198,
|
||||
"x": 170,
|
||||
"y": 1718
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -335,7 +335,7 @@
|
|||
"id": "i",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 418,
|
||||
"x": 403,
|
||||
"y": 1011
|
||||
},
|
||||
"width": 546,
|
||||
|
|
@ -376,7 +376,7 @@
|
|||
"id": "i.j",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 690,
|
||||
"x": 675,
|
||||
"y": 1061
|
||||
},
|
||||
"width": 222,
|
||||
|
|
@ -417,7 +417,7 @@
|
|||
"id": "i.j.k",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 740,
|
||||
"x": 725,
|
||||
"y": 1111
|
||||
},
|
||||
"width": 53,
|
||||
|
|
@ -458,7 +458,7 @@
|
|||
"id": "i.j.l",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 813,
|
||||
"x": 798,
|
||||
"y": 1111
|
||||
},
|
||||
"width": 49,
|
||||
|
|
@ -499,7 +499,7 @@
|
|||
"id": "i.m",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 468,
|
||||
"x": 453,
|
||||
"y": 1377
|
||||
},
|
||||
"width": 200,
|
||||
|
|
@ -540,7 +540,7 @@
|
|||
"id": "i.n",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 688,
|
||||
"x": 673,
|
||||
"y": 1417
|
||||
},
|
||||
"width": 53,
|
||||
|
|
@ -581,7 +581,7 @@
|
|||
"id": "i.o",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 761,
|
||||
"x": 746,
|
||||
"y": 1317
|
||||
},
|
||||
"width": 153,
|
||||
|
|
@ -622,7 +622,7 @@
|
|||
"id": "i.o.p",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 811,
|
||||
"x": 796,
|
||||
"y": 1367
|
||||
},
|
||||
"width": 53,
|
||||
|
|
@ -663,7 +663,7 @@
|
|||
"id": "q",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 865,
|
||||
"x": 895,
|
||||
"y": 1718
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -1385,19 +1385,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 766.5833333333333,
|
||||
"x": 751.5833333333333,
|
||||
"y": 1177
|
||||
},
|
||||
{
|
||||
"x": 766.5833333333333,
|
||||
"x": 751.5833333333333,
|
||||
"y": 1272
|
||||
},
|
||||
{
|
||||
"x": 618.0833333333333,
|
||||
"x": 603.0833333333333,
|
||||
"y": 1272
|
||||
},
|
||||
{
|
||||
"x": 618.0833333333333,
|
||||
"x": 603.0833333333333,
|
||||
"y": 1377.625
|
||||
}
|
||||
],
|
||||
|
|
@ -1433,11 +1433,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 837.5833333333333,
|
||||
"x": 822.5833333333333,
|
||||
"y": 1177
|
||||
},
|
||||
{
|
||||
"x": 837.5833333333333,
|
||||
"x": 822.5833333333333,
|
||||
"y": 1367
|
||||
}
|
||||
],
|
||||
|
|
@ -1473,27 +1473,27 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 925.75,
|
||||
"x": 955.75,
|
||||
"y": 1718
|
||||
},
|
||||
{
|
||||
"x": 925.75,
|
||||
"x": 955.75,
|
||||
"y": 1578
|
||||
},
|
||||
{
|
||||
"x": 974.0833333333333,
|
||||
"x": 989.0833333333333,
|
||||
"y": 1578
|
||||
},
|
||||
{
|
||||
"x": 974.0833333333333,
|
||||
"x": 989.0833333333333,
|
||||
"y": 966
|
||||
},
|
||||
{
|
||||
"x": 568.0833333333333,
|
||||
"x": 553.0833333333333,
|
||||
"y": 966
|
||||
},
|
||||
{
|
||||
"x": 568.0833333333333,
|
||||
"x": 553.0833333333333,
|
||||
"y": 1377.625
|
||||
}
|
||||
],
|
||||
|
|
@ -1529,19 +1529,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 634.7499999999999,
|
||||
"x": 619.7499999999999,
|
||||
"y": 1443.625
|
||||
},
|
||||
{
|
||||
"x": 634.7499999999999,
|
||||
"x": 619.7499999999999,
|
||||
"y": 1628
|
||||
},
|
||||
{
|
||||
"x": 885.75,
|
||||
"x": 915.75,
|
||||
"y": 1628
|
||||
},
|
||||
{
|
||||
"x": 885.75,
|
||||
"x": 915.75,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
|
|
@ -1577,19 +1577,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 714.5833333333333,
|
||||
"x": 699.5833333333333,
|
||||
"y": 1483
|
||||
},
|
||||
{
|
||||
"x": 714.5833333333333,
|
||||
"x": 699.5833333333333,
|
||||
"y": 1578
|
||||
},
|
||||
{
|
||||
"x": 905.75,
|
||||
"x": 935.75,
|
||||
"y": 1578
|
||||
},
|
||||
{
|
||||
"x": 905.75,
|
||||
"x": 935.75,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
|
|
@ -1625,19 +1625,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 534.7499999999999,
|
||||
"x": 519.7499999999999,
|
||||
"y": 1443.625
|
||||
},
|
||||
{
|
||||
"x": 534.7499999999999,
|
||||
"x": 519.7499999999999,
|
||||
"y": 1628
|
||||
},
|
||||
{
|
||||
"x": 458.91666666666663,
|
||||
"x": 443.91666666666663,
|
||||
"y": 1628
|
||||
},
|
||||
{
|
||||
"x": 458.91666666666663,
|
||||
"x": 443.91666666666663,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
|
|
@ -1673,19 +1673,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 568.0833333333333,
|
||||
"x": 553.0833333333333,
|
||||
"y": 1443.625
|
||||
},
|
||||
{
|
||||
"x": 568.0833333333333,
|
||||
"x": 553.0833333333333,
|
||||
"y": 1678
|
||||
},
|
||||
{
|
||||
"x": 532.4166666666666,
|
||||
"x": 517.4166666666666,
|
||||
"y": 1678
|
||||
},
|
||||
{
|
||||
"x": 532.4166666666666,
|
||||
"x": 517.4166666666666,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
|
|
@ -1721,19 +1721,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 501.4166666666666,
|
||||
"x": 486.4166666666666,
|
||||
"y": 1443.625
|
||||
},
|
||||
{
|
||||
"x": 501.4166666666666,
|
||||
"x": 486.4166666666666,
|
||||
"y": 1578
|
||||
},
|
||||
{
|
||||
"x": 251.66666666666663,
|
||||
"x": 224.16666666666663,
|
||||
"y": 1578
|
||||
},
|
||||
{
|
||||
"x": 251.66666666666663,
|
||||
"x": 224.16666666666663,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
|
|
@ -1769,19 +1769,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 601.4166666666665,
|
||||
"x": 586.4166666666665,
|
||||
"y": 1443.625
|
||||
},
|
||||
{
|
||||
"x": 601.4166666666665,
|
||||
"x": 586.4166666666665,
|
||||
"y": 1578
|
||||
},
|
||||
{
|
||||
"x": 604.9166666666666,
|
||||
"x": 589.9166666666666,
|
||||
"y": 1578
|
||||
},
|
||||
{
|
||||
"x": 604.9166666666666,
|
||||
"x": 589.9166666666666,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
|
|
@ -1817,11 +1817,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 532.4166666666666,
|
||||
"x": 517.4166666666666,
|
||||
"y": 1784
|
||||
},
|
||||
{
|
||||
"x": 532.4166666666666,
|
||||
"x": 517.4166666666666,
|
||||
"y": 1854
|
||||
}
|
||||
],
|
||||
|
|
@ -2081,11 +2081,11 @@
|
|||
"y": 966
|
||||
},
|
||||
{
|
||||
"x": 518.0833333333333,
|
||||
"x": 503.08333333333326,
|
||||
"y": 966
|
||||
},
|
||||
{
|
||||
"x": 518.0833333333333,
|
||||
"x": 503.08333333333326,
|
||||
"y": 1377.625
|
||||
}
|
||||
],
|
||||
|
|
@ -2125,7 +2125,15 @@
|
|||
"y": 617
|
||||
},
|
||||
{
|
||||
"x": 224.9999999999999,
|
||||
"x": 225,
|
||||
"y": 966
|
||||
},
|
||||
{
|
||||
"x": 197.5,
|
||||
"y": 966
|
||||
},
|
||||
{
|
||||
"x": 197.4999999999999,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 667 KiB After Width: | Height: | Size: 668 KiB |
410
e2etests/testdata/stable/n22_e32/elk/board.exp.json
generated
vendored
|
|
@ -7,7 +7,7 @@
|
|||
"id": "a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 291,
|
||||
"x": 413,
|
||||
"y": 882
|
||||
},
|
||||
"width": 160,
|
||||
|
|
@ -48,8 +48,8 @@
|
|||
"id": "b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 391,
|
||||
"y": 1274
|
||||
"x": 553,
|
||||
"y": 1174
|
||||
},
|
||||
"width": 120,
|
||||
"height": 66,
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
"id": "c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 333,
|
||||
"x": 464,
|
||||
"y": 294
|
||||
},
|
||||
"width": 120,
|
||||
|
|
@ -130,7 +130,7 @@
|
|||
"id": "d",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 401,
|
||||
"x": 553,
|
||||
"y": 686
|
||||
},
|
||||
"width": 120,
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
"id": "e",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 514,
|
||||
"x": 666,
|
||||
"y": 882
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -212,8 +212,8 @@
|
|||
"id": "f",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 538,
|
||||
"y": 1078
|
||||
"x": 726,
|
||||
"y": 1028
|
||||
},
|
||||
"width": 120,
|
||||
"height": 66,
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
"id": "g",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 485,
|
||||
"x": 658,
|
||||
"y": 12
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -294,7 +294,7 @@
|
|||
"id": "h",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 630,
|
||||
"x": 840,
|
||||
"y": 158
|
||||
},
|
||||
"width": 53,
|
||||
|
|
@ -335,7 +335,7 @@
|
|||
"id": "i",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 632,
|
||||
"x": 842,
|
||||
"y": 294
|
||||
},
|
||||
"width": 49,
|
||||
|
|
@ -376,7 +376,7 @@
|
|||
"id": "j",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 617,
|
||||
"x": 827,
|
||||
"y": 540
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -417,7 +417,7 @@
|
|||
"id": "k",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 541,
|
||||
"x": 693,
|
||||
"y": 686
|
||||
},
|
||||
"width": 53,
|
||||
|
|
@ -458,7 +458,7 @@
|
|||
"id": "l",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 20,
|
||||
"x": 12,
|
||||
"y": 882
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -499,8 +499,8 @@
|
|||
"id": "m",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 50,
|
||||
"y": 1274
|
||||
"x": 75,
|
||||
"y": 1174
|
||||
},
|
||||
"width": 120,
|
||||
"height": 66,
|
||||
|
|
@ -540,7 +540,7 @@
|
|||
"id": "n",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 12,
|
||||
"x": 22,
|
||||
"y": 686
|
||||
},
|
||||
"width": 200,
|
||||
|
|
@ -581,7 +581,7 @@
|
|||
"id": "o",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 154,
|
||||
"x": 196,
|
||||
"y": 882
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -622,8 +622,8 @@
|
|||
"id": "p",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 127,
|
||||
"y": 1078
|
||||
"x": 173,
|
||||
"y": 1028
|
||||
},
|
||||
"width": 120,
|
||||
"height": 66,
|
||||
|
|
@ -663,7 +663,7 @@
|
|||
"id": "q",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 153,
|
||||
"x": 217,
|
||||
"y": 12
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -704,7 +704,7 @@
|
|||
"id": "r",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 247,
|
||||
"x": 354,
|
||||
"y": 158
|
||||
},
|
||||
"width": 51,
|
||||
|
|
@ -745,7 +745,7 @@
|
|||
"id": "s",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 233,
|
||||
"x": 340,
|
||||
"y": 294
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -786,7 +786,7 @@
|
|||
"id": "t",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 229,
|
||||
"x": 315,
|
||||
"y": 540
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -827,7 +827,7 @@
|
|||
"id": "u",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 255,
|
||||
"x": 357,
|
||||
"y": 686
|
||||
},
|
||||
"width": 80,
|
||||
|
|
@ -893,20 +893,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 371.24999999999994,
|
||||
"x": 493.33333333333326,
|
||||
"y": 948
|
||||
},
|
||||
{
|
||||
"x": 371.24999999999994,
|
||||
"y": 1184
|
||||
"x": 493.33333333333326,
|
||||
"y": 1134
|
||||
},
|
||||
{
|
||||
"x": 421.16666666666663,
|
||||
"y": 1184
|
||||
"x": 583.3333333333333,
|
||||
"y": 1134
|
||||
},
|
||||
{
|
||||
"x": 421.16666666666663,
|
||||
"y": 1274
|
||||
"x": 583.3333333333333,
|
||||
"y": 1174
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -941,27 +941,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 393.0833333333333,
|
||||
"x": 524.3333333333333,
|
||||
"y": 360
|
||||
},
|
||||
{
|
||||
"x": 393.0833333333333,
|
||||
"x": 524.3333333333333,
|
||||
"y": 500
|
||||
},
|
||||
{
|
||||
"x": 387.41666666666663,
|
||||
"x": 509.33333333333326,
|
||||
"y": 500
|
||||
},
|
||||
{
|
||||
"x": 387.41666666666663,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 387.24999999999994,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 387.24999999999994,
|
||||
"x": 509.33333333333326,
|
||||
"y": 882
|
||||
}
|
||||
],
|
||||
|
|
@ -997,19 +989,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 431.24999999999994,
|
||||
"x": 583.3333333333333,
|
||||
"y": 752
|
||||
},
|
||||
{
|
||||
"x": 431.24999999999994,
|
||||
"x": 583.3333333333333,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 419.24999999999994,
|
||||
"x": 541.3333333333333,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 419.24999999999994,
|
||||
"x": 541.3333333333333,
|
||||
"y": 882
|
||||
}
|
||||
],
|
||||
|
|
@ -1045,20 +1037,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 461.24999999999994,
|
||||
"x": 613.3333333333333,
|
||||
"y": 752
|
||||
},
|
||||
{
|
||||
"x": 461.24999999999994,
|
||||
"y": 1184
|
||||
},
|
||||
{
|
||||
"x": 451.16666666666663,
|
||||
"y": 1184
|
||||
},
|
||||
{
|
||||
"x": 451.16666666666663,
|
||||
"y": 1274
|
||||
"x": 613.3333333333333,
|
||||
"y": 1174
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1093,19 +1077,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 491.24999999999994,
|
||||
"x": 643.3333333333333,
|
||||
"y": 752
|
||||
},
|
||||
{
|
||||
"x": 491.24999999999994,
|
||||
"x": 643.3333333333333,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 541.0833333333333,
|
||||
"x": 693.1666666666666,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 541.0833333333333,
|
||||
"x": 693.1666666666666,
|
||||
"y": 882
|
||||
}
|
||||
],
|
||||
|
|
@ -1141,20 +1125,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 554.4166666666665,
|
||||
"x": 706.5,
|
||||
"y": 948
|
||||
},
|
||||
{
|
||||
"x": 554.4166666666665,
|
||||
"x": 706.5,
|
||||
"y": 988
|
||||
},
|
||||
{
|
||||
"x": 568.5833333333333,
|
||||
"x": 756.4999999999999,
|
||||
"y": 988
|
||||
},
|
||||
{
|
||||
"x": 568.5833333333333,
|
||||
"y": 1078
|
||||
"x": 756.4999999999999,
|
||||
"y": 1028
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1189,20 +1173,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 598.5833333333333,
|
||||
"y": 1144
|
||||
"x": 786.4999999999999,
|
||||
"y": 1094
|
||||
},
|
||||
{
|
||||
"x": 598.5833333333333,
|
||||
"y": 1234
|
||||
"x": 786.4999999999999,
|
||||
"y": 1134
|
||||
},
|
||||
{
|
||||
"x": 481.16666666666663,
|
||||
"y": 1234
|
||||
"x": 643.3333333333333,
|
||||
"y": 1134
|
||||
},
|
||||
{
|
||||
"x": 481.16666666666663,
|
||||
"y": 1274
|
||||
"x": 643.3333333333333,
|
||||
"y": 1174
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1237,28 +1221,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 423.0833333333333,
|
||||
"x": 554.3333333333333,
|
||||
"y": 360
|
||||
},
|
||||
{
|
||||
"x": 423.0833333333333,
|
||||
"x": 554.3333333333333,
|
||||
"y": 400
|
||||
},
|
||||
{
|
||||
"x": 604.4166666666665,
|
||||
"x": 786.4999999999999,
|
||||
"y": 400
|
||||
},
|
||||
{
|
||||
"x": 604.4166666666665,
|
||||
"y": 988
|
||||
},
|
||||
{
|
||||
"x": 598.5833333333333,
|
||||
"y": 988
|
||||
},
|
||||
{
|
||||
"x": 598.5833333333333,
|
||||
"y": 1078
|
||||
"x": 786.4999999999999,
|
||||
"y": 1028
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1293,19 +1269,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 512,
|
||||
"x": 685.0833333333333,
|
||||
"y": 78
|
||||
},
|
||||
{
|
||||
"x": 512,
|
||||
"x": 685.0833333333333,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 393.0833333333333,
|
||||
"x": 524.3333333333333,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 393.0833333333333,
|
||||
"x": 524.3333333333333,
|
||||
"y": 294
|
||||
}
|
||||
],
|
||||
|
|
@ -1341,19 +1317,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 538.6666666666667,
|
||||
"x": 711.75,
|
||||
"y": 78
|
||||
},
|
||||
{
|
||||
"x": 538.6666666666667,
|
||||
"x": 711.75,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 657.0833333333333,
|
||||
"x": 867.4999999999999,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 657.0833333333333,
|
||||
"x": 867.4999999999999,
|
||||
"y": 158
|
||||
}
|
||||
],
|
||||
|
|
@ -1389,11 +1365,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 657.0833333333333,
|
||||
"x": 867.4999999999999,
|
||||
"y": 224
|
||||
},
|
||||
{
|
||||
"x": 657.0833333333333,
|
||||
"x": 867.4999999999999,
|
||||
"y": 294
|
||||
}
|
||||
],
|
||||
|
|
@ -1429,11 +1405,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 657.0833333333333,
|
||||
"x": 867.4999999999999,
|
||||
"y": 360
|
||||
},
|
||||
{
|
||||
"x": 657.0833333333333,
|
||||
"x": 867.4999999999999,
|
||||
"y": 540
|
||||
}
|
||||
],
|
||||
|
|
@ -1469,19 +1445,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 643.75,
|
||||
"x": 854.1666666666666,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 643.75,
|
||||
"x": 854.1666666666666,
|
||||
"y": 646
|
||||
},
|
||||
{
|
||||
"x": 567.75,
|
||||
"x": 719.8333333333333,
|
||||
"y": 646
|
||||
},
|
||||
{
|
||||
"x": 567.75,
|
||||
"x": 719.8333333333333,
|
||||
"y": 686
|
||||
}
|
||||
],
|
||||
|
|
@ -1517,11 +1493,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 567.75,
|
||||
"x": 719.8333333333333,
|
||||
"y": 752
|
||||
},
|
||||
{
|
||||
"x": 567.75,
|
||||
"x": 719.8333333333333,
|
||||
"y": 882
|
||||
}
|
||||
],
|
||||
|
|
@ -1557,20 +1533,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 670.4166666666667,
|
||||
"x": 880.8333333333333,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 670.4166666666665,
|
||||
"y": 1038
|
||||
"x": 880.8333333333333,
|
||||
"y": 988
|
||||
},
|
||||
{
|
||||
"x": 628.5833333333333,
|
||||
"y": 1038
|
||||
"x": 816.4999999999999,
|
||||
"y": 988
|
||||
},
|
||||
{
|
||||
"x": 628.5833333333333,
|
||||
"y": 1078
|
||||
"x": 816.4999999999999,
|
||||
"y": 1028
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1605,20 +1581,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 60.33333333333333,
|
||||
"x": 52,
|
||||
"y": 948
|
||||
},
|
||||
{
|
||||
"x": 60.33333333333333,
|
||||
"y": 1184
|
||||
"x": 52,
|
||||
"y": 1134
|
||||
},
|
||||
{
|
||||
"x": 80.16666666666669,
|
||||
"y": 1184
|
||||
"x": 105.33333333333326,
|
||||
"y": 1134
|
||||
},
|
||||
{
|
||||
"x": 80.16666666666669,
|
||||
"y": 1274
|
||||
"x": 105.33333333333326,
|
||||
"y": 1174
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1653,19 +1629,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 45.33333333333333,
|
||||
"x": 55.33333333333337,
|
||||
"y": 752
|
||||
},
|
||||
{
|
||||
"x": 45.33333333333333,
|
||||
"x": 55.33333333333337,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 47,
|
||||
"x": 38.66666666666663,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 47,
|
||||
"x": 38.66666666666663,
|
||||
"y": 882
|
||||
}
|
||||
],
|
||||
|
|
@ -1701,19 +1677,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 78.66666666666666,
|
||||
"x": 88.66666666666663,
|
||||
"y": 752
|
||||
},
|
||||
{
|
||||
"x": 78.66666666666666,
|
||||
"y": 792
|
||||
"x": 88.66666666666663,
|
||||
"y": 842
|
||||
},
|
||||
{
|
||||
"x": 73.66666666666666,
|
||||
"y": 792
|
||||
"x": 65.33333333333337,
|
||||
"y": 842
|
||||
},
|
||||
{
|
||||
"x": 73.66666666666666,
|
||||
"x": 65.33333333333337,
|
||||
"y": 882
|
||||
}
|
||||
],
|
||||
|
|
@ -1749,20 +1725,28 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 111.99999999999999,
|
||||
"x": 122,
|
||||
"y": 752
|
||||
},
|
||||
{
|
||||
"x": 112,
|
||||
"y": 1184
|
||||
"x": 122,
|
||||
"y": 842
|
||||
},
|
||||
{
|
||||
"x": 110.16666666666669,
|
||||
"y": 1184
|
||||
"x": 132,
|
||||
"y": 842
|
||||
},
|
||||
{
|
||||
"x": 110.16666666666669,
|
||||
"y": 1274
|
||||
"x": 132,
|
||||
"y": 1134
|
||||
},
|
||||
{
|
||||
"x": 135.33333333333326,
|
||||
"y": 1134
|
||||
},
|
||||
{
|
||||
"x": 135.33333333333326,
|
||||
"y": 1174
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1797,19 +1781,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 178.66666666666663,
|
||||
"x": 188.66666666666663,
|
||||
"y": 752
|
||||
},
|
||||
{
|
||||
"x": 178.66666666666663,
|
||||
"x": 188.66666666666663,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 180.83333333333331,
|
||||
"x": 222.9999999999999,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 180.83333333333331,
|
||||
"x": 222.9999999999999,
|
||||
"y": 882
|
||||
}
|
||||
],
|
||||
|
|
@ -1845,20 +1829,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 194.16666666666666,
|
||||
"x": 236.33333333333326,
|
||||
"y": 948
|
||||
},
|
||||
{
|
||||
"x": 194.16666666666666,
|
||||
"x": 236.33333333333326,
|
||||
"y": 988
|
||||
},
|
||||
{
|
||||
"x": 187.5,
|
||||
"x": 233,
|
||||
"y": 988
|
||||
},
|
||||
{
|
||||
"x": 187.5,
|
||||
"y": 1078
|
||||
"x": 233,
|
||||
"y": 1028
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1893,20 +1877,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 187.5,
|
||||
"y": 1144
|
||||
"x": 233,
|
||||
"y": 1094
|
||||
},
|
||||
{
|
||||
"x": 187.5,
|
||||
"y": 1184
|
||||
"x": 233,
|
||||
"y": 1134
|
||||
},
|
||||
{
|
||||
"x": 140.16666666666669,
|
||||
"y": 1184
|
||||
"x": 165.33333333333326,
|
||||
"y": 1134
|
||||
},
|
||||
{
|
||||
"x": 140.16666666666669,
|
||||
"y": 1274
|
||||
"x": 165.33333333333326,
|
||||
"y": 1174
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1941,28 +1925,28 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 145.33333333333331,
|
||||
"x": 155.33333333333326,
|
||||
"y": 752
|
||||
},
|
||||
{
|
||||
"x": 145.33333333333331,
|
||||
"x": 155.33333333333326,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 143.16666666666666,
|
||||
"x": 150.83333333333326,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 143.16666666666666,
|
||||
"x": 150.83333333333326,
|
||||
"y": 988
|
||||
},
|
||||
{
|
||||
"x": 157.5,
|
||||
"x": 203,
|
||||
"y": 988
|
||||
},
|
||||
{
|
||||
"x": 157.5,
|
||||
"y": 1078
|
||||
"x": 203,
|
||||
"y": 1028
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1997,19 +1981,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 180.24999999999997,
|
||||
"x": 243.9999999999999,
|
||||
"y": 78
|
||||
},
|
||||
{
|
||||
"x": 180.24999999999997,
|
||||
"x": 243.9999999999999,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 112,
|
||||
"x": 122,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 112,
|
||||
"x": 122,
|
||||
"y": 686
|
||||
}
|
||||
],
|
||||
|
|
@ -2045,19 +2029,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 206.91666666666666,
|
||||
"x": 270.66666666666663,
|
||||
"y": 78
|
||||
},
|
||||
{
|
||||
"x": 206.91666666666666,
|
||||
"x": 270.66666666666663,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 273.0833333333333,
|
||||
"x": 380,
|
||||
"y": 118
|
||||
},
|
||||
{
|
||||
"x": 273.0833333333333,
|
||||
"x": 380,
|
||||
"y": 158
|
||||
}
|
||||
],
|
||||
|
|
@ -2093,11 +2077,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 273.0833333333333,
|
||||
"x": 380,
|
||||
"y": 224
|
||||
},
|
||||
{
|
||||
"x": 273.0833333333333,
|
||||
"x": 380,
|
||||
"y": 294
|
||||
}
|
||||
],
|
||||
|
|
@ -2133,19 +2117,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 259.75,
|
||||
"x": 366.6666666666667,
|
||||
"y": 360
|
||||
},
|
||||
{
|
||||
"x": 259.75,
|
||||
"x": 366.6666666666667,
|
||||
"y": 400
|
||||
},
|
||||
{
|
||||
"x": 256.33333333333326,
|
||||
"x": 341.8333333333333,
|
||||
"y": 400
|
||||
},
|
||||
{
|
||||
"x": 256.33333333333326,
|
||||
"x": 341.8333333333333,
|
||||
"y": 540
|
||||
}
|
||||
],
|
||||
|
|
@ -2181,19 +2165,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 282.99999999999994,
|
||||
"x": 368.49999999999994,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 282.99999999999994,
|
||||
"x": 368.49999999999994,
|
||||
"y": 646
|
||||
},
|
||||
{
|
||||
"x": 295.16666666666663,
|
||||
"x": 397.33333333333326,
|
||||
"y": 646
|
||||
},
|
||||
{
|
||||
"x": 295.16666666666663,
|
||||
"x": 397.33333333333326,
|
||||
"y": 686
|
||||
}
|
||||
],
|
||||
|
|
@ -2229,19 +2213,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 281.8333333333333,
|
||||
"x": 383.99999999999994,
|
||||
"y": 752
|
||||
},
|
||||
{
|
||||
"x": 281.8333333333333,
|
||||
"x": 383.99999999999994,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 207.5,
|
||||
"x": 249.66666666666663,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 207.5,
|
||||
"x": 249.66666666666663,
|
||||
"y": 882
|
||||
}
|
||||
],
|
||||
|
|
@ -2277,28 +2261,28 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 256.33333333333326,
|
||||
"x": 341.8333333333333,
|
||||
"y": 606
|
||||
},
|
||||
{
|
||||
"x": 256.33333333333326,
|
||||
"x": 341.8333333333333,
|
||||
"y": 646
|
||||
},
|
||||
{
|
||||
"x": 244.16666666666663,
|
||||
"x": 316.33333333333326,
|
||||
"y": 646
|
||||
},
|
||||
{
|
||||
"x": 244.16666666666663,
|
||||
"y": 1038
|
||||
"x": 316.33333333333326,
|
||||
"y": 988
|
||||
},
|
||||
{
|
||||
"x": 217.5,
|
||||
"y": 1038
|
||||
"x": 263,
|
||||
"y": 988
|
||||
},
|
||||
{
|
||||
"x": 217.5,
|
||||
"y": 1078
|
||||
"x": 263,
|
||||
"y": 1028
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -2333,19 +2317,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 363.0833333333333,
|
||||
"x": 494.3333333333333,
|
||||
"y": 360
|
||||
},
|
||||
{
|
||||
"x": 363.0833333333333,
|
||||
"x": 494.3333333333333,
|
||||
"y": 450
|
||||
},
|
||||
{
|
||||
"x": 282.99999999999994,
|
||||
"x": 368.49999999999994,
|
||||
"y": 450
|
||||
},
|
||||
{
|
||||
"x": 282.99999999999994,
|
||||
"x": 368.49999999999994,
|
||||
"y": 540
|
||||
}
|
||||
],
|
||||
|
|
@ -2381,27 +2365,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 286.41666666666663,
|
||||
"x": 393.3333333333333,
|
||||
"y": 360
|
||||
},
|
||||
{
|
||||
"x": 286.41666666666663,
|
||||
"y": 400
|
||||
"x": 393.3333333333333,
|
||||
"y": 500
|
||||
},
|
||||
{
|
||||
"x": 345.16666666666663,
|
||||
"y": 400
|
||||
"x": 477.33333333333326,
|
||||
"y": 500
|
||||
},
|
||||
{
|
||||
"x": 345.16666666666663,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 355.24999999999994,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 355.24999999999994,
|
||||
"x": 477.33333333333326,
|
||||
"y": 882
|
||||
}
|
||||
],
|
||||
|
|
@ -2437,19 +2413,19 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 308.49999999999994,
|
||||
"x": 410.6666666666666,
|
||||
"y": 752
|
||||
},
|
||||
{
|
||||
"x": 308.49999999999994,
|
||||
"y": 842
|
||||
"x": 410.6666666666666,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 323.24999999999994,
|
||||
"y": 842
|
||||
"x": 445.33333333333326,
|
||||
"y": 792
|
||||
},
|
||||
{
|
||||
"x": 323.24999999999994,
|
||||
"x": 445.33333333333326,
|
||||
"y": 882
|
||||
}
|
||||
],
|
||||
|
|
|
|||
154
e2etests/testdata/stable/n22_e32/elk/sketch.exp.svg
vendored
|
Before Width: | Height: | Size: 345 KiB After Width: | Height: | Size: 346 KiB |
26
e2etests/testdata/stable/one_container_loop/elk/board.exp.json
generated
vendored
|
|
@ -89,7 +89,7 @@
|
|||
"id": "c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 97,
|
||||
"x": 82,
|
||||
"y": 781
|
||||
},
|
||||
"width": 120,
|
||||
|
|
@ -368,19 +368,19 @@
|
|||
"y": 223
|
||||
},
|
||||
{
|
||||
"x": 93.25,
|
||||
"x": 78.25,
|
||||
"y": 223
|
||||
},
|
||||
{
|
||||
"x": 93.25,
|
||||
"y": 741
|
||||
"x": 78.25,
|
||||
"y": 691
|
||||
},
|
||||
{
|
||||
"x": 127.5,
|
||||
"y": 741
|
||||
"x": 112.5,
|
||||
"y": 691
|
||||
},
|
||||
{
|
||||
"x": 127.5,
|
||||
"x": 112.5,
|
||||
"y": 781
|
||||
}
|
||||
],
|
||||
|
|
@ -424,11 +424,11 @@
|
|||
"y": 691
|
||||
},
|
||||
{
|
||||
"x": 157.5,
|
||||
"x": 142.5,
|
||||
"y": 691
|
||||
},
|
||||
{
|
||||
"x": 157.5,
|
||||
"x": 142.5,
|
||||
"y": 781
|
||||
}
|
||||
],
|
||||
|
|
@ -469,14 +469,14 @@
|
|||
},
|
||||
{
|
||||
"x": 220.75,
|
||||
"y": 691
|
||||
"y": 741
|
||||
},
|
||||
{
|
||||
"x": 187.5,
|
||||
"y": 691
|
||||
"x": 172.5,
|
||||
"y": 741
|
||||
},
|
||||
{
|
||||
"x": 187.5,
|
||||
"x": 172.5,
|
||||
"y": 781
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 657 KiB After Width: | Height: | Size: 657 KiB |
118
e2etests/testdata/stable/sequence_diagrams/elk/board.exp.json
generated
vendored
|
|
@ -1584,7 +1584,7 @@
|
|||
"id": "finally",
|
||||
"type": "queue",
|
||||
"pos": {
|
||||
"x": 1259,
|
||||
"x": 1274,
|
||||
"y": 1536
|
||||
},
|
||||
"width": 1034,
|
||||
|
|
@ -1625,7 +1625,7 @@
|
|||
"id": "finally.sequence",
|
||||
"type": "sequence_diagram",
|
||||
"pos": {
|
||||
"x": 1309,
|
||||
"x": 1324,
|
||||
"y": 1586
|
||||
},
|
||||
"width": 934,
|
||||
|
|
@ -1666,7 +1666,7 @@
|
|||
"id": "finally.sequence.scorer",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1321,
|
||||
"x": 1336,
|
||||
"y": 1669
|
||||
},
|
||||
"width": 100,
|
||||
|
|
@ -1707,7 +1707,7 @@
|
|||
"id": "finally.sequence.concept",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1471,
|
||||
"x": 1486,
|
||||
"y": 1669
|
||||
},
|
||||
"width": 100,
|
||||
|
|
@ -1748,7 +1748,7 @@
|
|||
"id": "finally.sequence.essayRubric",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1611,
|
||||
"x": 1626,
|
||||
"y": 1669
|
||||
},
|
||||
"width": 126,
|
||||
|
|
@ -1789,7 +1789,7 @@
|
|||
"id": "finally.sequence.item",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1774,
|
||||
"x": 1789,
|
||||
"y": 1669
|
||||
},
|
||||
"width": 100,
|
||||
|
|
@ -1830,7 +1830,7 @@
|
|||
"id": "finally.sequence.itemOutcome",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1914,
|
||||
"x": 1929,
|
||||
"y": 1669
|
||||
},
|
||||
"width": 137,
|
||||
|
|
@ -1871,7 +1871,7 @@
|
|||
"id": "finally.sequence.itemResponse",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2091,
|
||||
"x": 2106,
|
||||
"y": 1669
|
||||
},
|
||||
"width": 140,
|
||||
|
|
@ -1912,7 +1912,7 @@
|
|||
"id": "finally.sequence.itemResponse.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2155,
|
||||
"x": 2170,
|
||||
"y": 1795
|
||||
},
|
||||
"width": 12,
|
||||
|
|
@ -1952,7 +1952,7 @@
|
|||
"id": "finally.sequence.item.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1818,
|
||||
"x": 1833,
|
||||
"y": 1785
|
||||
},
|
||||
"width": 12,
|
||||
|
|
@ -1992,7 +1992,7 @@
|
|||
"id": "finally.sequence.item.a.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1814,
|
||||
"x": 1829,
|
||||
"y": 1795
|
||||
},
|
||||
"width": 20,
|
||||
|
|
@ -2032,7 +2032,7 @@
|
|||
"id": "finally.sequence.essayRubric.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1668,
|
||||
"x": 1683,
|
||||
"y": 1845
|
||||
},
|
||||
"width": 12,
|
||||
|
|
@ -2072,7 +2072,7 @@
|
|||
"id": "finally.sequence.essayRubric.a.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1664,
|
||||
"x": 1679,
|
||||
"y": 1855
|
||||
},
|
||||
"width": 20,
|
||||
|
|
@ -2112,7 +2112,7 @@
|
|||
"id": "finally.sequence.essayRubric.a.b.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1660,
|
||||
"x": 1675,
|
||||
"y": 1865
|
||||
},
|
||||
"width": 28,
|
||||
|
|
@ -2152,7 +2152,7 @@
|
|||
"id": "finally.sequence.concept.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1515,
|
||||
"x": 1530,
|
||||
"y": 1905
|
||||
},
|
||||
"width": 12,
|
||||
|
|
@ -2192,7 +2192,7 @@
|
|||
"id": "finally.sequence.concept.a.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1511,
|
||||
"x": 1526,
|
||||
"y": 1915
|
||||
},
|
||||
"width": 20,
|
||||
|
|
@ -2232,7 +2232,7 @@
|
|||
"id": "finally.sequence.concept.a.b.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1507,
|
||||
"x": 1522,
|
||||
"y": 1925
|
||||
},
|
||||
"width": 28,
|
||||
|
|
@ -2272,7 +2272,7 @@
|
|||
"id": "finally.sequence.concept.a.b.c.d",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1503,
|
||||
"x": 1518,
|
||||
"y": 1935
|
||||
},
|
||||
"width": 36,
|
||||
|
|
@ -2312,7 +2312,7 @@
|
|||
"id": "finally.sequence.itemOutcome.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1977,
|
||||
"x": 1992,
|
||||
"y": 2035
|
||||
},
|
||||
"width": 12,
|
||||
|
|
@ -2352,7 +2352,7 @@
|
|||
"id": "finally.sequence.itemOutcome.a.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1973,
|
||||
"x": 1988,
|
||||
"y": 2045
|
||||
},
|
||||
"width": 20,
|
||||
|
|
@ -2392,7 +2392,7 @@
|
|||
"id": "finally.sequence.itemOutcome.a.b.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1969,
|
||||
"x": 1984,
|
||||
"y": 2055
|
||||
},
|
||||
"width": 28,
|
||||
|
|
@ -2432,7 +2432,7 @@
|
|||
"id": "finally.sequence.itemOutcome.a.b.c.d",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1965,
|
||||
"x": 1980,
|
||||
"y": 2065
|
||||
},
|
||||
"width": 36,
|
||||
|
|
@ -2472,7 +2472,7 @@
|
|||
"id": "finally.sequence.itemOutcome.a.b.c.d.e",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1961,
|
||||
"x": 1976,
|
||||
"y": 2075
|
||||
},
|
||||
"width": 44,
|
||||
|
|
@ -2512,7 +2512,7 @@
|
|||
"id": "finally.sequence.scorer.abc",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1365,
|
||||
"x": 1380,
|
||||
"y": 2145
|
||||
},
|
||||
"width": 12,
|
||||
|
|
@ -2552,7 +2552,7 @@
|
|||
"id": "finally.sequence.itemResponse.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2155,
|
||||
"x": 2170,
|
||||
"y": 2285
|
||||
},
|
||||
"width": 12,
|
||||
|
|
@ -3793,11 +3793,11 @@
|
|||
"y": 1491
|
||||
},
|
||||
{
|
||||
"x": 1776.5,
|
||||
"x": 1791.5,
|
||||
"y": 1491
|
||||
},
|
||||
{
|
||||
"x": 1776.5,
|
||||
"x": 1791.5,
|
||||
"y": 1586
|
||||
}
|
||||
],
|
||||
|
|
@ -3841,19 +3841,19 @@
|
|||
"y": 160
|
||||
},
|
||||
{
|
||||
"x": 2050,
|
||||
"x": 2080,
|
||||
"y": 160
|
||||
},
|
||||
{
|
||||
"x": 2050,
|
||||
"x": 2080,
|
||||
"y": 1491
|
||||
},
|
||||
{
|
||||
"x": 1786.5,
|
||||
"x": 1801.5,
|
||||
"y": 1491
|
||||
},
|
||||
{
|
||||
"x": 1787,
|
||||
"x": 1802,
|
||||
"y": 1536
|
||||
}
|
||||
],
|
||||
|
|
@ -3889,11 +3889,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 2155.5,
|
||||
"x": 2170.5,
|
||||
"y": 1805
|
||||
},
|
||||
{
|
||||
"x": 1834.5,
|
||||
"x": 1849.5,
|
||||
"y": 1805
|
||||
}
|
||||
],
|
||||
|
|
@ -3929,11 +3929,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1814.5,
|
||||
"x": 1829.5,
|
||||
"y": 1875
|
||||
},
|
||||
{
|
||||
"x": 1688.5,
|
||||
"x": 1703.5,
|
||||
"y": 1875
|
||||
}
|
||||
],
|
||||
|
|
@ -3969,11 +3969,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1660.5,
|
||||
"x": 1675.5,
|
||||
"y": 1945
|
||||
},
|
||||
{
|
||||
"x": 1539.5,
|
||||
"x": 1554.5,
|
||||
"y": 1945
|
||||
}
|
||||
],
|
||||
|
|
@ -4009,11 +4009,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1818.5,
|
||||
"x": 1833.5,
|
||||
"y": 2015
|
||||
},
|
||||
{
|
||||
"x": 1684.5,
|
||||
"x": 1699.5,
|
||||
"y": 2015
|
||||
}
|
||||
],
|
||||
|
|
@ -4049,11 +4049,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1539.5,
|
||||
"x": 1554.5,
|
||||
"y": 2085
|
||||
},
|
||||
{
|
||||
"x": 1961,
|
||||
"x": 1976,
|
||||
"y": 2085
|
||||
}
|
||||
],
|
||||
|
|
@ -4089,11 +4089,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1377.5,
|
||||
"x": 1392.5,
|
||||
"y": 2155
|
||||
},
|
||||
{
|
||||
"x": 1818.5,
|
||||
"x": 1833.5,
|
||||
"y": 2155
|
||||
}
|
||||
],
|
||||
|
|
@ -4129,11 +4129,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1961,
|
||||
"x": 1976,
|
||||
"y": 2225
|
||||
},
|
||||
{
|
||||
"x": 1371.5,
|
||||
"x": 1386.5,
|
||||
"y": 2225
|
||||
}
|
||||
],
|
||||
|
|
@ -4169,11 +4169,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1371.5,
|
||||
"x": 1386.5,
|
||||
"y": 2295
|
||||
},
|
||||
{
|
||||
"x": 2155.5,
|
||||
"x": 2170.5,
|
||||
"y": 2295
|
||||
}
|
||||
],
|
||||
|
|
@ -4689,11 +4689,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1371.5,
|
||||
"x": 1386.5,
|
||||
"y": 1735
|
||||
},
|
||||
{
|
||||
"x": 1371.5,
|
||||
"x": 1386.5,
|
||||
"y": 2365
|
||||
}
|
||||
],
|
||||
|
|
@ -4729,11 +4729,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1521.5,
|
||||
"x": 1536.5,
|
||||
"y": 1735
|
||||
},
|
||||
{
|
||||
"x": 1521.5,
|
||||
"x": 1536.5,
|
||||
"y": 2365
|
||||
}
|
||||
],
|
||||
|
|
@ -4769,11 +4769,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1674.5,
|
||||
"x": 1689.5,
|
||||
"y": 1735
|
||||
},
|
||||
{
|
||||
"x": 1674.5,
|
||||
"x": 1689.5,
|
||||
"y": 2365
|
||||
}
|
||||
],
|
||||
|
|
@ -4809,11 +4809,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1824.5,
|
||||
"x": 1839.5,
|
||||
"y": 1735
|
||||
},
|
||||
{
|
||||
"x": 1824.5,
|
||||
"x": 1839.5,
|
||||
"y": 2365
|
||||
}
|
||||
],
|
||||
|
|
@ -4849,11 +4849,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1983,
|
||||
"x": 1998,
|
||||
"y": 1735
|
||||
},
|
||||
{
|
||||
"x": 1983,
|
||||
"x": 1998,
|
||||
"y": 2365
|
||||
}
|
||||
],
|
||||
|
|
@ -4889,11 +4889,11 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 2161.5,
|
||||
"x": 2176.5,
|
||||
"y": 1735
|
||||
},
|
||||
{
|
||||
"x": 2161.5,
|
||||
"x": 2176.5,
|
||||
"y": 2365
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 830 KiB After Width: | Height: | Size: 830 KiB |
960
e2etests/testdata/stable/us_map/elk/board.exp.json
generated
vendored
154
e2etests/testdata/stable/us_map/elk/sketch.exp.svg
vendored
|
Before Width: | Height: | Size: 375 KiB After Width: | Height: | Size: 376 KiB |