d2sequence: increase distance between label and endpoints
|
|
@ -2,6 +2,7 @@ package d2sequence
|
||||||
|
|
||||||
// units of space on the left/right when computing the space required between actors
|
// units of space on the left/right when computing the space required between actors
|
||||||
const HORIZONTAL_PAD = 40.
|
const HORIZONTAL_PAD = 40.
|
||||||
|
const LABEL_HORIZONTAL_PAD = 60.
|
||||||
|
|
||||||
// units of space on the top/bottom when computing the space required between messages
|
// units of space on the top/bottom when computing the space required between messages
|
||||||
// TODO lower
|
// TODO lower
|
||||||
|
|
|
||||||
|
|
@ -184,7 +184,7 @@ func newSequenceDiagram(objects []*d2graph.Object, messages []*d2graph.Edge) (*s
|
||||||
if rankDiff != 0 {
|
if rankDiff != 0 {
|
||||||
distributedLabelWidth := float64(message.LabelDimensions.Width) / rankDiff
|
distributedLabelWidth := float64(message.LabelDimensions.Width) / rankDiff
|
||||||
for rank := go2.IntMin(sd.objectRank[message.Src], sd.objectRank[message.Dst]); rank <= go2.IntMax(sd.objectRank[message.Src], sd.objectRank[message.Dst])-1; rank++ {
|
for rank := go2.IntMin(sd.objectRank[message.Src], sd.objectRank[message.Dst]); rank <= go2.IntMax(sd.objectRank[message.Src], sd.objectRank[message.Dst])-1; rank++ {
|
||||||
sd.actorXStep[rank] = math.Max(sd.actorXStep[rank], distributedLabelWidth+HORIZONTAL_PAD)
|
sd.actorXStep[rank] = math.Max(sd.actorXStep[rank], distributedLabelWidth+LABEL_HORIZONTAL_PAD)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// self edge
|
// self edge
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 677 KiB After Width: | Height: | Size: 677 KiB |
278
e2etests/testdata/stable/nesting_power/dagre/board.exp.json
generated
vendored
|
|
@ -1280,7 +1280,7 @@
|
||||||
"x": 164,
|
"x": 164,
|
||||||
"y": 10
|
"y": 10
|
||||||
},
|
},
|
||||||
"width": 2509,
|
"width": 2519,
|
||||||
"height": 574,
|
"height": 574,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -1728,7 +1728,7 @@
|
||||||
"id": "center.callout",
|
"id": "center.callout",
|
||||||
"type": "callout",
|
"type": "callout",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2124,
|
"x": 2134,
|
||||||
"y": 51
|
"y": 51
|
||||||
},
|
},
|
||||||
"width": 95,
|
"width": 95,
|
||||||
|
|
@ -1769,7 +1769,7 @@
|
||||||
"id": "center.stored_data",
|
"id": "center.stored_data",
|
||||||
"type": "stored_data",
|
"type": "stored_data",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2096,
|
"x": 2106,
|
||||||
"y": 256
|
"y": 256
|
||||||
},
|
},
|
||||||
"width": 151,
|
"width": 151,
|
||||||
|
|
@ -1810,7 +1810,7 @@
|
||||||
"id": "center.person",
|
"id": "center.person",
|
||||||
"type": "person",
|
"type": "person",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2140,
|
"x": 2150,
|
||||||
"y": 462
|
"y": 462
|
||||||
},
|
},
|
||||||
"width": 63,
|
"width": 63,
|
||||||
|
|
@ -1851,7 +1851,7 @@
|
||||||
"id": "center.diamond",
|
"id": "center.diamond",
|
||||||
"type": "diamond",
|
"type": "diamond",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2299,
|
"x": 2309,
|
||||||
"y": 50
|
"y": 50
|
||||||
},
|
},
|
||||||
"width": 156,
|
"width": 156,
|
||||||
|
|
@ -1892,7 +1892,7 @@
|
||||||
"id": "center.oval",
|
"id": "center.oval",
|
||||||
"type": "oval",
|
"type": "oval",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2328,
|
"x": 2338,
|
||||||
"y": 254
|
"y": 254
|
||||||
},
|
},
|
||||||
"width": 97,
|
"width": 97,
|
||||||
|
|
@ -1933,7 +1933,7 @@
|
||||||
"id": "center.circle",
|
"id": "center.circle",
|
||||||
"type": "oval",
|
"type": "oval",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2325,
|
"x": 2335,
|
||||||
"y": 444
|
"y": 444
|
||||||
},
|
},
|
||||||
"width": 103,
|
"width": 103,
|
||||||
|
|
@ -1974,7 +1974,7 @@
|
||||||
"id": "center.hexagon",
|
"id": "center.hexagon",
|
||||||
"type": "hexagon",
|
"type": "hexagon",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2505,
|
"x": 2515,
|
||||||
"y": 255
|
"y": 255
|
||||||
},
|
},
|
||||||
"width": 128,
|
"width": 128,
|
||||||
|
|
@ -2015,7 +2015,7 @@
|
||||||
"id": "center.cloud",
|
"id": "center.cloud",
|
||||||
"type": "cloud",
|
"type": "cloud",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2517,
|
"x": 2527,
|
||||||
"y": 453
|
"y": 453
|
||||||
},
|
},
|
||||||
"width": 104,
|
"width": 104,
|
||||||
|
|
@ -2917,7 +2917,7 @@
|
||||||
"id": "r",
|
"id": "r",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3634,
|
"x": 3654,
|
||||||
"y": 1141
|
"y": 1141
|
||||||
},
|
},
|
||||||
"width": 733,
|
"width": 733,
|
||||||
|
|
@ -2958,7 +2958,7 @@
|
||||||
"id": "r.is",
|
"id": "r.is",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3694,
|
"x": 3714,
|
||||||
"y": 1201
|
"y": 1201
|
||||||
},
|
},
|
||||||
"width": 57,
|
"width": 57,
|
||||||
|
|
@ -2999,7 +2999,7 @@
|
||||||
"id": "r.constant",
|
"id": "r.constant",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3791,
|
"x": 3811,
|
||||||
"y": 1237
|
"y": 1237
|
||||||
},
|
},
|
||||||
"width": 137,
|
"width": 137,
|
||||||
|
|
@ -3040,7 +3040,7 @@
|
||||||
"id": "r.constant.n",
|
"id": "r.constant.n",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3821,
|
"x": 3841,
|
||||||
"y": 1267
|
"y": 1267
|
||||||
},
|
},
|
||||||
"width": 77,
|
"width": 77,
|
||||||
|
|
@ -3081,7 +3081,7 @@
|
||||||
"id": "r.and",
|
"id": "r.and",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3968,
|
"x": 3988,
|
||||||
"y": 1201
|
"y": 1201
|
||||||
},
|
},
|
||||||
"width": 72,
|
"width": 72,
|
||||||
|
|
@ -3122,7 +3122,7 @@
|
||||||
"id": "r.also",
|
"id": "r.also",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 4080,
|
"x": 4100,
|
||||||
"y": 1237
|
"y": 1237
|
||||||
},
|
},
|
||||||
"width": 113,
|
"width": 113,
|
||||||
|
|
@ -3163,7 +3163,7 @@
|
||||||
"id": "r.also.a",
|
"id": "r.also.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 4110,
|
"x": 4130,
|
||||||
"y": 1267
|
"y": 1267
|
||||||
},
|
},
|
||||||
"width": 53,
|
"width": 53,
|
||||||
|
|
@ -3204,7 +3204,7 @@
|
||||||
"id": "r.grid",
|
"id": "r.grid",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 4233,
|
"x": 4253,
|
||||||
"y": 1201
|
"y": 1201
|
||||||
},
|
},
|
||||||
"width": 74,
|
"width": 74,
|
||||||
|
|
@ -4215,7 +4215,7 @@
|
||||||
"x": 1613,
|
"x": 1613,
|
||||||
"y": 725
|
"y": 725
|
||||||
},
|
},
|
||||||
"width": 2001,
|
"width": 2021,
|
||||||
"height": 1870,
|
"height": 1870,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -4256,7 +4256,7 @@
|
||||||
"x": 1673,
|
"x": 1673,
|
||||||
"y": 785
|
"y": 785
|
||||||
},
|
},
|
||||||
"width": 1881,
|
"width": 1901,
|
||||||
"height": 201,
|
"height": 201,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -4379,7 +4379,7 @@
|
||||||
"x": 1673,
|
"x": 1673,
|
||||||
"y": 1062
|
"y": 1062
|
||||||
},
|
},
|
||||||
"width": 1881,
|
"width": 1901,
|
||||||
"height": 1473,
|
"height": 1473,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -4420,7 +4420,7 @@
|
||||||
"x": 1703,
|
"x": 1703,
|
||||||
"y": 1373
|
"y": 1373
|
||||||
},
|
},
|
||||||
"width": 777,
|
"width": 797,
|
||||||
"height": 916,
|
"height": 916,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -4458,7 +4458,7 @@
|
||||||
"id": "more.container.a_shape",
|
"id": "more.container.a_shape",
|
||||||
"type": "oval",
|
"type": "oval",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2494,
|
"x": 2509,
|
||||||
"y": 1092
|
"y": 1092
|
||||||
},
|
},
|
||||||
"width": 131,
|
"width": 131,
|
||||||
|
|
@ -4863,7 +4863,7 @@
|
||||||
"id": "more.container.a_sequence.concept",
|
"id": "more.container.a_sequence.concept",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2368,
|
"x": 2388,
|
||||||
"y": 1451
|
"y": 1451
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -4904,7 +4904,7 @@
|
||||||
"id": "more.container.a_sequence.concept.t",
|
"id": "more.container.a_sequence.concept.t",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2412,
|
"x": 2432,
|
||||||
"y": 2107
|
"y": 2107
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -4944,7 +4944,7 @@
|
||||||
"id": "more.container.sequence",
|
"id": "more.container.sequence",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2503,
|
"x": 2518,
|
||||||
"y": 2439
|
"y": 2439
|
||||||
},
|
},
|
||||||
"width": 112,
|
"width": 112,
|
||||||
|
|
@ -4985,7 +4985,7 @@
|
||||||
"id": "more.container.finally",
|
"id": "more.container.finally",
|
||||||
"type": "queue",
|
"type": "queue",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2520,
|
"x": 2540,
|
||||||
"y": 1323
|
"y": 1323
|
||||||
},
|
},
|
||||||
"width": 1014,
|
"width": 1014,
|
||||||
|
|
@ -5026,7 +5026,7 @@
|
||||||
"id": "more.container.finally.sequence",
|
"id": "more.container.finally.sequence",
|
||||||
"type": "sequence_diagram",
|
"type": "sequence_diagram",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2560,
|
"x": 2580,
|
||||||
"y": 1441
|
"y": 1441
|
||||||
},
|
},
|
||||||
"width": 934,
|
"width": 934,
|
||||||
|
|
@ -5067,7 +5067,7 @@
|
||||||
"id": "more.container.finally.sequence.scorer",
|
"id": "more.container.finally.sequence.scorer",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2572,
|
"x": 2592,
|
||||||
"y": 1514
|
"y": 1514
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -5108,7 +5108,7 @@
|
||||||
"id": "more.container.finally.sequence.concept",
|
"id": "more.container.finally.sequence.concept",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2722,
|
"x": 2742,
|
||||||
"y": 1514
|
"y": 1514
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -5149,7 +5149,7 @@
|
||||||
"id": "more.container.finally.sequence.essayRubric",
|
"id": "more.container.finally.sequence.essayRubric",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2862,
|
"x": 2882,
|
||||||
"y": 1514
|
"y": 1514
|
||||||
},
|
},
|
||||||
"width": 126,
|
"width": 126,
|
||||||
|
|
@ -5190,7 +5190,7 @@
|
||||||
"id": "more.container.finally.sequence.item",
|
"id": "more.container.finally.sequence.item",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3025,
|
"x": 3045,
|
||||||
"y": 1514
|
"y": 1514
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -5231,7 +5231,7 @@
|
||||||
"id": "more.container.finally.sequence.itemOutcome",
|
"id": "more.container.finally.sequence.itemOutcome",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3165,
|
"x": 3185,
|
||||||
"y": 1514
|
"y": 1514
|
||||||
},
|
},
|
||||||
"width": 137,
|
"width": 137,
|
||||||
|
|
@ -5272,7 +5272,7 @@
|
||||||
"id": "more.container.finally.sequence.itemResponse",
|
"id": "more.container.finally.sequence.itemResponse",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3342,
|
"x": 3362,
|
||||||
"y": 1514
|
"y": 1514
|
||||||
},
|
},
|
||||||
"width": 140,
|
"width": 140,
|
||||||
|
|
@ -5313,7 +5313,7 @@
|
||||||
"id": "more.container.finally.sequence.itemResponse.a",
|
"id": "more.container.finally.sequence.itemResponse.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3406,
|
"x": 3426,
|
||||||
"y": 1640
|
"y": 1640
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -5353,7 +5353,7 @@
|
||||||
"id": "more.container.finally.sequence.item.a",
|
"id": "more.container.finally.sequence.item.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3069,
|
"x": 3089,
|
||||||
"y": 1630
|
"y": 1630
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -5393,7 +5393,7 @@
|
||||||
"id": "more.container.finally.sequence.item.a.b",
|
"id": "more.container.finally.sequence.item.a.b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3065,
|
"x": 3085,
|
||||||
"y": 1640
|
"y": 1640
|
||||||
},
|
},
|
||||||
"width": 20,
|
"width": 20,
|
||||||
|
|
@ -5433,7 +5433,7 @@
|
||||||
"id": "more.container.finally.sequence.essayRubric.a",
|
"id": "more.container.finally.sequence.essayRubric.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2919,
|
"x": 2939,
|
||||||
"y": 1690
|
"y": 1690
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -5473,7 +5473,7 @@
|
||||||
"id": "more.container.finally.sequence.essayRubric.a.b",
|
"id": "more.container.finally.sequence.essayRubric.a.b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2915,
|
"x": 2935,
|
||||||
"y": 1700
|
"y": 1700
|
||||||
},
|
},
|
||||||
"width": 20,
|
"width": 20,
|
||||||
|
|
@ -5513,7 +5513,7 @@
|
||||||
"id": "more.container.finally.sequence.essayRubric.a.b.c",
|
"id": "more.container.finally.sequence.essayRubric.a.b.c",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2911,
|
"x": 2931,
|
||||||
"y": 1710
|
"y": 1710
|
||||||
},
|
},
|
||||||
"width": 28,
|
"width": 28,
|
||||||
|
|
@ -5553,7 +5553,7 @@
|
||||||
"id": "more.container.finally.sequence.concept.a",
|
"id": "more.container.finally.sequence.concept.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2766,
|
"x": 2786,
|
||||||
"y": 1750
|
"y": 1750
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -5593,7 +5593,7 @@
|
||||||
"id": "more.container.finally.sequence.concept.a.b",
|
"id": "more.container.finally.sequence.concept.a.b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2762,
|
"x": 2782,
|
||||||
"y": 1760
|
"y": 1760
|
||||||
},
|
},
|
||||||
"width": 20,
|
"width": 20,
|
||||||
|
|
@ -5633,7 +5633,7 @@
|
||||||
"id": "more.container.finally.sequence.concept.a.b.c",
|
"id": "more.container.finally.sequence.concept.a.b.c",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2758,
|
"x": 2778,
|
||||||
"y": 1770
|
"y": 1770
|
||||||
},
|
},
|
||||||
"width": 28,
|
"width": 28,
|
||||||
|
|
@ -5673,7 +5673,7 @@
|
||||||
"id": "more.container.finally.sequence.concept.a.b.c.d",
|
"id": "more.container.finally.sequence.concept.a.b.c.d",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2754,
|
"x": 2774,
|
||||||
"y": 1780
|
"y": 1780
|
||||||
},
|
},
|
||||||
"width": 36,
|
"width": 36,
|
||||||
|
|
@ -5713,7 +5713,7 @@
|
||||||
"id": "more.container.finally.sequence.itemOutcome.a",
|
"id": "more.container.finally.sequence.itemOutcome.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3227,
|
"x": 3247,
|
||||||
"y": 1880
|
"y": 1880
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -5753,7 +5753,7 @@
|
||||||
"id": "more.container.finally.sequence.itemOutcome.a.b",
|
"id": "more.container.finally.sequence.itemOutcome.a.b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3223,
|
"x": 3243,
|
||||||
"y": 1890
|
"y": 1890
|
||||||
},
|
},
|
||||||
"width": 20,
|
"width": 20,
|
||||||
|
|
@ -5793,7 +5793,7 @@
|
||||||
"id": "more.container.finally.sequence.itemOutcome.a.b.c",
|
"id": "more.container.finally.sequence.itemOutcome.a.b.c",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3219,
|
"x": 3239,
|
||||||
"y": 1900
|
"y": 1900
|
||||||
},
|
},
|
||||||
"width": 28,
|
"width": 28,
|
||||||
|
|
@ -5833,7 +5833,7 @@
|
||||||
"id": "more.container.finally.sequence.itemOutcome.a.b.c.d",
|
"id": "more.container.finally.sequence.itemOutcome.a.b.c.d",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3215,
|
"x": 3235,
|
||||||
"y": 1910
|
"y": 1910
|
||||||
},
|
},
|
||||||
"width": 36,
|
"width": 36,
|
||||||
|
|
@ -5873,7 +5873,7 @@
|
||||||
"id": "more.container.finally.sequence.itemOutcome.a.b.c.d.e",
|
"id": "more.container.finally.sequence.itemOutcome.a.b.c.d.e",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3211,
|
"x": 3231,
|
||||||
"y": 1920
|
"y": 1920
|
||||||
},
|
},
|
||||||
"width": 44,
|
"width": 44,
|
||||||
|
|
@ -5913,7 +5913,7 @@
|
||||||
"id": "more.container.finally.sequence.scorer.abc",
|
"id": "more.container.finally.sequence.scorer.abc",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2616,
|
"x": 2636,
|
||||||
"y": 1990
|
"y": 1990
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -5953,7 +5953,7 @@
|
||||||
"id": "more.container.finally.sequence.itemResponse.c",
|
"id": "more.container.finally.sequence.itemResponse.c",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3406,
|
"x": 3426,
|
||||||
"y": 2130
|
"y": 2130
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -7530,19 +7530,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2171,
|
"x": 2181,
|
||||||
"y": 97
|
"y": 97
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2171.199951171875,
|
"x": 2181.199951171875,
|
||||||
"y": 173
|
"y": 173
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2171.199951171875,
|
"x": 2181.199951171875,
|
||||||
"y": 202.8000030517578
|
"y": 202.8000030517578
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2171,
|
"x": 2181,
|
||||||
"y": 246
|
"y": 246
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -7577,19 +7577,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2171,
|
"x": 2181,
|
||||||
"y": 322
|
"y": 322
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2171.199951171875,
|
"x": 2181.199951171875,
|
||||||
"y": 373.20001220703125
|
"y": 373.20001220703125
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2171.199951171875,
|
"x": 2181.199951171875,
|
||||||
"y": 399.6000061035156
|
"y": 399.6000061035156
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2171,
|
"x": 2181,
|
||||||
"y": 454
|
"y": 454
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -7624,19 +7624,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2377,
|
"x": 2387,
|
||||||
"y": 142
|
"y": 142
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2376.800048828125,
|
"x": 2386.800048828125,
|
||||||
"y": 182
|
"y": 182
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2376.800048828125,
|
"x": 2386.800048828125,
|
||||||
"y": 202.60000610351562
|
"y": 202.60000610351562
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2377,
|
"x": 2387,
|
||||||
"y": 245
|
"y": 245
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -7671,19 +7671,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2377,
|
"x": 2387,
|
||||||
"y": 324
|
"y": 324
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2376.800048828125,
|
"x": 2386.800048828125,
|
||||||
"y": 373.6000061035156
|
"y": 373.6000061035156
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2376.800048828125,
|
"x": 2386.800048828125,
|
||||||
"y": 395.79998779296875
|
"y": 395.79998779296875
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2377,
|
"x": 2387,
|
||||||
"y": 435
|
"y": 435
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -7718,19 +7718,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2569,
|
"x": 2579,
|
||||||
"y": 324
|
"y": 324
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2569.199951171875,
|
"x": 2579.199951171875,
|
||||||
"y": 373.6000061035156
|
"y": 373.6000061035156
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2569.199951171875,
|
"x": 2579.199951171875,
|
||||||
"y": 399
|
"y": 399
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2569,
|
"x": 2579,
|
||||||
"y": 451
|
"y": 451
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -8332,11 +8332,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3750.5,
|
"x": 3770.5,
|
||||||
"y": 1286
|
"y": 1286
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3821.5,
|
"x": 3841.5,
|
||||||
"y": 1295
|
"y": 1295
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -8373,11 +8373,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3898,
|
"x": 3918,
|
||||||
"y": 1295
|
"y": 1295
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3968,
|
"x": 3988,
|
||||||
"y": 1286
|
"y": 1286
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -8414,11 +8414,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 4039.5,
|
"x": 4059.5,
|
||||||
"y": 1287
|
"y": 1287
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 4110.5,
|
"x": 4130.5,
|
||||||
"y": 1296
|
"y": 1296
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -8455,11 +8455,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 4163,
|
"x": 4183,
|
||||||
"y": 1296
|
"y": 1296
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 4233,
|
"x": 4253,
|
||||||
"y": 1287
|
"y": 1287
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -8882,19 +8882,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2613.25,
|
"x": 2623.25,
|
||||||
"y": 583.5
|
"y": 583.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2613.25,
|
"x": 2623.25,
|
||||||
"y": 648.2999877929688
|
"y": 648.2999877929688
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2613.25,
|
"x": 2623.25,
|
||||||
"y": 676.7000122070312
|
"y": 676.7000122070312
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2613.25,
|
"x": 2623.25,
|
||||||
"y": 725.5
|
"y": 725.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -8971,11 +8971,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1957.5,
|
"x": 1958.5,
|
||||||
"y": 926
|
"y": 926
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2023.5,
|
"x": 2029.5,
|
||||||
"y": 1373
|
"y": 1373
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9241,7 +9241,7 @@
|
||||||
"y": 2117
|
"y": 2117
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2412,
|
"x": 2432,
|
||||||
"y": 2117
|
"y": 2117
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9313,19 +9313,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2496,
|
"x": 2511,
|
||||||
"y": 1173
|
"y": 1173
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2172.39990234375,
|
"x": 2183.39990234375,
|
||||||
"y": 1253
|
"y": 1253
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2091.5,
|
"x": 2101.5,
|
||||||
"y": 1333
|
"y": 1333
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2091.5,
|
"x": 2101.5,
|
||||||
"y": 1373
|
"y": 1373
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9360,19 +9360,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2091.5,
|
"x": 2101.5,
|
||||||
"y": 2289
|
"y": 2289
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2091.5,
|
"x": 2101.5,
|
||||||
"y": 2329
|
"y": 2329
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2173.89990234375,
|
"x": 2184.89990234375,
|
||||||
"y": 2403.60009765625
|
"y": 2403.60009765625
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2503.5,
|
"x": 2518.5,
|
||||||
"y": 2462
|
"y": 2462
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9407,19 +9407,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2623,
|
"x": 2638,
|
||||||
"y": 1174
|
"y": 1174
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2946.199951171875,
|
"x": 2965.199951171875,
|
||||||
"y": 1253.199951171875
|
"y": 1253.199951171875
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3027,
|
"x": 3047,
|
||||||
"y": 1276.800048828125
|
"y": 1276.800048828125
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3027,
|
"x": 3047,
|
||||||
"y": 1292
|
"y": 1292
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9454,20 +9454,20 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3027,
|
"x": 3047,
|
||||||
"y": 2339
|
"y": 2339
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3027,
|
"x": 3047,
|
||||||
"y": 2379
|
"y": 2379
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2944.64990234375,
|
"x": 2963.64990234375,
|
||||||
"y": 2403.612060546875
|
"y": 2403.633056640625
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2615.25,
|
"x": 2630.25,
|
||||||
"y": 2462.06298828125
|
"y": 2462.16796875
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"isCurve": true,
|
"isCurve": true,
|
||||||
|
|
@ -9501,11 +9501,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3406,
|
"x": 3426,
|
||||||
"y": 1650
|
"y": 1650
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3085,
|
"x": 3105,
|
||||||
"y": 1650
|
"y": 1650
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9539,11 +9539,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3065,
|
"x": 3085,
|
||||||
"y": 1720
|
"y": 1720
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2939,
|
"x": 2959,
|
||||||
"y": 1720
|
"y": 1720
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9577,11 +9577,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2911,
|
"x": 2931,
|
||||||
"y": 1790
|
"y": 1790
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2790,
|
"x": 2810,
|
||||||
"y": 1790
|
"y": 1790
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9615,11 +9615,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3069,
|
"x": 3089,
|
||||||
"y": 1860
|
"y": 1860
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2935,
|
"x": 2955,
|
||||||
"y": 1860
|
"y": 1860
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9653,11 +9653,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2790,
|
"x": 2810,
|
||||||
"y": 1930
|
"y": 1930
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3211.5,
|
"x": 3231.5,
|
||||||
"y": 1930
|
"y": 1930
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9691,11 +9691,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2628,
|
"x": 2648,
|
||||||
"y": 2000
|
"y": 2000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3069,
|
"x": 3089,
|
||||||
"y": 2000
|
"y": 2000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9729,11 +9729,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3211.5,
|
"x": 3231.5,
|
||||||
"y": 2070
|
"y": 2070
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2622,
|
"x": 2642,
|
||||||
"y": 2070
|
"y": 2070
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9767,11 +9767,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2622,
|
"x": 2642,
|
||||||
"y": 2140
|
"y": 2140
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3406,
|
"x": 3426,
|
||||||
"y": 2140
|
"y": 2140
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9809,7 +9809,7 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1703,
|
"x": 1703,
|
||||||
"y": 1912
|
"y": 1913
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 486,
|
"x": 486,
|
||||||
|
|
@ -10054,11 +10054,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2574,
|
"x": 2584,
|
||||||
"y": 537
|
"y": 537
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2602,
|
"x": 2612,
|
||||||
"y": 785
|
"y": 785
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10095,11 +10095,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2625,
|
"x": 2640,
|
||||||
"y": 1165
|
"y": 1164
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3694,
|
"x": 3714,
|
||||||
"y": 1279
|
"y": 1279
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10823,11 +10823,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2418,
|
"x": 2438,
|
||||||
"y": 1517
|
"y": 1517
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2418,
|
"x": 2438,
|
||||||
"y": 2277
|
"y": 2277
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10861,11 +10861,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2622,
|
"x": 2642,
|
||||||
"y": 1580
|
"y": 1580
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2622,
|
"x": 2642,
|
||||||
"y": 2210
|
"y": 2210
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10899,11 +10899,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2772,
|
"x": 2792,
|
||||||
"y": 1580
|
"y": 1580
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2772,
|
"x": 2792,
|
||||||
"y": 2210
|
"y": 2210
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10937,11 +10937,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2925,
|
"x": 2945,
|
||||||
"y": 1580
|
"y": 1580
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2925,
|
"x": 2945,
|
||||||
"y": 2210
|
"y": 2210
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10975,11 +10975,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3075,
|
"x": 3095,
|
||||||
"y": 1580
|
"y": 1580
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3075,
|
"x": 3095,
|
||||||
"y": 2210
|
"y": 2210
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -11013,11 +11013,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3233.5,
|
"x": 3253.5,
|
||||||
"y": 1580
|
"y": 1580
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3233.5,
|
"x": 3253.5,
|
||||||
"y": 2210
|
"y": 2210
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -11051,11 +11051,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3412,
|
"x": 3432,
|
||||||
"y": 1580
|
"y": 1580
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3412,
|
"x": 3432,
|
||||||
"y": 2210
|
"y": 2210
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
196
e2etests/testdata/stable/nesting_power/elk/board.exp.json
generated
vendored
|
|
@ -2917,7 +2917,7 @@
|
||||||
"id": "r",
|
"id": "r",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3614,
|
"x": 3634,
|
||||||
"y": 1108
|
"y": 1108
|
||||||
},
|
},
|
||||||
"width": 813,
|
"width": 813,
|
||||||
|
|
@ -2958,7 +2958,7 @@
|
||||||
"id": "r.is",
|
"id": "r.is",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3674,
|
"x": 3694,
|
||||||
"y": 1168
|
"y": 1168
|
||||||
},
|
},
|
||||||
"width": 57,
|
"width": 57,
|
||||||
|
|
@ -2999,7 +2999,7 @@
|
||||||
"id": "r.constant",
|
"id": "r.constant",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3771,
|
"x": 3791,
|
||||||
"y": 1168
|
"y": 1168
|
||||||
},
|
},
|
||||||
"width": 177,
|
"width": 177,
|
||||||
|
|
@ -3040,7 +3040,7 @@
|
||||||
"id": "r.constant.n",
|
"id": "r.constant.n",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3821,
|
"x": 3841,
|
||||||
"y": 1218
|
"y": 1218
|
||||||
},
|
},
|
||||||
"width": 77,
|
"width": 77,
|
||||||
|
|
@ -3081,7 +3081,7 @@
|
||||||
"id": "r.and",
|
"id": "r.and",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3988,
|
"x": 4008,
|
||||||
"y": 1168
|
"y": 1168
|
||||||
},
|
},
|
||||||
"width": 72,
|
"width": 72,
|
||||||
|
|
@ -3122,7 +3122,7 @@
|
||||||
"id": "r.also",
|
"id": "r.also",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 4100,
|
"x": 4120,
|
||||||
"y": 1168
|
"y": 1168
|
||||||
},
|
},
|
||||||
"width": 153,
|
"width": 153,
|
||||||
|
|
@ -3163,7 +3163,7 @@
|
||||||
"id": "r.also.a",
|
"id": "r.also.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 4150,
|
"x": 4170,
|
||||||
"y": 1218
|
"y": 1218
|
||||||
},
|
},
|
||||||
"width": 53,
|
"width": 53,
|
||||||
|
|
@ -3204,7 +3204,7 @@
|
||||||
"id": "r.grid",
|
"id": "r.grid",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 4293,
|
"x": 4313,
|
||||||
"y": 1168
|
"y": 1168
|
||||||
},
|
},
|
||||||
"width": 74,
|
"width": 74,
|
||||||
|
|
@ -4215,7 +4215,7 @@
|
||||||
"x": 1543,
|
"x": 1543,
|
||||||
"y": 757
|
"y": 757
|
||||||
},
|
},
|
||||||
"width": 2051,
|
"width": 2071,
|
||||||
"height": 1734,
|
"height": 1734,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -4256,7 +4256,7 @@
|
||||||
"x": 1603,
|
"x": 1603,
|
||||||
"y": 817
|
"y": 817
|
||||||
},
|
},
|
||||||
"width": 1931,
|
"width": 1951,
|
||||||
"height": 201,
|
"height": 201,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -4379,7 +4379,7 @@
|
||||||
"x": 1603,
|
"x": 1603,
|
||||||
"y": 1058
|
"y": 1058
|
||||||
},
|
},
|
||||||
"width": 1931,
|
"width": 1951,
|
||||||
"height": 1373,
|
"height": 1373,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -4420,7 +4420,7 @@
|
||||||
"x": 1653,
|
"x": 1653,
|
||||||
"y": 1319
|
"y": 1319
|
||||||
},
|
},
|
||||||
"width": 777,
|
"width": 797,
|
||||||
"height": 916,
|
"height": 916,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -4458,7 +4458,7 @@
|
||||||
"id": "more.container.a_shape",
|
"id": "more.container.a_shape",
|
||||||
"type": "oval",
|
"type": "oval",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2438,
|
"x": 2453,
|
||||||
"y": 1108
|
"y": 1108
|
||||||
},
|
},
|
||||||
"width": 131,
|
"width": 131,
|
||||||
|
|
@ -4863,7 +4863,7 @@
|
||||||
"id": "more.container.a_sequence.concept",
|
"id": "more.container.a_sequence.concept",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2318,
|
"x": 2338,
|
||||||
"y": 1397
|
"y": 1397
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -4904,7 +4904,7 @@
|
||||||
"id": "more.container.a_sequence.concept.t",
|
"id": "more.container.a_sequence.concept.t",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2362,
|
"x": 2382,
|
||||||
"y": 2053
|
"y": 2053
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -4944,7 +4944,7 @@
|
||||||
"id": "more.container.sequence",
|
"id": "more.container.sequence",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2448,
|
"x": 2463,
|
||||||
"y": 2315
|
"y": 2315
|
||||||
},
|
},
|
||||||
"width": 112,
|
"width": 112,
|
||||||
|
|
@ -4985,7 +4985,7 @@
|
||||||
"id": "more.container.finally",
|
"id": "more.container.finally",
|
||||||
"type": "queue",
|
"type": "queue",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2450,
|
"x": 2470,
|
||||||
"y": 1336
|
"y": 1336
|
||||||
},
|
},
|
||||||
"width": 1034,
|
"width": 1034,
|
||||||
|
|
@ -5026,7 +5026,7 @@
|
||||||
"id": "more.container.finally.sequence",
|
"id": "more.container.finally.sequence",
|
||||||
"type": "sequence_diagram",
|
"type": "sequence_diagram",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2500,
|
"x": 2520,
|
||||||
"y": 1386
|
"y": 1386
|
||||||
},
|
},
|
||||||
"width": 934,
|
"width": 934,
|
||||||
|
|
@ -5067,7 +5067,7 @@
|
||||||
"id": "more.container.finally.sequence.scorer",
|
"id": "more.container.finally.sequence.scorer",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2512,
|
"x": 2532,
|
||||||
"y": 1459
|
"y": 1459
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -5108,7 +5108,7 @@
|
||||||
"id": "more.container.finally.sequence.concept",
|
"id": "more.container.finally.sequence.concept",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2662,
|
"x": 2682,
|
||||||
"y": 1459
|
"y": 1459
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -5149,7 +5149,7 @@
|
||||||
"id": "more.container.finally.sequence.essayRubric",
|
"id": "more.container.finally.sequence.essayRubric",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2802,
|
"x": 2822,
|
||||||
"y": 1459
|
"y": 1459
|
||||||
},
|
},
|
||||||
"width": 126,
|
"width": 126,
|
||||||
|
|
@ -5190,7 +5190,7 @@
|
||||||
"id": "more.container.finally.sequence.item",
|
"id": "more.container.finally.sequence.item",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2965,
|
"x": 2985,
|
||||||
"y": 1459
|
"y": 1459
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -5231,7 +5231,7 @@
|
||||||
"id": "more.container.finally.sequence.itemOutcome",
|
"id": "more.container.finally.sequence.itemOutcome",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3105,
|
"x": 3125,
|
||||||
"y": 1459
|
"y": 1459
|
||||||
},
|
},
|
||||||
"width": 137,
|
"width": 137,
|
||||||
|
|
@ -5272,7 +5272,7 @@
|
||||||
"id": "more.container.finally.sequence.itemResponse",
|
"id": "more.container.finally.sequence.itemResponse",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3282,
|
"x": 3302,
|
||||||
"y": 1459
|
"y": 1459
|
||||||
},
|
},
|
||||||
"width": 140,
|
"width": 140,
|
||||||
|
|
@ -5313,7 +5313,7 @@
|
||||||
"id": "more.container.finally.sequence.itemResponse.a",
|
"id": "more.container.finally.sequence.itemResponse.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3346,
|
"x": 3366,
|
||||||
"y": 1585
|
"y": 1585
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -5353,7 +5353,7 @@
|
||||||
"id": "more.container.finally.sequence.item.a",
|
"id": "more.container.finally.sequence.item.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3009,
|
"x": 3029,
|
||||||
"y": 1575
|
"y": 1575
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -5393,7 +5393,7 @@
|
||||||
"id": "more.container.finally.sequence.item.a.b",
|
"id": "more.container.finally.sequence.item.a.b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3005,
|
"x": 3025,
|
||||||
"y": 1585
|
"y": 1585
|
||||||
},
|
},
|
||||||
"width": 20,
|
"width": 20,
|
||||||
|
|
@ -5433,7 +5433,7 @@
|
||||||
"id": "more.container.finally.sequence.essayRubric.a",
|
"id": "more.container.finally.sequence.essayRubric.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2859,
|
"x": 2879,
|
||||||
"y": 1635
|
"y": 1635
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -5473,7 +5473,7 @@
|
||||||
"id": "more.container.finally.sequence.essayRubric.a.b",
|
"id": "more.container.finally.sequence.essayRubric.a.b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2855,
|
"x": 2875,
|
||||||
"y": 1645
|
"y": 1645
|
||||||
},
|
},
|
||||||
"width": 20,
|
"width": 20,
|
||||||
|
|
@ -5513,7 +5513,7 @@
|
||||||
"id": "more.container.finally.sequence.essayRubric.a.b.c",
|
"id": "more.container.finally.sequence.essayRubric.a.b.c",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2851,
|
"x": 2871,
|
||||||
"y": 1655
|
"y": 1655
|
||||||
},
|
},
|
||||||
"width": 28,
|
"width": 28,
|
||||||
|
|
@ -5553,7 +5553,7 @@
|
||||||
"id": "more.container.finally.sequence.concept.a",
|
"id": "more.container.finally.sequence.concept.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2706,
|
"x": 2726,
|
||||||
"y": 1695
|
"y": 1695
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -5593,7 +5593,7 @@
|
||||||
"id": "more.container.finally.sequence.concept.a.b",
|
"id": "more.container.finally.sequence.concept.a.b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2702,
|
"x": 2722,
|
||||||
"y": 1705
|
"y": 1705
|
||||||
},
|
},
|
||||||
"width": 20,
|
"width": 20,
|
||||||
|
|
@ -5633,7 +5633,7 @@
|
||||||
"id": "more.container.finally.sequence.concept.a.b.c",
|
"id": "more.container.finally.sequence.concept.a.b.c",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2698,
|
"x": 2718,
|
||||||
"y": 1715
|
"y": 1715
|
||||||
},
|
},
|
||||||
"width": 28,
|
"width": 28,
|
||||||
|
|
@ -5673,7 +5673,7 @@
|
||||||
"id": "more.container.finally.sequence.concept.a.b.c.d",
|
"id": "more.container.finally.sequence.concept.a.b.c.d",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2694,
|
"x": 2714,
|
||||||
"y": 1725
|
"y": 1725
|
||||||
},
|
},
|
||||||
"width": 36,
|
"width": 36,
|
||||||
|
|
@ -5713,7 +5713,7 @@
|
||||||
"id": "more.container.finally.sequence.itemOutcome.a",
|
"id": "more.container.finally.sequence.itemOutcome.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3167,
|
"x": 3187,
|
||||||
"y": 1825
|
"y": 1825
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -5753,7 +5753,7 @@
|
||||||
"id": "more.container.finally.sequence.itemOutcome.a.b",
|
"id": "more.container.finally.sequence.itemOutcome.a.b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3163,
|
"x": 3183,
|
||||||
"y": 1835
|
"y": 1835
|
||||||
},
|
},
|
||||||
"width": 20,
|
"width": 20,
|
||||||
|
|
@ -5793,7 +5793,7 @@
|
||||||
"id": "more.container.finally.sequence.itemOutcome.a.b.c",
|
"id": "more.container.finally.sequence.itemOutcome.a.b.c",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3159,
|
"x": 3179,
|
||||||
"y": 1845
|
"y": 1845
|
||||||
},
|
},
|
||||||
"width": 28,
|
"width": 28,
|
||||||
|
|
@ -5833,7 +5833,7 @@
|
||||||
"id": "more.container.finally.sequence.itemOutcome.a.b.c.d",
|
"id": "more.container.finally.sequence.itemOutcome.a.b.c.d",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3155,
|
"x": 3175,
|
||||||
"y": 1855
|
"y": 1855
|
||||||
},
|
},
|
||||||
"width": 36,
|
"width": 36,
|
||||||
|
|
@ -5873,7 +5873,7 @@
|
||||||
"id": "more.container.finally.sequence.itemOutcome.a.b.c.d.e",
|
"id": "more.container.finally.sequence.itemOutcome.a.b.c.d.e",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3151,
|
"x": 3171,
|
||||||
"y": 1865
|
"y": 1865
|
||||||
},
|
},
|
||||||
"width": 44,
|
"width": 44,
|
||||||
|
|
@ -5913,7 +5913,7 @@
|
||||||
"id": "more.container.finally.sequence.scorer.abc",
|
"id": "more.container.finally.sequence.scorer.abc",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2556,
|
"x": 2576,
|
||||||
"y": 1935
|
"y": 1935
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -5953,7 +5953,7 @@
|
||||||
"id": "more.container.finally.sequence.itemResponse.c",
|
"id": "more.container.finally.sequence.itemResponse.c",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3346,
|
"x": 3366,
|
||||||
"y": 2075
|
"y": 2075
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -8085,11 +8085,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3730.5,
|
"x": 3750.5,
|
||||||
"y": 1251.5
|
"y": 1251.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3821.5,
|
"x": 3841.5,
|
||||||
"y": 1251.5
|
"y": 1251.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -8126,11 +8126,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3898,
|
"x": 3918,
|
||||||
"y": 1251.5
|
"y": 1251.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3988,
|
"x": 4008,
|
||||||
"y": 1251.5
|
"y": 1251.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -8167,11 +8167,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 4059.5,
|
"x": 4079.5,
|
||||||
"y": 1251.5
|
"y": 1251.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 4150.5,
|
"x": 4170.5,
|
||||||
"y": 1251.5
|
"y": 1251.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -8208,11 +8208,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 4203,
|
"x": 4223,
|
||||||
"y": 1251.5
|
"y": 1251.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 4293,
|
"x": 4313,
|
||||||
"y": 1251.5
|
"y": 1251.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -8634,11 +8634,11 @@
|
||||||
"y": 626
|
"y": 626
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2568.5,
|
"x": 2578.5,
|
||||||
"y": 626
|
"y": 626
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2568.5,
|
"x": 2578.5,
|
||||||
"y": 757
|
"y": 757
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -8718,7 +8718,7 @@
|
||||||
"y": 958
|
"y": 958
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1956.5,
|
"x": 1960.5,
|
||||||
"y": 1319
|
"y": 1319
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -8984,7 +8984,7 @@
|
||||||
"y": 2063
|
"y": 2063
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2362,
|
"x": 2382,
|
||||||
"y": 2063
|
"y": 2063
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9056,19 +9056,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2482,
|
"x": 2497,
|
||||||
"y": 1235
|
"y": 1235
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2482.416015625,
|
"x": 2497.416015625,
|
||||||
"y": 1279
|
"y": 1279
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2041.5,
|
"x": 2051.5,
|
||||||
"y": 1279
|
"y": 1279
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2041.5,
|
"x": 2051.5,
|
||||||
"y": 1319
|
"y": 1319
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9102,19 +9102,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2041.5,
|
"x": 2051.5,
|
||||||
"y": 2235
|
"y": 2235
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2041.5,
|
"x": 2051.5,
|
||||||
"y": 2275
|
"y": 2275
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2485.5830078125,
|
"x": 2500.5830078125,
|
||||||
"y": 2275
|
"y": 2275
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2485.5830078125,
|
"x": 2500.5830078125,
|
||||||
"y": 2315
|
"y": 2315
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9148,11 +9148,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2526,
|
"x": 2541,
|
||||||
"y": 1235
|
"y": 1235
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2526,
|
"x": 2541,
|
||||||
"y": 1337
|
"y": 1337
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9186,11 +9186,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2523,
|
"x": 2538,
|
||||||
"y": 2218
|
"y": 2218
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2522.916015625,
|
"x": 2537.916015625,
|
||||||
"y": 2315
|
"y": 2315
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9224,11 +9224,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3346,
|
"x": 3366,
|
||||||
"y": 1595.5
|
"y": 1595.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3025,
|
"x": 3045,
|
||||||
"y": 1595.5
|
"y": 1595.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9262,11 +9262,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3005,
|
"x": 3025,
|
||||||
"y": 1665.5
|
"y": 1665.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2879,
|
"x": 2899,
|
||||||
"y": 1665.5
|
"y": 1665.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9300,11 +9300,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2851,
|
"x": 2871,
|
||||||
"y": 1735.5
|
"y": 1735.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2730,
|
"x": 2750,
|
||||||
"y": 1735.5
|
"y": 1735.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9338,11 +9338,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3009,
|
"x": 3029,
|
||||||
"y": 1805.5
|
"y": 1805.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2875,
|
"x": 2895,
|
||||||
"y": 1805.5
|
"y": 1805.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9376,11 +9376,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2730,
|
"x": 2750,
|
||||||
"y": 1875.5
|
"y": 1875.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3151.5,
|
"x": 3171.5,
|
||||||
"y": 1875.5
|
"y": 1875.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9414,11 +9414,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2568,
|
"x": 2588,
|
||||||
"y": 1945.5
|
"y": 1945.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3009,
|
"x": 3029,
|
||||||
"y": 1945.5
|
"y": 1945.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9452,11 +9452,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3151.5,
|
"x": 3171.5,
|
||||||
"y": 2015.5
|
"y": 2015.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2562,
|
"x": 2582,
|
||||||
"y": 2015.5
|
"y": 2015.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9490,11 +9490,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2562,
|
"x": 2582,
|
||||||
"y": 2085.5
|
"y": 2085.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3346,
|
"x": 3366,
|
||||||
"y": 2085.5
|
"y": 2085.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9781,7 +9781,7 @@
|
||||||
"y": 315
|
"y": 315
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2397,
|
"x": 2405,
|
||||||
"y": 817
|
"y": 817
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -9818,11 +9818,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2570,
|
"x": 2585,
|
||||||
"y": 1178
|
"y": 1178
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3674,
|
"x": 3694,
|
||||||
"y": 1250
|
"y": 1250
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10546,11 +10546,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2368,
|
"x": 2388,
|
||||||
"y": 1463
|
"y": 1463
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2368,
|
"x": 2388,
|
||||||
"y": 2223
|
"y": 2223
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10584,11 +10584,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2562,
|
"x": 2582,
|
||||||
"y": 1525.5
|
"y": 1525.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2562,
|
"x": 2582,
|
||||||
"y": 2155.5
|
"y": 2155.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10622,11 +10622,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2712,
|
"x": 2732,
|
||||||
"y": 1525.5
|
"y": 1525.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2712,
|
"x": 2732,
|
||||||
"y": 2155.5
|
"y": 2155.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10660,11 +10660,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2865,
|
"x": 2885,
|
||||||
"y": 1525.5
|
"y": 1525.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2865,
|
"x": 2885,
|
||||||
"y": 2155.5
|
"y": 2155.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10698,11 +10698,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3015,
|
"x": 3035,
|
||||||
"y": 1525.5
|
"y": 1525.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3015,
|
"x": 3035,
|
||||||
"y": 2155.5
|
"y": 2155.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10736,11 +10736,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3173.5,
|
"x": 3193.5,
|
||||||
"y": 1525.5
|
"y": 1525.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3173.5,
|
"x": 3193.5,
|
||||||
"y": 2155.5
|
"y": 2155.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -10774,11 +10774,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3352,
|
"x": 3372,
|
||||||
"y": 1525.5
|
"y": 1525.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3352,
|
"x": 3372,
|
||||||
"y": 2155.5
|
"y": 2155.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
46
e2etests/testdata/stable/sequence_diagram_actor_distance/dagre/board.exp.json
generated
vendored
|
|
@ -48,7 +48,7 @@
|
||||||
"id": "c",
|
"id": "c",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 580,
|
"x": 600,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 117,
|
"width": 117,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "d",
|
"id": "d",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1001,
|
"x": 1041,
|
||||||
"y": 212
|
"y": 212
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
"id": "e",
|
"id": "e",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1442,
|
"x": 1502,
|
||||||
"y": 212
|
"y": 212
|
||||||
},
|
},
|
||||||
"width": 120,
|
"width": 120,
|
||||||
|
|
@ -171,7 +171,7 @@
|
||||||
"id": "b",
|
"id": "b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1602,
|
"x": 1673,
|
||||||
"y": 212
|
"y": 212
|
||||||
},
|
},
|
||||||
"width": 103,
|
"width": 103,
|
||||||
|
|
@ -212,7 +212,7 @@
|
||||||
"id": "f",
|
"id": "f",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1745,
|
"x": 1816,
|
||||||
"y": 212
|
"y": 212
|
||||||
},
|
},
|
||||||
"width": 501,
|
"width": 501,
|
||||||
|
|
@ -280,7 +280,7 @@
|
||||||
"y": 358
|
"y": 358
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1653.5,
|
"x": 1724.5,
|
||||||
"y": 358
|
"y": 358
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -318,7 +318,7 @@
|
||||||
"y": 448
|
"y": 448
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1653.5,
|
"x": 1724.5,
|
||||||
"y": 448
|
"y": 448
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -352,11 +352,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 638.5,
|
"x": 658.5,
|
||||||
"y": 538
|
"y": 538
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1051,
|
"x": 1091,
|
||||||
"y": 538
|
"y": 538
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -394,7 +394,7 @@
|
||||||
"y": 628
|
"y": 628
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1051,
|
"x": 1091,
|
||||||
"y": 628
|
"y": 628
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -428,11 +428,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1051,
|
"x": 1091,
|
||||||
"y": 718
|
"y": 718
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1502,
|
"x": 1562,
|
||||||
"y": 718
|
"y": 718
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -470,7 +470,7 @@
|
||||||
"y": 798
|
"y": 798
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1995.5,
|
"x": 2066.5,
|
||||||
"y": 798
|
"y": 798
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -542,11 +542,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 638.5,
|
"x": 658.5,
|
||||||
"y": 278
|
"y": 278
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 638.5,
|
"x": 658.5,
|
||||||
"y": 868
|
"y": 868
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -580,11 +580,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1051,
|
"x": 1091,
|
||||||
"y": 278
|
"y": 278
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1051,
|
"x": 1091,
|
||||||
"y": 868
|
"y": 868
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -618,11 +618,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1502,
|
"x": 1562,
|
||||||
"y": 278
|
"y": 278
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1502,
|
"x": 1562,
|
||||||
"y": 868
|
"y": 868
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -656,11 +656,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1653.5,
|
"x": 1724.5,
|
||||||
"y": 278
|
"y": 278
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1653.5,
|
"x": 1724.5,
|
||||||
"y": 868
|
"y": 868
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -694,11 +694,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1995.5,
|
"x": 2066.5,
|
||||||
"y": 278
|
"y": 278
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1995.5,
|
"x": 2066.5,
|
||||||
"y": 868
|
"y": 868
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
46
e2etests/testdata/stable/sequence_diagram_actor_distance/elk/board.exp.json
generated
vendored
|
|
@ -48,7 +48,7 @@
|
||||||
"id": "c",
|
"id": "c",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 580,
|
"x": 600,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 117,
|
"width": 117,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "d",
|
"id": "d",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1001,
|
"x": 1041,
|
||||||
"y": 212
|
"y": 212
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
"id": "e",
|
"id": "e",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1442,
|
"x": 1502,
|
||||||
"y": 212
|
"y": 212
|
||||||
},
|
},
|
||||||
"width": 120,
|
"width": 120,
|
||||||
|
|
@ -171,7 +171,7 @@
|
||||||
"id": "b",
|
"id": "b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1602,
|
"x": 1673,
|
||||||
"y": 212
|
"y": 212
|
||||||
},
|
},
|
||||||
"width": 103,
|
"width": 103,
|
||||||
|
|
@ -212,7 +212,7 @@
|
||||||
"id": "f",
|
"id": "f",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1745,
|
"x": 1816,
|
||||||
"y": 212
|
"y": 212
|
||||||
},
|
},
|
||||||
"width": 501,
|
"width": 501,
|
||||||
|
|
@ -280,7 +280,7 @@
|
||||||
"y": 358
|
"y": 358
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1653.5,
|
"x": 1724.5,
|
||||||
"y": 358
|
"y": 358
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -318,7 +318,7 @@
|
||||||
"y": 448
|
"y": 448
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1653.5,
|
"x": 1724.5,
|
||||||
"y": 448
|
"y": 448
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -352,11 +352,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 638.5,
|
"x": 658.5,
|
||||||
"y": 538
|
"y": 538
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1051,
|
"x": 1091,
|
||||||
"y": 538
|
"y": 538
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -394,7 +394,7 @@
|
||||||
"y": 628
|
"y": 628
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1051,
|
"x": 1091,
|
||||||
"y": 628
|
"y": 628
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -428,11 +428,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1051,
|
"x": 1091,
|
||||||
"y": 718
|
"y": 718
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1502,
|
"x": 1562,
|
||||||
"y": 718
|
"y": 718
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -470,7 +470,7 @@
|
||||||
"y": 798
|
"y": 798
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1995.5,
|
"x": 2066.5,
|
||||||
"y": 798
|
"y": 798
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -542,11 +542,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 638.5,
|
"x": 658.5,
|
||||||
"y": 278
|
"y": 278
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 638.5,
|
"x": 658.5,
|
||||||
"y": 868
|
"y": 868
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -580,11 +580,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1051,
|
"x": 1091,
|
||||||
"y": 278
|
"y": 278
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1051,
|
"x": 1091,
|
||||||
"y": 868
|
"y": 868
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -618,11 +618,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1502,
|
"x": 1562,
|
||||||
"y": 278
|
"y": 278
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1502,
|
"x": 1562,
|
||||||
"y": 868
|
"y": 868
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -656,11 +656,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1653.5,
|
"x": 1724.5,
|
||||||
"y": 278
|
"y": 278
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1653.5,
|
"x": 1724.5,
|
||||||
"y": 868
|
"y": 868
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -694,11 +694,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1995.5,
|
"x": 2066.5,
|
||||||
"y": 278
|
"y": 278
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1995.5,
|
"x": 2066.5,
|
||||||
"y": 868
|
"y": 868
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
188
e2etests/testdata/stable/sequence_diagram_all_shapes/dagre/board.exp.json
generated
vendored
|
|
@ -48,7 +48,7 @@
|
||||||
"id": "b",
|
"id": "b",
|
||||||
"type": "oval",
|
"type": "oval",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 258,
|
"x": 278,
|
||||||
"y": 133
|
"y": 133
|
||||||
},
|
},
|
||||||
"width": 103,
|
"width": 103,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "c",
|
"id": "c",
|
||||||
"type": "class",
|
"type": "class",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 401,
|
"x": 421,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 302,
|
"width": 302,
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
"id": "d",
|
"id": "d",
|
||||||
"type": "cloud",
|
"type": "cloud",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 743,
|
"x": 763,
|
||||||
"y": 152
|
"y": 152
|
||||||
},
|
},
|
||||||
"width": 140,
|
"width": 140,
|
||||||
|
|
@ -186,7 +186,7 @@
|
||||||
"id": "e",
|
"id": "e",
|
||||||
"type": "code",
|
"type": "code",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 923,
|
"x": 943,
|
||||||
"y": 158
|
"y": 158
|
||||||
},
|
},
|
||||||
"width": 199,
|
"width": 199,
|
||||||
|
|
@ -227,7 +227,7 @@
|
||||||
"id": "f",
|
"id": "f",
|
||||||
"type": "cylinder",
|
"type": "cylinder",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1144,
|
"x": 1164,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -268,7 +268,7 @@
|
||||||
"id": "g",
|
"id": "g",
|
||||||
"type": "diamond",
|
"type": "diamond",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1294,
|
"x": 1314,
|
||||||
"y": 144
|
"y": 144
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -309,7 +309,7 @@
|
||||||
"id": "h",
|
"id": "h",
|
||||||
"type": "document",
|
"type": "document",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1444,
|
"x": 1464,
|
||||||
"y": 160
|
"y": 160
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -350,7 +350,7 @@
|
||||||
"id": "i",
|
"id": "i",
|
||||||
"type": "hexagon",
|
"type": "hexagon",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1584,
|
"x": 1604,
|
||||||
"y": 167
|
"y": 167
|
||||||
},
|
},
|
||||||
"width": 146,
|
"width": 146,
|
||||||
|
|
@ -391,7 +391,7 @@
|
||||||
"id": "j",
|
"id": "j",
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1770,
|
"x": 1790,
|
||||||
"y": 87
|
"y": 87
|
||||||
},
|
},
|
||||||
"width": 128,
|
"width": 128,
|
||||||
|
|
@ -444,7 +444,7 @@
|
||||||
"id": "k",
|
"id": "k",
|
||||||
"type": "oval",
|
"type": "oval",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1936,
|
"x": 1956,
|
||||||
"y": 163
|
"y": 163
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -485,7 +485,7 @@
|
||||||
"id": "l",
|
"id": "l",
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2086,
|
"x": 2106,
|
||||||
"y": 163
|
"y": 163
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -526,7 +526,7 @@
|
||||||
"id": "m",
|
"id": "m",
|
||||||
"type": "page",
|
"type": "page",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2230,
|
"x": 2250,
|
||||||
"y": 149
|
"y": 149
|
||||||
},
|
},
|
||||||
"width": 113,
|
"width": 113,
|
||||||
|
|
@ -567,7 +567,7 @@
|
||||||
"id": "n",
|
"id": "n",
|
||||||
"type": "parallelogram",
|
"type": "parallelogram",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2383,
|
"x": 2403,
|
||||||
"y": 154
|
"y": 154
|
||||||
},
|
},
|
||||||
"width": 169,
|
"width": 169,
|
||||||
|
|
@ -608,7 +608,7 @@
|
||||||
"id": "o",
|
"id": "o",
|
||||||
"type": "person",
|
"type": "person",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2572,
|
"x": 2592,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -649,7 +649,7 @@
|
||||||
"id": "p",
|
"id": "p",
|
||||||
"type": "queue",
|
"type": "queue",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2712,
|
"x": 2732,
|
||||||
"y": 170
|
"y": 170
|
||||||
},
|
},
|
||||||
"width": 151,
|
"width": 151,
|
||||||
|
|
@ -690,7 +690,7 @@
|
||||||
"id": "q",
|
"id": "q",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2903,
|
"x": 2923,
|
||||||
"y": 133
|
"y": 133
|
||||||
},
|
},
|
||||||
"width": 103,
|
"width": 103,
|
||||||
|
|
@ -731,7 +731,7 @@
|
||||||
"id": "r",
|
"id": "r",
|
||||||
"type": "step",
|
"type": "step",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3046,
|
"x": 3066,
|
||||||
"y": 135
|
"y": 135
|
||||||
},
|
},
|
||||||
"width": 187,
|
"width": 187,
|
||||||
|
|
@ -772,7 +772,7 @@
|
||||||
"id": "s",
|
"id": "s",
|
||||||
"type": "stored_data",
|
"type": "stored_data",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3271,
|
"x": 3291,
|
||||||
"y": 170
|
"y": 170
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -813,7 +813,7 @@
|
||||||
"id": "t",
|
"id": "t",
|
||||||
"type": "sql_table",
|
"type": "sql_table",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3411,
|
"x": 3431,
|
||||||
"y": 128
|
"y": 128
|
||||||
},
|
},
|
||||||
"width": 161,
|
"width": 161,
|
||||||
|
|
@ -941,7 +941,7 @@
|
||||||
"y": 316
|
"y": 316
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 309.5,
|
"x": 329.5,
|
||||||
"y": 316
|
"y": 316
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -999,11 +999,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 309.5,
|
"x": 329.5,
|
||||||
"y": 406
|
"y": 406
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 552,
|
"x": 572,
|
||||||
"y": 406
|
"y": 406
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1037,11 +1037,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 552,
|
"x": 572,
|
||||||
"y": 486
|
"y": 486
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 813,
|
"x": 833,
|
||||||
"y": 486
|
"y": 486
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1075,11 +1075,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 813,
|
"x": 833,
|
||||||
"y": 556
|
"y": 556
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1022.5,
|
"x": 1042.5,
|
||||||
"y": 556
|
"y": 556
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1113,11 +1113,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1022.5,
|
"x": 1042.5,
|
||||||
"y": 626
|
"y": 626
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1194,
|
"x": 1214,
|
||||||
"y": 626
|
"y": 626
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1151,11 +1151,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1194,
|
"x": 1214,
|
||||||
"y": 696
|
"y": 696
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1344,
|
"x": 1364,
|
||||||
"y": 696
|
"y": 696
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1189,11 +1189,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1344,
|
"x": 1364,
|
||||||
"y": 766
|
"y": 766
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1494,
|
"x": 1514,
|
||||||
"y": 766
|
"y": 766
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1227,11 +1227,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1494,
|
"x": 1514,
|
||||||
"y": 836
|
"y": 836
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1657,
|
"x": 1677,
|
||||||
"y": 836
|
"y": 836
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1265,11 +1265,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1657,
|
"x": 1677,
|
||||||
"y": 906
|
"y": 906
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1834,
|
"x": 1854,
|
||||||
"y": 906
|
"y": 906
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1303,11 +1303,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1834,
|
"x": 1854,
|
||||||
"y": 976
|
"y": 976
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1986,
|
"x": 2006,
|
||||||
"y": 976
|
"y": 976
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1341,11 +1341,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1986,
|
"x": 2006,
|
||||||
"y": 1046
|
"y": 1046
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2136,
|
"x": 2156,
|
||||||
"y": 1046
|
"y": 1046
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1379,11 +1379,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2136,
|
"x": 2156,
|
||||||
"y": 1116
|
"y": 1116
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2286.5,
|
"x": 2306.5,
|
||||||
"y": 1116
|
"y": 1116
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1417,11 +1417,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2286.5,
|
"x": 2306.5,
|
||||||
"y": 1186
|
"y": 1186
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2467.5,
|
"x": 2487.5,
|
||||||
"y": 1186
|
"y": 1186
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1455,11 +1455,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2467.5,
|
"x": 2487.5,
|
||||||
"y": 1256
|
"y": 1256
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2622,
|
"x": 2642,
|
||||||
"y": 1256
|
"y": 1256
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1493,11 +1493,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2622,
|
"x": 2642,
|
||||||
"y": 1326
|
"y": 1326
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2787.5,
|
"x": 2807.5,
|
||||||
"y": 1326
|
"y": 1326
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1531,11 +1531,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2787.5,
|
"x": 2807.5,
|
||||||
"y": 1396
|
"y": 1396
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2954.5,
|
"x": 2974.5,
|
||||||
"y": 1396
|
"y": 1396
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1569,11 +1569,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2954.5,
|
"x": 2974.5,
|
||||||
"y": 1466
|
"y": 1466
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3139.5,
|
"x": 3159.5,
|
||||||
"y": 1466
|
"y": 1466
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1607,11 +1607,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3139.5,
|
"x": 3159.5,
|
||||||
"y": 1536
|
"y": 1536
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3321,
|
"x": 3341,
|
||||||
"y": 1536
|
"y": 1536
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1645,11 +1645,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3321,
|
"x": 3341,
|
||||||
"y": 1606
|
"y": 1606
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3491.5,
|
"x": 3511.5,
|
||||||
"y": 1606
|
"y": 1606
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1721,11 +1721,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 309.5,
|
"x": 329.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 309.5,
|
"x": 329.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1759,11 +1759,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 552,
|
"x": 572,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 552,
|
"x": 572,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1797,11 +1797,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 813,
|
"x": 833,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 813,
|
"x": 833,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1835,11 +1835,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1022.5,
|
"x": 1042.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1022.5,
|
"x": 1042.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1873,11 +1873,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1194,
|
"x": 1214,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1194,
|
"x": 1214,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1911,11 +1911,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1344,
|
"x": 1364,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1344,
|
"x": 1364,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1949,11 +1949,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1494,
|
"x": 1514,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1494,
|
"x": 1514,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1987,11 +1987,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1657,
|
"x": 1677,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1657,
|
"x": 1677,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2025,11 +2025,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1834,
|
"x": 1854,
|
||||||
"y": 241
|
"y": 241
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1834,
|
"x": 1854,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2063,11 +2063,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1986,
|
"x": 2006,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1986,
|
"x": 2006,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2101,11 +2101,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2136,
|
"x": 2156,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2136,
|
"x": 2156,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2139,11 +2139,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2286.5,
|
"x": 2306.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2286.5,
|
"x": 2306.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2177,11 +2177,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2467.5,
|
"x": 2487.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2467.5,
|
"x": 2487.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2215,11 +2215,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2622,
|
"x": 2642,
|
||||||
"y": 241
|
"y": 241
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2622,
|
"x": 2642,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2253,11 +2253,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2787.5,
|
"x": 2807.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2787.5,
|
"x": 2807.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2291,11 +2291,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2954.5,
|
"x": 2974.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2954.5,
|
"x": 2974.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2329,11 +2329,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3139.5,
|
"x": 3159.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3139.5,
|
"x": 3159.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2367,11 +2367,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3321,
|
"x": 3341,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3321,
|
"x": 3341,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2405,11 +2405,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3491.5,
|
"x": 3511.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3491.5,
|
"x": 3511.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
188
e2etests/testdata/stable/sequence_diagram_all_shapes/elk/board.exp.json
generated
vendored
|
|
@ -48,7 +48,7 @@
|
||||||
"id": "b",
|
"id": "b",
|
||||||
"type": "oval",
|
"type": "oval",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 258,
|
"x": 278,
|
||||||
"y": 133
|
"y": 133
|
||||||
},
|
},
|
||||||
"width": 103,
|
"width": 103,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "c",
|
"id": "c",
|
||||||
"type": "class",
|
"type": "class",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 401,
|
"x": 421,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 302,
|
"width": 302,
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
"id": "d",
|
"id": "d",
|
||||||
"type": "cloud",
|
"type": "cloud",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 743,
|
"x": 763,
|
||||||
"y": 152
|
"y": 152
|
||||||
},
|
},
|
||||||
"width": 140,
|
"width": 140,
|
||||||
|
|
@ -186,7 +186,7 @@
|
||||||
"id": "e",
|
"id": "e",
|
||||||
"type": "code",
|
"type": "code",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 923,
|
"x": 943,
|
||||||
"y": 158
|
"y": 158
|
||||||
},
|
},
|
||||||
"width": 199,
|
"width": 199,
|
||||||
|
|
@ -227,7 +227,7 @@
|
||||||
"id": "f",
|
"id": "f",
|
||||||
"type": "cylinder",
|
"type": "cylinder",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1144,
|
"x": 1164,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -268,7 +268,7 @@
|
||||||
"id": "g",
|
"id": "g",
|
||||||
"type": "diamond",
|
"type": "diamond",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1294,
|
"x": 1314,
|
||||||
"y": 144
|
"y": 144
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -309,7 +309,7 @@
|
||||||
"id": "h",
|
"id": "h",
|
||||||
"type": "document",
|
"type": "document",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1444,
|
"x": 1464,
|
||||||
"y": 160
|
"y": 160
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -350,7 +350,7 @@
|
||||||
"id": "i",
|
"id": "i",
|
||||||
"type": "hexagon",
|
"type": "hexagon",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1584,
|
"x": 1604,
|
||||||
"y": 167
|
"y": 167
|
||||||
},
|
},
|
||||||
"width": 146,
|
"width": 146,
|
||||||
|
|
@ -391,7 +391,7 @@
|
||||||
"id": "j",
|
"id": "j",
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1770,
|
"x": 1790,
|
||||||
"y": 87
|
"y": 87
|
||||||
},
|
},
|
||||||
"width": 128,
|
"width": 128,
|
||||||
|
|
@ -444,7 +444,7 @@
|
||||||
"id": "k",
|
"id": "k",
|
||||||
"type": "oval",
|
"type": "oval",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1936,
|
"x": 1956,
|
||||||
"y": 163
|
"y": 163
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -485,7 +485,7 @@
|
||||||
"id": "l",
|
"id": "l",
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2086,
|
"x": 2106,
|
||||||
"y": 163
|
"y": 163
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -526,7 +526,7 @@
|
||||||
"id": "m",
|
"id": "m",
|
||||||
"type": "page",
|
"type": "page",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2230,
|
"x": 2250,
|
||||||
"y": 149
|
"y": 149
|
||||||
},
|
},
|
||||||
"width": 113,
|
"width": 113,
|
||||||
|
|
@ -567,7 +567,7 @@
|
||||||
"id": "n",
|
"id": "n",
|
||||||
"type": "parallelogram",
|
"type": "parallelogram",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2383,
|
"x": 2403,
|
||||||
"y": 154
|
"y": 154
|
||||||
},
|
},
|
||||||
"width": 169,
|
"width": 169,
|
||||||
|
|
@ -608,7 +608,7 @@
|
||||||
"id": "o",
|
"id": "o",
|
||||||
"type": "person",
|
"type": "person",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2572,
|
"x": 2592,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -649,7 +649,7 @@
|
||||||
"id": "p",
|
"id": "p",
|
||||||
"type": "queue",
|
"type": "queue",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2712,
|
"x": 2732,
|
||||||
"y": 170
|
"y": 170
|
||||||
},
|
},
|
||||||
"width": 151,
|
"width": 151,
|
||||||
|
|
@ -690,7 +690,7 @@
|
||||||
"id": "q",
|
"id": "q",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 2903,
|
"x": 2923,
|
||||||
"y": 133
|
"y": 133
|
||||||
},
|
},
|
||||||
"width": 103,
|
"width": 103,
|
||||||
|
|
@ -731,7 +731,7 @@
|
||||||
"id": "r",
|
"id": "r",
|
||||||
"type": "step",
|
"type": "step",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3046,
|
"x": 3066,
|
||||||
"y": 135
|
"y": 135
|
||||||
},
|
},
|
||||||
"width": 187,
|
"width": 187,
|
||||||
|
|
@ -772,7 +772,7 @@
|
||||||
"id": "s",
|
"id": "s",
|
||||||
"type": "stored_data",
|
"type": "stored_data",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3271,
|
"x": 3291,
|
||||||
"y": 170
|
"y": 170
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -813,7 +813,7 @@
|
||||||
"id": "t",
|
"id": "t",
|
||||||
"type": "sql_table",
|
"type": "sql_table",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 3411,
|
"x": 3431,
|
||||||
"y": 128
|
"y": 128
|
||||||
},
|
},
|
||||||
"width": 161,
|
"width": 161,
|
||||||
|
|
@ -941,7 +941,7 @@
|
||||||
"y": 316
|
"y": 316
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 309.5,
|
"x": 329.5,
|
||||||
"y": 316
|
"y": 316
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -999,11 +999,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 309.5,
|
"x": 329.5,
|
||||||
"y": 406
|
"y": 406
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 552,
|
"x": 572,
|
||||||
"y": 406
|
"y": 406
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1037,11 +1037,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 552,
|
"x": 572,
|
||||||
"y": 486
|
"y": 486
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 813,
|
"x": 833,
|
||||||
"y": 486
|
"y": 486
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1075,11 +1075,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 813,
|
"x": 833,
|
||||||
"y": 556
|
"y": 556
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1022.5,
|
"x": 1042.5,
|
||||||
"y": 556
|
"y": 556
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1113,11 +1113,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1022.5,
|
"x": 1042.5,
|
||||||
"y": 626
|
"y": 626
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1194,
|
"x": 1214,
|
||||||
"y": 626
|
"y": 626
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1151,11 +1151,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1194,
|
"x": 1214,
|
||||||
"y": 696
|
"y": 696
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1344,
|
"x": 1364,
|
||||||
"y": 696
|
"y": 696
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1189,11 +1189,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1344,
|
"x": 1364,
|
||||||
"y": 766
|
"y": 766
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1494,
|
"x": 1514,
|
||||||
"y": 766
|
"y": 766
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1227,11 +1227,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1494,
|
"x": 1514,
|
||||||
"y": 836
|
"y": 836
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1657,
|
"x": 1677,
|
||||||
"y": 836
|
"y": 836
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1265,11 +1265,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1657,
|
"x": 1677,
|
||||||
"y": 906
|
"y": 906
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1834,
|
"x": 1854,
|
||||||
"y": 906
|
"y": 906
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1303,11 +1303,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1834,
|
"x": 1854,
|
||||||
"y": 976
|
"y": 976
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1986,
|
"x": 2006,
|
||||||
"y": 976
|
"y": 976
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1341,11 +1341,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1986,
|
"x": 2006,
|
||||||
"y": 1046
|
"y": 1046
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2136,
|
"x": 2156,
|
||||||
"y": 1046
|
"y": 1046
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1379,11 +1379,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2136,
|
"x": 2156,
|
||||||
"y": 1116
|
"y": 1116
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2286.5,
|
"x": 2306.5,
|
||||||
"y": 1116
|
"y": 1116
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1417,11 +1417,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2286.5,
|
"x": 2306.5,
|
||||||
"y": 1186
|
"y": 1186
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2467.5,
|
"x": 2487.5,
|
||||||
"y": 1186
|
"y": 1186
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1455,11 +1455,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2467.5,
|
"x": 2487.5,
|
||||||
"y": 1256
|
"y": 1256
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2622,
|
"x": 2642,
|
||||||
"y": 1256
|
"y": 1256
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1493,11 +1493,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2622,
|
"x": 2642,
|
||||||
"y": 1326
|
"y": 1326
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2787.5,
|
"x": 2807.5,
|
||||||
"y": 1326
|
"y": 1326
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1531,11 +1531,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2787.5,
|
"x": 2807.5,
|
||||||
"y": 1396
|
"y": 1396
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2954.5,
|
"x": 2974.5,
|
||||||
"y": 1396
|
"y": 1396
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1569,11 +1569,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2954.5,
|
"x": 2974.5,
|
||||||
"y": 1466
|
"y": 1466
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3139.5,
|
"x": 3159.5,
|
||||||
"y": 1466
|
"y": 1466
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1607,11 +1607,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3139.5,
|
"x": 3159.5,
|
||||||
"y": 1536
|
"y": 1536
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3321,
|
"x": 3341,
|
||||||
"y": 1536
|
"y": 1536
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1645,11 +1645,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3321,
|
"x": 3341,
|
||||||
"y": 1606
|
"y": 1606
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3491.5,
|
"x": 3511.5,
|
||||||
"y": 1606
|
"y": 1606
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1721,11 +1721,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 309.5,
|
"x": 329.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 309.5,
|
"x": 329.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1759,11 +1759,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 552,
|
"x": 572,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 552,
|
"x": 572,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1797,11 +1797,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 813,
|
"x": 833,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 813,
|
"x": 833,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1835,11 +1835,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1022.5,
|
"x": 1042.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1022.5,
|
"x": 1042.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1873,11 +1873,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1194,
|
"x": 1214,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1194,
|
"x": 1214,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1911,11 +1911,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1344,
|
"x": 1364,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1344,
|
"x": 1364,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1949,11 +1949,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1494,
|
"x": 1514,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1494,
|
"x": 1514,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1987,11 +1987,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1657,
|
"x": 1677,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1657,
|
"x": 1677,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2025,11 +2025,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1834,
|
"x": 1854,
|
||||||
"y": 241
|
"y": 241
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1834,
|
"x": 1854,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2063,11 +2063,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1986,
|
"x": 2006,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1986,
|
"x": 2006,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2101,11 +2101,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2136,
|
"x": 2156,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2136,
|
"x": 2156,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2139,11 +2139,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2286.5,
|
"x": 2306.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2286.5,
|
"x": 2306.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2177,11 +2177,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2467.5,
|
"x": 2487.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2467.5,
|
"x": 2487.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2215,11 +2215,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2622,
|
"x": 2642,
|
||||||
"y": 241
|
"y": 241
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2622,
|
"x": 2642,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2253,11 +2253,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2787.5,
|
"x": 2807.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2787.5,
|
"x": 2807.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2291,11 +2291,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 2954.5,
|
"x": 2974.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 2954.5,
|
"x": 2974.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2329,11 +2329,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3139.5,
|
"x": 3159.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3139.5,
|
"x": 3159.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2367,11 +2367,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3321,
|
"x": 3341,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3321,
|
"x": 3341,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -2405,11 +2405,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 3491.5,
|
"x": 3511.5,
|
||||||
"y": 236
|
"y": 236
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 3491.5,
|
"x": 3511.5,
|
||||||
"y": 1676
|
"y": 1676
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
10
e2etests/testdata/stable/sequence_diagram_distance/dagre/board.exp.json
generated
vendored
|
|
@ -48,7 +48,7 @@
|
||||||
"id": "bob",
|
"id": "bob",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 404,
|
"x": 424,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -116,7 +116,7 @@
|
||||||
"y": 198
|
"y": 198
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 454,
|
"x": 474,
|
||||||
"y": 198
|
"y": 198
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -150,7 +150,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 454,
|
"x": 474,
|
||||||
"y": 288
|
"y": 288
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -226,11 +226,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 454,
|
"x": 474,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 454,
|
"x": 474,
|
||||||
"y": 358
|
"y": 358
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,16 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d2Version="v0.6.6-HEAD" preserveAspectRatio="xMinYMin meet" viewBox="0 0 494 308"><svg id="d2-svg" class="d2-2527902858" width="494" height="308" viewBox="11 51 494 308"><rect x="11.000000" y="51.000000" width="494.000000" height="308.000000" rx="0.000000" class=" fill-N7" stroke-width="0" /><style type="text/css"><![CDATA[
|
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d2Version="v0.6.6-HEAD" preserveAspectRatio="xMinYMin meet" viewBox="0 0 514 308"><svg id="d2-svg" class="d2-3430647392" width="514" height="308" viewBox="11 51 514 308"><rect x="11.000000" y="51.000000" width="514.000000" height="308.000000" rx="0.000000" class=" fill-N7" stroke-width="0" /><style type="text/css"><![CDATA[
|
||||||
.d2-2527902858 .text {
|
.d2-3430647392 .text {
|
||||||
font-family: "d2-2527902858-font-regular";
|
font-family: "d2-3430647392-font-regular";
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: d2-2527902858-font-regular;
|
font-family: d2-3430647392-font-regular;
|
||||||
src: url("data:application/font-woff;base64,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");
|
src: url("data:application/font-woff;base64,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");
|
||||||
}
|
}
|
||||||
.d2-2527902858 .text-italic {
|
.d2-3430647392 .text-italic {
|
||||||
font-family: "d2-2527902858-font-italic";
|
font-family: "d2-3430647392-font-italic";
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: d2-2527902858-font-italic;
|
font-family: d2-3430647392-font-italic;
|
||||||
src: url("data:application/font-woff;base64,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");
|
src: url("data:application/font-woff;base64,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");
|
||||||
}]]></style><style type="text/css"><![CDATA[.shape {
|
}]]></style><style type="text/css"><![CDATA[.shape {
|
||||||
shape-rendering: geometricPrecision;
|
shape-rendering: geometricPrecision;
|
||||||
|
|
@ -25,81 +25,81 @@
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d2-2527902858 .fill-N1{fill:#0A0F25;}
|
.d2-3430647392 .fill-N1{fill:#0A0F25;}
|
||||||
.d2-2527902858 .fill-N2{fill:#676C7E;}
|
.d2-3430647392 .fill-N2{fill:#676C7E;}
|
||||||
.d2-2527902858 .fill-N3{fill:#9499AB;}
|
.d2-3430647392 .fill-N3{fill:#9499AB;}
|
||||||
.d2-2527902858 .fill-N4{fill:#CFD2DD;}
|
.d2-3430647392 .fill-N4{fill:#CFD2DD;}
|
||||||
.d2-2527902858 .fill-N5{fill:#DEE1EB;}
|
.d2-3430647392 .fill-N5{fill:#DEE1EB;}
|
||||||
.d2-2527902858 .fill-N6{fill:#EEF1F8;}
|
.d2-3430647392 .fill-N6{fill:#EEF1F8;}
|
||||||
.d2-2527902858 .fill-N7{fill:#FFFFFF;}
|
.d2-3430647392 .fill-N7{fill:#FFFFFF;}
|
||||||
.d2-2527902858 .fill-B1{fill:#0D32B2;}
|
.d2-3430647392 .fill-B1{fill:#0D32B2;}
|
||||||
.d2-2527902858 .fill-B2{fill:#0D32B2;}
|
.d2-3430647392 .fill-B2{fill:#0D32B2;}
|
||||||
.d2-2527902858 .fill-B3{fill:#E3E9FD;}
|
.d2-3430647392 .fill-B3{fill:#E3E9FD;}
|
||||||
.d2-2527902858 .fill-B4{fill:#E3E9FD;}
|
.d2-3430647392 .fill-B4{fill:#E3E9FD;}
|
||||||
.d2-2527902858 .fill-B5{fill:#EDF0FD;}
|
.d2-3430647392 .fill-B5{fill:#EDF0FD;}
|
||||||
.d2-2527902858 .fill-B6{fill:#F7F8FE;}
|
.d2-3430647392 .fill-B6{fill:#F7F8FE;}
|
||||||
.d2-2527902858 .fill-AA2{fill:#4A6FF3;}
|
.d2-3430647392 .fill-AA2{fill:#4A6FF3;}
|
||||||
.d2-2527902858 .fill-AA4{fill:#EDF0FD;}
|
.d2-3430647392 .fill-AA4{fill:#EDF0FD;}
|
||||||
.d2-2527902858 .fill-AA5{fill:#F7F8FE;}
|
.d2-3430647392 .fill-AA5{fill:#F7F8FE;}
|
||||||
.d2-2527902858 .fill-AB4{fill:#EDF0FD;}
|
.d2-3430647392 .fill-AB4{fill:#EDF0FD;}
|
||||||
.d2-2527902858 .fill-AB5{fill:#F7F8FE;}
|
.d2-3430647392 .fill-AB5{fill:#F7F8FE;}
|
||||||
.d2-2527902858 .stroke-N1{stroke:#0A0F25;}
|
.d2-3430647392 .stroke-N1{stroke:#0A0F25;}
|
||||||
.d2-2527902858 .stroke-N2{stroke:#676C7E;}
|
.d2-3430647392 .stroke-N2{stroke:#676C7E;}
|
||||||
.d2-2527902858 .stroke-N3{stroke:#9499AB;}
|
.d2-3430647392 .stroke-N3{stroke:#9499AB;}
|
||||||
.d2-2527902858 .stroke-N4{stroke:#CFD2DD;}
|
.d2-3430647392 .stroke-N4{stroke:#CFD2DD;}
|
||||||
.d2-2527902858 .stroke-N5{stroke:#DEE1EB;}
|
.d2-3430647392 .stroke-N5{stroke:#DEE1EB;}
|
||||||
.d2-2527902858 .stroke-N6{stroke:#EEF1F8;}
|
.d2-3430647392 .stroke-N6{stroke:#EEF1F8;}
|
||||||
.d2-2527902858 .stroke-N7{stroke:#FFFFFF;}
|
.d2-3430647392 .stroke-N7{stroke:#FFFFFF;}
|
||||||
.d2-2527902858 .stroke-B1{stroke:#0D32B2;}
|
.d2-3430647392 .stroke-B1{stroke:#0D32B2;}
|
||||||
.d2-2527902858 .stroke-B2{stroke:#0D32B2;}
|
.d2-3430647392 .stroke-B2{stroke:#0D32B2;}
|
||||||
.d2-2527902858 .stroke-B3{stroke:#E3E9FD;}
|
.d2-3430647392 .stroke-B3{stroke:#E3E9FD;}
|
||||||
.d2-2527902858 .stroke-B4{stroke:#E3E9FD;}
|
.d2-3430647392 .stroke-B4{stroke:#E3E9FD;}
|
||||||
.d2-2527902858 .stroke-B5{stroke:#EDF0FD;}
|
.d2-3430647392 .stroke-B5{stroke:#EDF0FD;}
|
||||||
.d2-2527902858 .stroke-B6{stroke:#F7F8FE;}
|
.d2-3430647392 .stroke-B6{stroke:#F7F8FE;}
|
||||||
.d2-2527902858 .stroke-AA2{stroke:#4A6FF3;}
|
.d2-3430647392 .stroke-AA2{stroke:#4A6FF3;}
|
||||||
.d2-2527902858 .stroke-AA4{stroke:#EDF0FD;}
|
.d2-3430647392 .stroke-AA4{stroke:#EDF0FD;}
|
||||||
.d2-2527902858 .stroke-AA5{stroke:#F7F8FE;}
|
.d2-3430647392 .stroke-AA5{stroke:#F7F8FE;}
|
||||||
.d2-2527902858 .stroke-AB4{stroke:#EDF0FD;}
|
.d2-3430647392 .stroke-AB4{stroke:#EDF0FD;}
|
||||||
.d2-2527902858 .stroke-AB5{stroke:#F7F8FE;}
|
.d2-3430647392 .stroke-AB5{stroke:#F7F8FE;}
|
||||||
.d2-2527902858 .background-color-N1{background-color:#0A0F25;}
|
.d2-3430647392 .background-color-N1{background-color:#0A0F25;}
|
||||||
.d2-2527902858 .background-color-N2{background-color:#676C7E;}
|
.d2-3430647392 .background-color-N2{background-color:#676C7E;}
|
||||||
.d2-2527902858 .background-color-N3{background-color:#9499AB;}
|
.d2-3430647392 .background-color-N3{background-color:#9499AB;}
|
||||||
.d2-2527902858 .background-color-N4{background-color:#CFD2DD;}
|
.d2-3430647392 .background-color-N4{background-color:#CFD2DD;}
|
||||||
.d2-2527902858 .background-color-N5{background-color:#DEE1EB;}
|
.d2-3430647392 .background-color-N5{background-color:#DEE1EB;}
|
||||||
.d2-2527902858 .background-color-N6{background-color:#EEF1F8;}
|
.d2-3430647392 .background-color-N6{background-color:#EEF1F8;}
|
||||||
.d2-2527902858 .background-color-N7{background-color:#FFFFFF;}
|
.d2-3430647392 .background-color-N7{background-color:#FFFFFF;}
|
||||||
.d2-2527902858 .background-color-B1{background-color:#0D32B2;}
|
.d2-3430647392 .background-color-B1{background-color:#0D32B2;}
|
||||||
.d2-2527902858 .background-color-B2{background-color:#0D32B2;}
|
.d2-3430647392 .background-color-B2{background-color:#0D32B2;}
|
||||||
.d2-2527902858 .background-color-B3{background-color:#E3E9FD;}
|
.d2-3430647392 .background-color-B3{background-color:#E3E9FD;}
|
||||||
.d2-2527902858 .background-color-B4{background-color:#E3E9FD;}
|
.d2-3430647392 .background-color-B4{background-color:#E3E9FD;}
|
||||||
.d2-2527902858 .background-color-B5{background-color:#EDF0FD;}
|
.d2-3430647392 .background-color-B5{background-color:#EDF0FD;}
|
||||||
.d2-2527902858 .background-color-B6{background-color:#F7F8FE;}
|
.d2-3430647392 .background-color-B6{background-color:#F7F8FE;}
|
||||||
.d2-2527902858 .background-color-AA2{background-color:#4A6FF3;}
|
.d2-3430647392 .background-color-AA2{background-color:#4A6FF3;}
|
||||||
.d2-2527902858 .background-color-AA4{background-color:#EDF0FD;}
|
.d2-3430647392 .background-color-AA4{background-color:#EDF0FD;}
|
||||||
.d2-2527902858 .background-color-AA5{background-color:#F7F8FE;}
|
.d2-3430647392 .background-color-AA5{background-color:#F7F8FE;}
|
||||||
.d2-2527902858 .background-color-AB4{background-color:#EDF0FD;}
|
.d2-3430647392 .background-color-AB4{background-color:#EDF0FD;}
|
||||||
.d2-2527902858 .background-color-AB5{background-color:#F7F8FE;}
|
.d2-3430647392 .background-color-AB5{background-color:#F7F8FE;}
|
||||||
.d2-2527902858 .color-N1{color:#0A0F25;}
|
.d2-3430647392 .color-N1{color:#0A0F25;}
|
||||||
.d2-2527902858 .color-N2{color:#676C7E;}
|
.d2-3430647392 .color-N2{color:#676C7E;}
|
||||||
.d2-2527902858 .color-N3{color:#9499AB;}
|
.d2-3430647392 .color-N3{color:#9499AB;}
|
||||||
.d2-2527902858 .color-N4{color:#CFD2DD;}
|
.d2-3430647392 .color-N4{color:#CFD2DD;}
|
||||||
.d2-2527902858 .color-N5{color:#DEE1EB;}
|
.d2-3430647392 .color-N5{color:#DEE1EB;}
|
||||||
.d2-2527902858 .color-N6{color:#EEF1F8;}
|
.d2-3430647392 .color-N6{color:#EEF1F8;}
|
||||||
.d2-2527902858 .color-N7{color:#FFFFFF;}
|
.d2-3430647392 .color-N7{color:#FFFFFF;}
|
||||||
.d2-2527902858 .color-B1{color:#0D32B2;}
|
.d2-3430647392 .color-B1{color:#0D32B2;}
|
||||||
.d2-2527902858 .color-B2{color:#0D32B2;}
|
.d2-3430647392 .color-B2{color:#0D32B2;}
|
||||||
.d2-2527902858 .color-B3{color:#E3E9FD;}
|
.d2-3430647392 .color-B3{color:#E3E9FD;}
|
||||||
.d2-2527902858 .color-B4{color:#E3E9FD;}
|
.d2-3430647392 .color-B4{color:#E3E9FD;}
|
||||||
.d2-2527902858 .color-B5{color:#EDF0FD;}
|
.d2-3430647392 .color-B5{color:#EDF0FD;}
|
||||||
.d2-2527902858 .color-B6{color:#F7F8FE;}
|
.d2-3430647392 .color-B6{color:#F7F8FE;}
|
||||||
.d2-2527902858 .color-AA2{color:#4A6FF3;}
|
.d2-3430647392 .color-AA2{color:#4A6FF3;}
|
||||||
.d2-2527902858 .color-AA4{color:#EDF0FD;}
|
.d2-3430647392 .color-AA4{color:#EDF0FD;}
|
||||||
.d2-2527902858 .color-AA5{color:#F7F8FE;}
|
.d2-3430647392 .color-AA5{color:#F7F8FE;}
|
||||||
.d2-2527902858 .color-AB4{color:#EDF0FD;}
|
.d2-3430647392 .color-AB4{color:#EDF0FD;}
|
||||||
.d2-2527902858 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]></style><g id="alice"><g class="shape" ><rect x="12.000000" y="52.000000" width="100.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="62.000000" y="90.500000" class="text fill-N1" style="text-anchor:middle;font-size:16px">alice</text></g><g id="bob"><g class="shape" ><rect x="404.000000" y="52.000000" width="100.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="454.000000" y="90.500000" class="text fill-N1" style="text-anchor:middle;font-size:16px">bob</text></g><g id="(alice -- )[0]"><path d="M 62.000000 120.000000 L 62.000000 357.000000" fill="none" class="connection stroke-B2" style="stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#d2-2527902858)" /></g><g id="(bob -- )[0]"><path d="M 454.000000 120.000000 L 454.000000 357.000000" fill="none" class="connection stroke-B2" style="stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#d2-2527902858)" /></g><g id="(alice -> bob)[0]"><marker id="mk-3488378134" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" class="connection fill-B1" stroke-width="2" /> </marker><path d="M 64.000000 198.000000 L 450.000000 198.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-2527902858)" /><text x="258.500000" y="204.000000" class="text-italic fill-N2" style="text-anchor:middle;font-size:16px">what does it mean to be well-adjusted</text></g><g id="(bob -> alice)[0]"><path d="M 452.000000 288.000000 L 66.000000 288.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-2527902858)" /><text x="258.000000" y="294.000000" class="text-italic fill-N2" style="text-anchor:middle;font-size:16px">The ability to play bridge or golf as if they were games</text></g><mask id="d2-2527902858" maskUnits="userSpaceOnUse" x="11" y="51" width="494" height="308">
|
.d2-3430647392 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]></style><g id="alice"><g class="shape" ><rect x="12.000000" y="52.000000" width="100.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="62.000000" y="90.500000" class="text fill-N1" style="text-anchor:middle;font-size:16px">alice</text></g><g id="bob"><g class="shape" ><rect x="424.000000" y="52.000000" width="100.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="474.000000" y="90.500000" class="text fill-N1" style="text-anchor:middle;font-size:16px">bob</text></g><g id="(alice -- )[0]"><path d="M 62.000000 120.000000 L 62.000000 357.000000" fill="none" class="connection stroke-B2" style="stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#d2-3430647392)" /></g><g id="(bob -- )[0]"><path d="M 474.000000 120.000000 L 474.000000 357.000000" fill="none" class="connection stroke-B2" style="stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#d2-3430647392)" /></g><g id="(alice -> bob)[0]"><marker id="mk-3488378134" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" class="connection fill-B1" stroke-width="2" /> </marker><path d="M 64.000000 198.000000 L 470.000000 198.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3430647392)" /><text x="268.500000" y="204.000000" class="text-italic fill-N2" style="text-anchor:middle;font-size:16px">what does it mean to be well-adjusted</text></g><g id="(bob -> alice)[0]"><path d="M 472.000000 288.000000 L 66.000000 288.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3430647392)" /><text x="268.000000" y="294.000000" class="text-italic fill-N2" style="text-anchor:middle;font-size:16px">The ability to play bridge or golf as if they were games</text></g><mask id="d2-3430647392" maskUnits="userSpaceOnUse" x="11" y="51" width="514" height="308">
|
||||||
<rect x="11" y="51" width="494" height="308" fill="white"></rect>
|
<rect x="11" y="51" width="514" height="308" fill="white"></rect>
|
||||||
<rect x="46.000000" y="74.500000" width="32" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
<rect x="46.000000" y="74.500000" width="32" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
||||||
<rect x="441.000000" y="74.500000" width="26" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
<rect x="461.000000" y="74.500000" width="26" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
||||||
<rect x="134.000000" y="188.000000" width="249" height="21" fill="black"></rect>
|
<rect x="144.000000" y="188.000000" width="249" height="21" fill="black"></rect>
|
||||||
<rect x="82.000000" y="278.000000" width="352" height="21" fill="black"></rect>
|
<rect x="92.000000" y="278.000000" width="352" height="21" fill="black"></rect>
|
||||||
</mask></svg></svg>
|
</mask></svg></svg>
|
||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
10
e2etests/testdata/stable/sequence_diagram_distance/elk/board.exp.json
generated
vendored
|
|
@ -48,7 +48,7 @@
|
||||||
"id": "bob",
|
"id": "bob",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 404,
|
"x": 424,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -116,7 +116,7 @@
|
||||||
"y": 198
|
"y": 198
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 454,
|
"x": 474,
|
||||||
"y": 198
|
"y": 198
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -150,7 +150,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 454,
|
"x": 474,
|
||||||
"y": 288
|
"y": 288
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -226,11 +226,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 454,
|
"x": 474,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 454,
|
"x": 474,
|
||||||
"y": 358
|
"y": 358
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,16 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d2Version="v0.6.6-HEAD" preserveAspectRatio="xMinYMin meet" viewBox="0 0 494 308"><svg id="d2-svg" class="d2-2527902858" width="494" height="308" viewBox="11 51 494 308"><rect x="11.000000" y="51.000000" width="494.000000" height="308.000000" rx="0.000000" class=" fill-N7" stroke-width="0" /><style type="text/css"><![CDATA[
|
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d2Version="v0.6.6-HEAD" preserveAspectRatio="xMinYMin meet" viewBox="0 0 514 308"><svg id="d2-svg" class="d2-3430647392" width="514" height="308" viewBox="11 51 514 308"><rect x="11.000000" y="51.000000" width="514.000000" height="308.000000" rx="0.000000" class=" fill-N7" stroke-width="0" /><style type="text/css"><![CDATA[
|
||||||
.d2-2527902858 .text {
|
.d2-3430647392 .text {
|
||||||
font-family: "d2-2527902858-font-regular";
|
font-family: "d2-3430647392-font-regular";
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: d2-2527902858-font-regular;
|
font-family: d2-3430647392-font-regular;
|
||||||
src: url("data:application/font-woff;base64,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");
|
src: url("data:application/font-woff;base64,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");
|
||||||
}
|
}
|
||||||
.d2-2527902858 .text-italic {
|
.d2-3430647392 .text-italic {
|
||||||
font-family: "d2-2527902858-font-italic";
|
font-family: "d2-3430647392-font-italic";
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: d2-2527902858-font-italic;
|
font-family: d2-3430647392-font-italic;
|
||||||
src: url("data:application/font-woff;base64,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");
|
src: url("data:application/font-woff;base64,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");
|
||||||
}]]></style><style type="text/css"><![CDATA[.shape {
|
}]]></style><style type="text/css"><![CDATA[.shape {
|
||||||
shape-rendering: geometricPrecision;
|
shape-rendering: geometricPrecision;
|
||||||
|
|
@ -25,81 +25,81 @@
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d2-2527902858 .fill-N1{fill:#0A0F25;}
|
.d2-3430647392 .fill-N1{fill:#0A0F25;}
|
||||||
.d2-2527902858 .fill-N2{fill:#676C7E;}
|
.d2-3430647392 .fill-N2{fill:#676C7E;}
|
||||||
.d2-2527902858 .fill-N3{fill:#9499AB;}
|
.d2-3430647392 .fill-N3{fill:#9499AB;}
|
||||||
.d2-2527902858 .fill-N4{fill:#CFD2DD;}
|
.d2-3430647392 .fill-N4{fill:#CFD2DD;}
|
||||||
.d2-2527902858 .fill-N5{fill:#DEE1EB;}
|
.d2-3430647392 .fill-N5{fill:#DEE1EB;}
|
||||||
.d2-2527902858 .fill-N6{fill:#EEF1F8;}
|
.d2-3430647392 .fill-N6{fill:#EEF1F8;}
|
||||||
.d2-2527902858 .fill-N7{fill:#FFFFFF;}
|
.d2-3430647392 .fill-N7{fill:#FFFFFF;}
|
||||||
.d2-2527902858 .fill-B1{fill:#0D32B2;}
|
.d2-3430647392 .fill-B1{fill:#0D32B2;}
|
||||||
.d2-2527902858 .fill-B2{fill:#0D32B2;}
|
.d2-3430647392 .fill-B2{fill:#0D32B2;}
|
||||||
.d2-2527902858 .fill-B3{fill:#E3E9FD;}
|
.d2-3430647392 .fill-B3{fill:#E3E9FD;}
|
||||||
.d2-2527902858 .fill-B4{fill:#E3E9FD;}
|
.d2-3430647392 .fill-B4{fill:#E3E9FD;}
|
||||||
.d2-2527902858 .fill-B5{fill:#EDF0FD;}
|
.d2-3430647392 .fill-B5{fill:#EDF0FD;}
|
||||||
.d2-2527902858 .fill-B6{fill:#F7F8FE;}
|
.d2-3430647392 .fill-B6{fill:#F7F8FE;}
|
||||||
.d2-2527902858 .fill-AA2{fill:#4A6FF3;}
|
.d2-3430647392 .fill-AA2{fill:#4A6FF3;}
|
||||||
.d2-2527902858 .fill-AA4{fill:#EDF0FD;}
|
.d2-3430647392 .fill-AA4{fill:#EDF0FD;}
|
||||||
.d2-2527902858 .fill-AA5{fill:#F7F8FE;}
|
.d2-3430647392 .fill-AA5{fill:#F7F8FE;}
|
||||||
.d2-2527902858 .fill-AB4{fill:#EDF0FD;}
|
.d2-3430647392 .fill-AB4{fill:#EDF0FD;}
|
||||||
.d2-2527902858 .fill-AB5{fill:#F7F8FE;}
|
.d2-3430647392 .fill-AB5{fill:#F7F8FE;}
|
||||||
.d2-2527902858 .stroke-N1{stroke:#0A0F25;}
|
.d2-3430647392 .stroke-N1{stroke:#0A0F25;}
|
||||||
.d2-2527902858 .stroke-N2{stroke:#676C7E;}
|
.d2-3430647392 .stroke-N2{stroke:#676C7E;}
|
||||||
.d2-2527902858 .stroke-N3{stroke:#9499AB;}
|
.d2-3430647392 .stroke-N3{stroke:#9499AB;}
|
||||||
.d2-2527902858 .stroke-N4{stroke:#CFD2DD;}
|
.d2-3430647392 .stroke-N4{stroke:#CFD2DD;}
|
||||||
.d2-2527902858 .stroke-N5{stroke:#DEE1EB;}
|
.d2-3430647392 .stroke-N5{stroke:#DEE1EB;}
|
||||||
.d2-2527902858 .stroke-N6{stroke:#EEF1F8;}
|
.d2-3430647392 .stroke-N6{stroke:#EEF1F8;}
|
||||||
.d2-2527902858 .stroke-N7{stroke:#FFFFFF;}
|
.d2-3430647392 .stroke-N7{stroke:#FFFFFF;}
|
||||||
.d2-2527902858 .stroke-B1{stroke:#0D32B2;}
|
.d2-3430647392 .stroke-B1{stroke:#0D32B2;}
|
||||||
.d2-2527902858 .stroke-B2{stroke:#0D32B2;}
|
.d2-3430647392 .stroke-B2{stroke:#0D32B2;}
|
||||||
.d2-2527902858 .stroke-B3{stroke:#E3E9FD;}
|
.d2-3430647392 .stroke-B3{stroke:#E3E9FD;}
|
||||||
.d2-2527902858 .stroke-B4{stroke:#E3E9FD;}
|
.d2-3430647392 .stroke-B4{stroke:#E3E9FD;}
|
||||||
.d2-2527902858 .stroke-B5{stroke:#EDF0FD;}
|
.d2-3430647392 .stroke-B5{stroke:#EDF0FD;}
|
||||||
.d2-2527902858 .stroke-B6{stroke:#F7F8FE;}
|
.d2-3430647392 .stroke-B6{stroke:#F7F8FE;}
|
||||||
.d2-2527902858 .stroke-AA2{stroke:#4A6FF3;}
|
.d2-3430647392 .stroke-AA2{stroke:#4A6FF3;}
|
||||||
.d2-2527902858 .stroke-AA4{stroke:#EDF0FD;}
|
.d2-3430647392 .stroke-AA4{stroke:#EDF0FD;}
|
||||||
.d2-2527902858 .stroke-AA5{stroke:#F7F8FE;}
|
.d2-3430647392 .stroke-AA5{stroke:#F7F8FE;}
|
||||||
.d2-2527902858 .stroke-AB4{stroke:#EDF0FD;}
|
.d2-3430647392 .stroke-AB4{stroke:#EDF0FD;}
|
||||||
.d2-2527902858 .stroke-AB5{stroke:#F7F8FE;}
|
.d2-3430647392 .stroke-AB5{stroke:#F7F8FE;}
|
||||||
.d2-2527902858 .background-color-N1{background-color:#0A0F25;}
|
.d2-3430647392 .background-color-N1{background-color:#0A0F25;}
|
||||||
.d2-2527902858 .background-color-N2{background-color:#676C7E;}
|
.d2-3430647392 .background-color-N2{background-color:#676C7E;}
|
||||||
.d2-2527902858 .background-color-N3{background-color:#9499AB;}
|
.d2-3430647392 .background-color-N3{background-color:#9499AB;}
|
||||||
.d2-2527902858 .background-color-N4{background-color:#CFD2DD;}
|
.d2-3430647392 .background-color-N4{background-color:#CFD2DD;}
|
||||||
.d2-2527902858 .background-color-N5{background-color:#DEE1EB;}
|
.d2-3430647392 .background-color-N5{background-color:#DEE1EB;}
|
||||||
.d2-2527902858 .background-color-N6{background-color:#EEF1F8;}
|
.d2-3430647392 .background-color-N6{background-color:#EEF1F8;}
|
||||||
.d2-2527902858 .background-color-N7{background-color:#FFFFFF;}
|
.d2-3430647392 .background-color-N7{background-color:#FFFFFF;}
|
||||||
.d2-2527902858 .background-color-B1{background-color:#0D32B2;}
|
.d2-3430647392 .background-color-B1{background-color:#0D32B2;}
|
||||||
.d2-2527902858 .background-color-B2{background-color:#0D32B2;}
|
.d2-3430647392 .background-color-B2{background-color:#0D32B2;}
|
||||||
.d2-2527902858 .background-color-B3{background-color:#E3E9FD;}
|
.d2-3430647392 .background-color-B3{background-color:#E3E9FD;}
|
||||||
.d2-2527902858 .background-color-B4{background-color:#E3E9FD;}
|
.d2-3430647392 .background-color-B4{background-color:#E3E9FD;}
|
||||||
.d2-2527902858 .background-color-B5{background-color:#EDF0FD;}
|
.d2-3430647392 .background-color-B5{background-color:#EDF0FD;}
|
||||||
.d2-2527902858 .background-color-B6{background-color:#F7F8FE;}
|
.d2-3430647392 .background-color-B6{background-color:#F7F8FE;}
|
||||||
.d2-2527902858 .background-color-AA2{background-color:#4A6FF3;}
|
.d2-3430647392 .background-color-AA2{background-color:#4A6FF3;}
|
||||||
.d2-2527902858 .background-color-AA4{background-color:#EDF0FD;}
|
.d2-3430647392 .background-color-AA4{background-color:#EDF0FD;}
|
||||||
.d2-2527902858 .background-color-AA5{background-color:#F7F8FE;}
|
.d2-3430647392 .background-color-AA5{background-color:#F7F8FE;}
|
||||||
.d2-2527902858 .background-color-AB4{background-color:#EDF0FD;}
|
.d2-3430647392 .background-color-AB4{background-color:#EDF0FD;}
|
||||||
.d2-2527902858 .background-color-AB5{background-color:#F7F8FE;}
|
.d2-3430647392 .background-color-AB5{background-color:#F7F8FE;}
|
||||||
.d2-2527902858 .color-N1{color:#0A0F25;}
|
.d2-3430647392 .color-N1{color:#0A0F25;}
|
||||||
.d2-2527902858 .color-N2{color:#676C7E;}
|
.d2-3430647392 .color-N2{color:#676C7E;}
|
||||||
.d2-2527902858 .color-N3{color:#9499AB;}
|
.d2-3430647392 .color-N3{color:#9499AB;}
|
||||||
.d2-2527902858 .color-N4{color:#CFD2DD;}
|
.d2-3430647392 .color-N4{color:#CFD2DD;}
|
||||||
.d2-2527902858 .color-N5{color:#DEE1EB;}
|
.d2-3430647392 .color-N5{color:#DEE1EB;}
|
||||||
.d2-2527902858 .color-N6{color:#EEF1F8;}
|
.d2-3430647392 .color-N6{color:#EEF1F8;}
|
||||||
.d2-2527902858 .color-N7{color:#FFFFFF;}
|
.d2-3430647392 .color-N7{color:#FFFFFF;}
|
||||||
.d2-2527902858 .color-B1{color:#0D32B2;}
|
.d2-3430647392 .color-B1{color:#0D32B2;}
|
||||||
.d2-2527902858 .color-B2{color:#0D32B2;}
|
.d2-3430647392 .color-B2{color:#0D32B2;}
|
||||||
.d2-2527902858 .color-B3{color:#E3E9FD;}
|
.d2-3430647392 .color-B3{color:#E3E9FD;}
|
||||||
.d2-2527902858 .color-B4{color:#E3E9FD;}
|
.d2-3430647392 .color-B4{color:#E3E9FD;}
|
||||||
.d2-2527902858 .color-B5{color:#EDF0FD;}
|
.d2-3430647392 .color-B5{color:#EDF0FD;}
|
||||||
.d2-2527902858 .color-B6{color:#F7F8FE;}
|
.d2-3430647392 .color-B6{color:#F7F8FE;}
|
||||||
.d2-2527902858 .color-AA2{color:#4A6FF3;}
|
.d2-3430647392 .color-AA2{color:#4A6FF3;}
|
||||||
.d2-2527902858 .color-AA4{color:#EDF0FD;}
|
.d2-3430647392 .color-AA4{color:#EDF0FD;}
|
||||||
.d2-2527902858 .color-AA5{color:#F7F8FE;}
|
.d2-3430647392 .color-AA5{color:#F7F8FE;}
|
||||||
.d2-2527902858 .color-AB4{color:#EDF0FD;}
|
.d2-3430647392 .color-AB4{color:#EDF0FD;}
|
||||||
.d2-2527902858 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]></style><g id="alice"><g class="shape" ><rect x="12.000000" y="52.000000" width="100.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="62.000000" y="90.500000" class="text fill-N1" style="text-anchor:middle;font-size:16px">alice</text></g><g id="bob"><g class="shape" ><rect x="404.000000" y="52.000000" width="100.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="454.000000" y="90.500000" class="text fill-N1" style="text-anchor:middle;font-size:16px">bob</text></g><g id="(alice -- )[0]"><path d="M 62.000000 120.000000 L 62.000000 357.000000" fill="none" class="connection stroke-B2" style="stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#d2-2527902858)" /></g><g id="(bob -- )[0]"><path d="M 454.000000 120.000000 L 454.000000 357.000000" fill="none" class="connection stroke-B2" style="stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#d2-2527902858)" /></g><g id="(alice -> bob)[0]"><marker id="mk-3488378134" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" class="connection fill-B1" stroke-width="2" /> </marker><path d="M 64.000000 198.000000 L 450.000000 198.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-2527902858)" /><text x="258.500000" y="204.000000" class="text-italic fill-N2" style="text-anchor:middle;font-size:16px">what does it mean to be well-adjusted</text></g><g id="(bob -> alice)[0]"><path d="M 452.000000 288.000000 L 66.000000 288.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-2527902858)" /><text x="258.000000" y="294.000000" class="text-italic fill-N2" style="text-anchor:middle;font-size:16px">The ability to play bridge or golf as if they were games</text></g><mask id="d2-2527902858" maskUnits="userSpaceOnUse" x="11" y="51" width="494" height="308">
|
.d2-3430647392 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]></style><g id="alice"><g class="shape" ><rect x="12.000000" y="52.000000" width="100.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="62.000000" y="90.500000" class="text fill-N1" style="text-anchor:middle;font-size:16px">alice</text></g><g id="bob"><g class="shape" ><rect x="424.000000" y="52.000000" width="100.000000" height="66.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="474.000000" y="90.500000" class="text fill-N1" style="text-anchor:middle;font-size:16px">bob</text></g><g id="(alice -- )[0]"><path d="M 62.000000 120.000000 L 62.000000 357.000000" fill="none" class="connection stroke-B2" style="stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#d2-3430647392)" /></g><g id="(bob -- )[0]"><path d="M 474.000000 120.000000 L 474.000000 357.000000" fill="none" class="connection stroke-B2" style="stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#d2-3430647392)" /></g><g id="(alice -> bob)[0]"><marker id="mk-3488378134" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" class="connection fill-B1" stroke-width="2" /> </marker><path d="M 64.000000 198.000000 L 470.000000 198.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3430647392)" /><text x="268.500000" y="204.000000" class="text-italic fill-N2" style="text-anchor:middle;font-size:16px">what does it mean to be well-adjusted</text></g><g id="(bob -> alice)[0]"><path d="M 472.000000 288.000000 L 66.000000 288.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3430647392)" /><text x="268.000000" y="294.000000" class="text-italic fill-N2" style="text-anchor:middle;font-size:16px">The ability to play bridge or golf as if they were games</text></g><mask id="d2-3430647392" maskUnits="userSpaceOnUse" x="11" y="51" width="514" height="308">
|
||||||
<rect x="11" y="51" width="494" height="308" fill="white"></rect>
|
<rect x="11" y="51" width="514" height="308" fill="white"></rect>
|
||||||
<rect x="46.000000" y="74.500000" width="32" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
<rect x="46.000000" y="74.500000" width="32" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
||||||
<rect x="441.000000" y="74.500000" width="26" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
<rect x="461.000000" y="74.500000" width="26" height="21" fill="rgba(0,0,0,0.75)"></rect>
|
||||||
<rect x="134.000000" y="188.000000" width="249" height="21" fill="black"></rect>
|
<rect x="144.000000" y="188.000000" width="249" height="21" fill="black"></rect>
|
||||||
<rect x="82.000000" y="278.000000" width="352" height="21" fill="black"></rect>
|
<rect x="92.000000" y="278.000000" width="352" height="21" fill="black"></rect>
|
||||||
</mask></svg></svg>
|
</mask></svg></svg>
|
||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
96
e2etests/testdata/stable/sequence_diagram_real/dagre/board.exp.json
generated
vendored
|
|
@ -10,7 +10,7 @@
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0
|
"y": 0
|
||||||
},
|
},
|
||||||
"width": 1528,
|
"width": 1571,
|
||||||
"height": 1563,
|
"height": 1563,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "How this is rendered.d2ast",
|
"id": "How this is rendered.d2ast",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 219,
|
"x": 239,
|
||||||
"y": 88
|
"y": 88
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
"id": "How this is rendered.d2compiler",
|
"id": "How this is rendered.d2compiler",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 372,
|
"x": 392,
|
||||||
"y": 88
|
"y": 88
|
||||||
},
|
},
|
||||||
"width": 122,
|
"width": 122,
|
||||||
|
|
@ -171,7 +171,7 @@
|
||||||
"id": "How this is rendered.d2layout",
|
"id": "How this is rendered.d2layout",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 544,
|
"x": 564,
|
||||||
"y": 88
|
"y": 88
|
||||||
},
|
},
|
||||||
"width": 105,
|
"width": 105,
|
||||||
|
|
@ -212,7 +212,7 @@
|
||||||
"id": "How this is rendered.d2exporter",
|
"id": "How this is rendered.d2exporter",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 689,
|
"x": 717,
|
||||||
"y": 88
|
"y": 88
|
||||||
},
|
},
|
||||||
"width": 120,
|
"width": 120,
|
||||||
|
|
@ -253,7 +253,7 @@
|
||||||
"id": "How this is rendered.d2themes",
|
"id": "How this is rendered.d2themes",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 849,
|
"x": 888,
|
||||||
"y": 88
|
"y": 88
|
||||||
},
|
},
|
||||||
"width": 113,
|
"width": 113,
|
||||||
|
|
@ -294,7 +294,7 @@
|
||||||
"id": "How this is rendered.d2renderer",
|
"id": "How this is rendered.d2renderer",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1002,
|
"x": 1045,
|
||||||
"y": 88
|
"y": 88
|
||||||
},
|
},
|
||||||
"width": 121,
|
"width": 121,
|
||||||
|
|
@ -335,7 +335,7 @@
|
||||||
"id": "How this is rendered.d2sequencelayout",
|
"id": "How this is rendered.d2sequencelayout",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1163,
|
"x": 1206,
|
||||||
"y": 88
|
"y": 88
|
||||||
},
|
},
|
||||||
"width": 169,
|
"width": 169,
|
||||||
|
|
@ -376,7 +376,7 @@
|
||||||
"id": "How this is rendered.d2dagrelayout",
|
"id": "How this is rendered.d2dagrelayout",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1372,
|
"x": 1415,
|
||||||
"y": 88
|
"y": 88
|
||||||
},
|
},
|
||||||
"width": 144,
|
"width": 144,
|
||||||
|
|
@ -417,7 +417,7 @@
|
||||||
"id": "How this is rendered.d2compiler.measurements also take place",
|
"id": "How this is rendered.d2compiler.measurements also take place",
|
||||||
"type": "page",
|
"type": "page",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 309,
|
"x": 329,
|
||||||
"y": 497
|
"y": 497
|
||||||
},
|
},
|
||||||
"width": 247,
|
"width": 247,
|
||||||
|
|
@ -458,7 +458,7 @@
|
||||||
"id": "How this is rendered.d2layout.layout",
|
"id": "How this is rendered.d2layout.layout",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 590,
|
"x": 610,
|
||||||
"y": 720
|
"y": 720
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -498,10 +498,10 @@
|
||||||
"id": "How this is rendered.only if root is not sequence",
|
"id": "How this is rendered.only if root is not sequence",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 562,
|
"x": 582,
|
||||||
"y": 887
|
"y": 887
|
||||||
},
|
},
|
||||||
"width": 921,
|
"width": 944,
|
||||||
"height": 76,
|
"height": 76,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -540,7 +540,7 @@
|
||||||
"id": "How this is rendered.d2exporter.export",
|
"id": "How this is rendered.d2exporter.export",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 743,
|
"x": 771,
|
||||||
"y": 1291
|
"y": 1291
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -607,7 +607,7 @@
|
||||||
"y": 234
|
"y": 234
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 269,
|
"x": 289,
|
||||||
"y": 234
|
"y": 234
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -641,7 +641,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 269,
|
"x": 289,
|
||||||
"y": 324
|
"y": 324
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -683,7 +683,7 @@
|
||||||
"y": 414
|
"y": 414
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 433,
|
"x": 453,
|
||||||
"y": 414
|
"y": 414
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -717,7 +717,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 433,
|
"x": 453,
|
||||||
"y": 640
|
"y": 640
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -759,7 +759,7 @@
|
||||||
"y": 730
|
"y": 730
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 590.5,
|
"x": 610.5,
|
||||||
"y": 730
|
"y": 730
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -793,11 +793,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 602.5,
|
"x": 622.5,
|
||||||
"y": 820
|
"y": 820
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1247.5,
|
"x": 1290.5,
|
||||||
"y": 820
|
"y": 820
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -831,11 +831,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 602.5,
|
"x": 622.5,
|
||||||
"y": 941
|
"y": 941
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1444,
|
"x": 1487,
|
||||||
"y": 941
|
"y": 941
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -869,11 +869,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 602.5,
|
"x": 622.5,
|
||||||
"y": 1031
|
"y": 1031
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1247.5,
|
"x": 1290.5,
|
||||||
"y": 1031
|
"y": 1031
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -907,7 +907,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 596.5,
|
"x": 616.5,
|
||||||
"y": 1121
|
"y": 1121
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -949,7 +949,7 @@
|
||||||
"y": 1211
|
"y": 1211
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 749,
|
"x": 777,
|
||||||
"y": 1211
|
"y": 1211
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -983,11 +983,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 755,
|
"x": 783,
|
||||||
"y": 1301
|
"y": 1301
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 905.5,
|
"x": 944.5,
|
||||||
"y": 1301
|
"y": 1301
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1021,11 +1021,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 755,
|
"x": 783,
|
||||||
"y": 1391
|
"y": 1391
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1062.5,
|
"x": 1105.5,
|
||||||
"y": 1391
|
"y": 1391
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1059,7 +1059,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 743,
|
"x": 771,
|
||||||
"y": 1481
|
"y": 1481
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -1135,11 +1135,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 269,
|
"x": 289,
|
||||||
"y": 154
|
"y": 154
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 269,
|
"x": 289,
|
||||||
"y": 1551
|
"y": 1551
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1173,11 +1173,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 433,
|
"x": 453,
|
||||||
"y": 154
|
"y": 154
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 433,
|
"x": 453,
|
||||||
"y": 1551
|
"y": 1551
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1211,11 +1211,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 596.5,
|
"x": 616.5,
|
||||||
"y": 154
|
"y": 154
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 596.5,
|
"x": 616.5,
|
||||||
"y": 1551
|
"y": 1551
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1249,11 +1249,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 749,
|
"x": 777,
|
||||||
"y": 154
|
"y": 154
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 749,
|
"x": 777,
|
||||||
"y": 1551
|
"y": 1551
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1287,11 +1287,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 905.5,
|
"x": 944.5,
|
||||||
"y": 154
|
"y": 154
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 905.5,
|
"x": 944.5,
|
||||||
"y": 1551
|
"y": 1551
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1325,11 +1325,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1062.5,
|
"x": 1105.5,
|
||||||
"y": 154
|
"y": 154
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1062.5,
|
"x": 1105.5,
|
||||||
"y": 1551
|
"y": 1551
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1363,11 +1363,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1247.5,
|
"x": 1290.5,
|
||||||
"y": 154
|
"y": 154
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1247.5,
|
"x": 1290.5,
|
||||||
"y": 1551
|
"y": 1551
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1401,11 +1401,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1444,
|
"x": 1487,
|
||||||
"y": 154
|
"y": 154
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1444,
|
"x": 1487,
|
||||||
"y": 1551
|
"y": 1551
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
96
e2etests/testdata/stable/sequence_diagram_real/elk/board.exp.json
generated
vendored
|
|
@ -10,7 +10,7 @@
|
||||||
"x": 12,
|
"x": 12,
|
||||||
"y": 12
|
"y": 12
|
||||||
},
|
},
|
||||||
"width": 1528,
|
"width": 1571,
|
||||||
"height": 1563,
|
"height": 1563,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "How this is rendered.d2ast",
|
"id": "How this is rendered.d2ast",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 231,
|
"x": 251,
|
||||||
"y": 100
|
"y": 100
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
"id": "How this is rendered.d2compiler",
|
"id": "How this is rendered.d2compiler",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 384,
|
"x": 404,
|
||||||
"y": 100
|
"y": 100
|
||||||
},
|
},
|
||||||
"width": 122,
|
"width": 122,
|
||||||
|
|
@ -171,7 +171,7 @@
|
||||||
"id": "How this is rendered.d2layout",
|
"id": "How this is rendered.d2layout",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 556,
|
"x": 576,
|
||||||
"y": 100
|
"y": 100
|
||||||
},
|
},
|
||||||
"width": 105,
|
"width": 105,
|
||||||
|
|
@ -212,7 +212,7 @@
|
||||||
"id": "How this is rendered.d2exporter",
|
"id": "How this is rendered.d2exporter",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 701,
|
"x": 729,
|
||||||
"y": 100
|
"y": 100
|
||||||
},
|
},
|
||||||
"width": 120,
|
"width": 120,
|
||||||
|
|
@ -253,7 +253,7 @@
|
||||||
"id": "How this is rendered.d2themes",
|
"id": "How this is rendered.d2themes",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 861,
|
"x": 900,
|
||||||
"y": 100
|
"y": 100
|
||||||
},
|
},
|
||||||
"width": 113,
|
"width": 113,
|
||||||
|
|
@ -294,7 +294,7 @@
|
||||||
"id": "How this is rendered.d2renderer",
|
"id": "How this is rendered.d2renderer",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1014,
|
"x": 1057,
|
||||||
"y": 100
|
"y": 100
|
||||||
},
|
},
|
||||||
"width": 121,
|
"width": 121,
|
||||||
|
|
@ -335,7 +335,7 @@
|
||||||
"id": "How this is rendered.d2sequencelayout",
|
"id": "How this is rendered.d2sequencelayout",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1175,
|
"x": 1218,
|
||||||
"y": 100
|
"y": 100
|
||||||
},
|
},
|
||||||
"width": 169,
|
"width": 169,
|
||||||
|
|
@ -376,7 +376,7 @@
|
||||||
"id": "How this is rendered.d2dagrelayout",
|
"id": "How this is rendered.d2dagrelayout",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1384,
|
"x": 1427,
|
||||||
"y": 100
|
"y": 100
|
||||||
},
|
},
|
||||||
"width": 144,
|
"width": 144,
|
||||||
|
|
@ -417,7 +417,7 @@
|
||||||
"id": "How this is rendered.d2compiler.measurements also take place",
|
"id": "How this is rendered.d2compiler.measurements also take place",
|
||||||
"type": "page",
|
"type": "page",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 509
|
"y": 509
|
||||||
},
|
},
|
||||||
"width": 247,
|
"width": 247,
|
||||||
|
|
@ -458,7 +458,7 @@
|
||||||
"id": "How this is rendered.d2layout.layout",
|
"id": "How this is rendered.d2layout.layout",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 602,
|
"x": 622,
|
||||||
"y": 732
|
"y": 732
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -498,10 +498,10 @@
|
||||||
"id": "How this is rendered.only if root is not sequence",
|
"id": "How this is rendered.only if root is not sequence",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 574,
|
"x": 594,
|
||||||
"y": 899
|
"y": 899
|
||||||
},
|
},
|
||||||
"width": 921,
|
"width": 944,
|
||||||
"height": 76,
|
"height": 76,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -540,7 +540,7 @@
|
||||||
"id": "How this is rendered.d2exporter.export",
|
"id": "How this is rendered.d2exporter.export",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 755,
|
"x": 783,
|
||||||
"y": 1303
|
"y": 1303
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -607,7 +607,7 @@
|
||||||
"y": 246
|
"y": 246
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 281,
|
"x": 301,
|
||||||
"y": 246
|
"y": 246
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -641,7 +641,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 281,
|
"x": 301,
|
||||||
"y": 336
|
"y": 336
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -683,7 +683,7 @@
|
||||||
"y": 426
|
"y": 426
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 445,
|
"x": 465,
|
||||||
"y": 426
|
"y": 426
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -717,7 +717,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 445,
|
"x": 465,
|
||||||
"y": 652
|
"y": 652
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -759,7 +759,7 @@
|
||||||
"y": 742
|
"y": 742
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 602.5,
|
"x": 622.5,
|
||||||
"y": 742
|
"y": 742
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -793,11 +793,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 614.5,
|
"x": 634.5,
|
||||||
"y": 832
|
"y": 832
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1259.5,
|
"x": 1302.5,
|
||||||
"y": 832
|
"y": 832
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -831,11 +831,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 614.5,
|
"x": 634.5,
|
||||||
"y": 953
|
"y": 953
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1456,
|
"x": 1499,
|
||||||
"y": 953
|
"y": 953
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -869,11 +869,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 614.5,
|
"x": 634.5,
|
||||||
"y": 1043
|
"y": 1043
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1259.5,
|
"x": 1302.5,
|
||||||
"y": 1043
|
"y": 1043
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -907,7 +907,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 608.5,
|
"x": 628.5,
|
||||||
"y": 1133
|
"y": 1133
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -949,7 +949,7 @@
|
||||||
"y": 1223
|
"y": 1223
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 761,
|
"x": 789,
|
||||||
"y": 1223
|
"y": 1223
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -983,11 +983,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 767,
|
"x": 795,
|
||||||
"y": 1313
|
"y": 1313
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 917.5,
|
"x": 956.5,
|
||||||
"y": 1313
|
"y": 1313
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1021,11 +1021,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 767,
|
"x": 795,
|
||||||
"y": 1403
|
"y": 1403
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1074.5,
|
"x": 1117.5,
|
||||||
"y": 1403
|
"y": 1403
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1059,7 +1059,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 755,
|
"x": 783,
|
||||||
"y": 1493
|
"y": 1493
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -1135,11 +1135,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 281,
|
"x": 301,
|
||||||
"y": 166
|
"y": 166
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 281,
|
"x": 301,
|
||||||
"y": 1563
|
"y": 1563
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1173,11 +1173,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 445,
|
"x": 465,
|
||||||
"y": 166
|
"y": 166
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 445,
|
"x": 465,
|
||||||
"y": 1563
|
"y": 1563
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1211,11 +1211,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 608.5,
|
"x": 628.5,
|
||||||
"y": 166
|
"y": 166
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 608.5,
|
"x": 628.5,
|
||||||
"y": 1563
|
"y": 1563
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1249,11 +1249,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 761,
|
"x": 789,
|
||||||
"y": 166
|
"y": 166
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 761,
|
"x": 789,
|
||||||
"y": 1563
|
"y": 1563
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1287,11 +1287,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 917.5,
|
"x": 956.5,
|
||||||
"y": 166
|
"y": 166
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 917.5,
|
"x": 956.5,
|
||||||
"y": 1563
|
"y": 1563
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1325,11 +1325,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1074.5,
|
"x": 1117.5,
|
||||||
"y": 166
|
"y": 166
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1074.5,
|
"x": 1117.5,
|
||||||
"y": 1563
|
"y": 1563
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1363,11 +1363,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1259.5,
|
"x": 1302.5,
|
||||||
"y": 166
|
"y": 166
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1259.5,
|
"x": 1302.5,
|
||||||
"y": 1563
|
"y": 1563
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1401,11 +1401,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1456,
|
"x": 1499,
|
||||||
"y": 166
|
"y": 166
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1456,
|
"x": 1499,
|
||||||
"y": 1563
|
"y": 1563
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
42
e2etests/testdata/stable/sequence_diagram_self_edges/dagre/board.exp.json
generated
vendored
|
|
@ -48,7 +48,7 @@
|
||||||
"id": "b",
|
"id": "b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 162,
|
"x": 174,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "b.1",
|
"id": "b.1",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 206,
|
"x": 218,
|
||||||
"y": 428
|
"y": 428
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -129,7 +129,7 @@
|
||||||
"id": "b.1.2",
|
"id": "b.1.2",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 202,
|
"x": 214,
|
||||||
"y": 543
|
"y": 543
|
||||||
},
|
},
|
||||||
"width": 20,
|
"width": 20,
|
||||||
|
|
@ -249,7 +249,7 @@
|
||||||
"id": "b.3",
|
"id": "b.3",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 206,
|
"x": 218,
|
||||||
"y": 818
|
"y": 818
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -362,7 +362,7 @@
|
||||||
"y": 313
|
"y": 313
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 212,
|
"x": 224,
|
||||||
"y": 313
|
"y": 313
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -396,19 +396,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 212,
|
"x": 224,
|
||||||
"y": 393
|
"y": 393
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 292,
|
"x": 304,
|
||||||
"y": 393
|
"y": 393
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 292,
|
"x": 304,
|
||||||
"y": 438
|
"y": 438
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 218,
|
"x": 230,
|
||||||
"y": 438
|
"y": 438
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -442,19 +442,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 218,
|
"x": 230,
|
||||||
"y": 508
|
"y": 508
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 293.5,
|
"x": 305.5,
|
||||||
"y": 508
|
"y": 508
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 293.5,
|
"x": 305.5,
|
||||||
"y": 553
|
"y": 553
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 222,
|
"x": 234,
|
||||||
"y": 553
|
"y": 553
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -488,19 +488,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 222,
|
"x": 234,
|
||||||
"y": 623
|
"y": 623
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 292,
|
"x": 304,
|
||||||
"y": 623
|
"y": 623
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 292,
|
"x": 304,
|
||||||
"y": 668
|
"y": 668
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 212,
|
"x": 224,
|
||||||
"y": 668
|
"y": 668
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -534,7 +534,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 212,
|
"x": 224,
|
||||||
"y": 748
|
"y": 748
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -576,7 +576,7 @@
|
||||||
"y": 828
|
"y": 828
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 206,
|
"x": 218,
|
||||||
"y": 828
|
"y": 828
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -648,11 +648,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 212,
|
"x": 224,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 212,
|
"x": 224,
|
||||||
"y": 898
|
"y": 898
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
42
e2etests/testdata/stable/sequence_diagram_self_edges/elk/board.exp.json
generated
vendored
|
|
@ -48,7 +48,7 @@
|
||||||
"id": "b",
|
"id": "b",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 162,
|
"x": 174,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "b.1",
|
"id": "b.1",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 206,
|
"x": 218,
|
||||||
"y": 428
|
"y": 428
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -129,7 +129,7 @@
|
||||||
"id": "b.1.2",
|
"id": "b.1.2",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 202,
|
"x": 214,
|
||||||
"y": 543
|
"y": 543
|
||||||
},
|
},
|
||||||
"width": 20,
|
"width": 20,
|
||||||
|
|
@ -249,7 +249,7 @@
|
||||||
"id": "b.3",
|
"id": "b.3",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 206,
|
"x": 218,
|
||||||
"y": 818
|
"y": 818
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -362,7 +362,7 @@
|
||||||
"y": 313
|
"y": 313
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 212,
|
"x": 224,
|
||||||
"y": 313
|
"y": 313
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -396,19 +396,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 212,
|
"x": 224,
|
||||||
"y": 393
|
"y": 393
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 292,
|
"x": 304,
|
||||||
"y": 393
|
"y": 393
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 292,
|
"x": 304,
|
||||||
"y": 438
|
"y": 438
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 218,
|
"x": 230,
|
||||||
"y": 438
|
"y": 438
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -442,19 +442,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 218,
|
"x": 230,
|
||||||
"y": 508
|
"y": 508
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 293.5,
|
"x": 305.5,
|
||||||
"y": 508
|
"y": 508
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 293.5,
|
"x": 305.5,
|
||||||
"y": 553
|
"y": 553
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 222,
|
"x": 234,
|
||||||
"y": 553
|
"y": 553
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -488,19 +488,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 222,
|
"x": 234,
|
||||||
"y": 623
|
"y": 623
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 292,
|
"x": 304,
|
||||||
"y": 623
|
"y": 623
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 292,
|
"x": 304,
|
||||||
"y": 668
|
"y": 668
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 212,
|
"x": 224,
|
||||||
"y": 668
|
"y": 668
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -534,7 +534,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 212,
|
"x": 224,
|
||||||
"y": 748
|
"y": 748
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -576,7 +576,7 @@
|
||||||
"y": 828
|
"y": 828
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 206,
|
"x": 218,
|
||||||
"y": 828
|
"y": 828
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -648,11 +648,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 212,
|
"x": 224,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 212,
|
"x": 224,
|
||||||
"y": 898
|
"y": 898
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
56
e2etests/testdata/stable/sequence_diagram_simple/dagre/board.exp.json
generated
vendored
|
|
@ -48,7 +48,7 @@
|
||||||
"id": "bob",
|
"id": "bob",
|
||||||
"type": "person",
|
"type": "person",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 271,
|
"x": 291,
|
||||||
"y": 59
|
"y": 59
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "db",
|
"id": "db",
|
||||||
"type": "cylinder",
|
"type": "cylinder",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 578,
|
"x": 618,
|
||||||
"y": 112
|
"y": 112
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
"id": "queue",
|
"id": "queue",
|
||||||
"type": "queue",
|
"type": "queue",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 865,
|
"x": 925,
|
||||||
"y": 164
|
"y": 164
|
||||||
},
|
},
|
||||||
"width": 140,
|
"width": 140,
|
||||||
|
|
@ -171,7 +171,7 @@
|
||||||
"id": "service",
|
"id": "service",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1174,
|
"x": 1254,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 137,
|
"width": 137,
|
||||||
|
|
@ -239,7 +239,7 @@
|
||||||
"y": 310
|
"y": 310
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 310
|
"y": 310
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -273,11 +273,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 400
|
"y": 400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1242.5,
|
"x": 1322.5,
|
||||||
"y": 400
|
"y": 400
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -311,11 +311,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1242.5,
|
"x": 1322.5,
|
||||||
"y": 490
|
"y": 490
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 628,
|
"x": 668,
|
||||||
"y": 490
|
"y": 490
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -349,11 +349,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 628,
|
"x": 668,
|
||||||
"y": 570
|
"y": 570
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1242.5,
|
"x": 1322.5,
|
||||||
"y": 570
|
"y": 570
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -387,11 +387,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1242.5,
|
"x": 1322.5,
|
||||||
"y": 640
|
"y": 640
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 640
|
"y": 640
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -425,7 +425,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 720
|
"y": 720
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -467,7 +467,7 @@
|
||||||
"y": 810
|
"y": 810
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 810
|
"y": 810
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -501,11 +501,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 900
|
"y": 900
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 935,
|
"x": 995,
|
||||||
"y": 900
|
"y": 900
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -539,11 +539,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 935,
|
"x": 995,
|
||||||
"y": 990
|
"y": 990
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 990
|
"y": 990
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -577,7 +577,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 1080
|
"y": 1080
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -653,11 +653,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 235
|
"y": 235
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 1150
|
"y": 1150
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -691,11 +691,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 628,
|
"x": 668,
|
||||||
"y": 230
|
"y": 230
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 628,
|
"x": 668,
|
||||||
"y": 1150
|
"y": 1150
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -729,11 +729,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 935,
|
"x": 995,
|
||||||
"y": 230
|
"y": 230
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 935,
|
"x": 995,
|
||||||
"y": 1150
|
"y": 1150
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -767,11 +767,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1242.5,
|
"x": 1322.5,
|
||||||
"y": 230
|
"y": 230
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1242.5,
|
"x": 1322.5,
|
||||||
"y": 1150
|
"y": 1150
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
56
e2etests/testdata/stable/sequence_diagram_simple/elk/board.exp.json
generated
vendored
|
|
@ -48,7 +48,7 @@
|
||||||
"id": "bob",
|
"id": "bob",
|
||||||
"type": "person",
|
"type": "person",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 271,
|
"x": 291,
|
||||||
"y": 59
|
"y": 59
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "db",
|
"id": "db",
|
||||||
"type": "cylinder",
|
"type": "cylinder",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 578,
|
"x": 618,
|
||||||
"y": 112
|
"y": 112
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
"id": "queue",
|
"id": "queue",
|
||||||
"type": "queue",
|
"type": "queue",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 865,
|
"x": 925,
|
||||||
"y": 164
|
"y": 164
|
||||||
},
|
},
|
||||||
"width": 140,
|
"width": 140,
|
||||||
|
|
@ -171,7 +171,7 @@
|
||||||
"id": "service",
|
"id": "service",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1174,
|
"x": 1254,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 137,
|
"width": 137,
|
||||||
|
|
@ -239,7 +239,7 @@
|
||||||
"y": 310
|
"y": 310
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 310
|
"y": 310
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -273,11 +273,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 400
|
"y": 400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1242.5,
|
"x": 1322.5,
|
||||||
"y": 400
|
"y": 400
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -311,11 +311,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1242.5,
|
"x": 1322.5,
|
||||||
"y": 490
|
"y": 490
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 628,
|
"x": 668,
|
||||||
"y": 490
|
"y": 490
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -349,11 +349,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 628,
|
"x": 668,
|
||||||
"y": 570
|
"y": 570
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1242.5,
|
"x": 1322.5,
|
||||||
"y": 570
|
"y": 570
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -387,11 +387,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1242.5,
|
"x": 1322.5,
|
||||||
"y": 640
|
"y": 640
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 640
|
"y": 640
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -425,7 +425,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 720
|
"y": 720
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -467,7 +467,7 @@
|
||||||
"y": 810
|
"y": 810
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 810
|
"y": 810
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -501,11 +501,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 900
|
"y": 900
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 935,
|
"x": 995,
|
||||||
"y": 900
|
"y": 900
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -539,11 +539,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 935,
|
"x": 995,
|
||||||
"y": 990
|
"y": 990
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 990
|
"y": 990
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -577,7 +577,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 1080
|
"y": 1080
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -653,11 +653,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 235
|
"y": 235
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 321,
|
"x": 341,
|
||||||
"y": 1150
|
"y": 1150
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -691,11 +691,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 628,
|
"x": 668,
|
||||||
"y": 230
|
"y": 230
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 628,
|
"x": 668,
|
||||||
"y": 1150
|
"y": 1150
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -729,11 +729,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 935,
|
"x": 995,
|
||||||
"y": 230
|
"y": 230
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 935,
|
"x": 995,
|
||||||
"y": 1150
|
"y": 1150
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -767,11 +767,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1242.5,
|
"x": 1322.5,
|
||||||
"y": 230
|
"y": 230
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1242.5,
|
"x": 1322.5,
|
||||||
"y": 1150
|
"y": 1150
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
28
e2etests/testdata/stable/sequence_diagram_span/dagre/board.exp.json
generated
vendored
|
|
@ -371,7 +371,7 @@
|
||||||
"id": "concept",
|
"id": "concept",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 665,
|
"x": 685,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -412,7 +412,7 @@
|
||||||
"id": "concept.t",
|
"id": "concept.t",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 709,
|
"x": 729,
|
||||||
"y": 708
|
"y": 708
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -452,7 +452,7 @@
|
||||||
"id": "itemOutcome",
|
"id": "itemOutcome",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 805,
|
"x": 825,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 137,
|
"width": 137,
|
||||||
|
|
@ -493,7 +493,7 @@
|
||||||
"id": "itemOutcome.t1",
|
"id": "itemOutcome.t1",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 867,
|
"x": 887,
|
||||||
"y": 888
|
"y": 888
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -613,7 +613,7 @@
|
||||||
"id": "itemOutcome.t2",
|
"id": "itemOutcome.t2",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 867,
|
"x": 887,
|
||||||
"y": 1158
|
"y": 1158
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -653,7 +653,7 @@
|
||||||
"id": "itemOutcome.t3",
|
"id": "itemOutcome.t3",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 867,
|
"x": 887,
|
||||||
"y": 1248
|
"y": 1248
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -948,7 +948,7 @@
|
||||||
"y": 718
|
"y": 718
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 709,
|
"x": 729,
|
||||||
"y": 718
|
"y": 718
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1024,7 +1024,7 @@
|
||||||
"y": 898
|
"y": 898
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 867.5,
|
"x": 887.5,
|
||||||
"y": 898
|
"y": 898
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1138,7 +1138,7 @@
|
||||||
"y": 1168
|
"y": 1168
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 867.5,
|
"x": 887.5,
|
||||||
"y": 1168
|
"y": 1168
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1176,7 +1176,7 @@
|
||||||
"y": 1258
|
"y": 1258
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 867.5,
|
"x": 887.5,
|
||||||
"y": 1258
|
"y": 1258
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1362,11 +1362,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 715,
|
"x": 735,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 715,
|
"x": 735,
|
||||||
"y": 1328
|
"y": 1328
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1400,11 +1400,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 873.5,
|
"x": 893.5,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 873.5,
|
"x": 893.5,
|
||||||
"y": 1328
|
"y": 1328
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
28
e2etests/testdata/stable/sequence_diagram_span/elk/board.exp.json
generated
vendored
|
|
@ -371,7 +371,7 @@
|
||||||
"id": "concept",
|
"id": "concept",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 665,
|
"x": 685,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -412,7 +412,7 @@
|
||||||
"id": "concept.t",
|
"id": "concept.t",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 709,
|
"x": 729,
|
||||||
"y": 708
|
"y": 708
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -452,7 +452,7 @@
|
||||||
"id": "itemOutcome",
|
"id": "itemOutcome",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 805,
|
"x": 825,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 137,
|
"width": 137,
|
||||||
|
|
@ -493,7 +493,7 @@
|
||||||
"id": "itemOutcome.t1",
|
"id": "itemOutcome.t1",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 867,
|
"x": 887,
|
||||||
"y": 888
|
"y": 888
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -613,7 +613,7 @@
|
||||||
"id": "itemOutcome.t2",
|
"id": "itemOutcome.t2",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 867,
|
"x": 887,
|
||||||
"y": 1158
|
"y": 1158
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -653,7 +653,7 @@
|
||||||
"id": "itemOutcome.t3",
|
"id": "itemOutcome.t3",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 867,
|
"x": 887,
|
||||||
"y": 1248
|
"y": 1248
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -948,7 +948,7 @@
|
||||||
"y": 718
|
"y": 718
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 709,
|
"x": 729,
|
||||||
"y": 718
|
"y": 718
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1024,7 +1024,7 @@
|
||||||
"y": 898
|
"y": 898
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 867.5,
|
"x": 887.5,
|
||||||
"y": 898
|
"y": 898
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1138,7 +1138,7 @@
|
||||||
"y": 1168
|
"y": 1168
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 867.5,
|
"x": 887.5,
|
||||||
"y": 1168
|
"y": 1168
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1176,7 +1176,7 @@
|
||||||
"y": 1258
|
"y": 1258
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 867.5,
|
"x": 887.5,
|
||||||
"y": 1258
|
"y": 1258
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1362,11 +1362,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 715,
|
"x": 735,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 715,
|
"x": 735,
|
||||||
"y": 1328
|
"y": 1328
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -1400,11 +1400,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 873.5,
|
"x": 893.5,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 873.5,
|
"x": 893.5,
|
||||||
"y": 1328
|
"y": 1328
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
330
e2etests/testdata/stable/sequence_diagrams/dagre/board.exp.json
generated
vendored
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
286
e2etests/testdata/stable/sequence_diagrams/elk/board.exp.json
generated
vendored
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
24
e2etests/testdata/todo/sequence_diagram_edge_group_span_field/dagre/board.exp.json
generated
vendored
|
|
@ -10,7 +10,7 @@
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0
|
"y": 0
|
||||||
},
|
},
|
||||||
"width": 351,
|
"width": 371,
|
||||||
"height": 679,
|
"height": 679,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "Office chatter.bob",
|
"id": "Office chatter.bob",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 239,
|
"x": 259,
|
||||||
"y": 88
|
"y": 88
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -173,7 +173,7 @@
|
||||||
"x": 10,
|
"x": 10,
|
||||||
"y": 211
|
"y": 211
|
||||||
},
|
},
|
||||||
"width": 331,
|
"width": 351,
|
||||||
"height": 420,
|
"height": 420,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -215,7 +215,7 @@
|
||||||
"x": 22,
|
"x": 22,
|
||||||
"y": 422
|
"y": 422
|
||||||
},
|
},
|
||||||
"width": 307,
|
"width": 327,
|
||||||
"height": 76,
|
"height": 76,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -257,7 +257,7 @@
|
||||||
"x": 28,
|
"x": 28,
|
||||||
"y": 543
|
"y": 543
|
||||||
},
|
},
|
||||||
"width": 295,
|
"width": 315,
|
||||||
"height": 76,
|
"height": 76,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -296,7 +296,7 @@
|
||||||
"id": "Office chatter.bob.a",
|
"id": "Office chatter.bob.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 283,
|
"x": 303,
|
||||||
"y": 587
|
"y": 587
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -363,7 +363,7 @@
|
||||||
"y": 265
|
"y": 265
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 289,
|
"x": 309,
|
||||||
"y": 265
|
"y": 265
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -397,7 +397,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 289,
|
"x": 309,
|
||||||
"y": 355
|
"y": 355
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -439,7 +439,7 @@
|
||||||
"y": 476
|
"y": 476
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 289,
|
"x": 309,
|
||||||
"y": 476
|
"y": 476
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -473,7 +473,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 283,
|
"x": 303,
|
||||||
"y": 597
|
"y": 597
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -549,11 +549,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 289,
|
"x": 309,
|
||||||
"y": 154
|
"y": 154
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 289,
|
"x": 309,
|
||||||
"y": 667
|
"y": 667
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
24
e2etests/testdata/todo/sequence_diagram_edge_group_span_field/elk/board.exp.json
generated
vendored
|
|
@ -10,7 +10,7 @@
|
||||||
"x": 12,
|
"x": 12,
|
||||||
"y": 12
|
"y": 12
|
||||||
},
|
},
|
||||||
"width": 351,
|
"width": 371,
|
||||||
"height": 679,
|
"height": 679,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "Office chatter.bob",
|
"id": "Office chatter.bob",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 251,
|
"x": 271,
|
||||||
"y": 100
|
"y": 100
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -173,7 +173,7 @@
|
||||||
"x": 22,
|
"x": 22,
|
||||||
"y": 223
|
"y": 223
|
||||||
},
|
},
|
||||||
"width": 331,
|
"width": 351,
|
||||||
"height": 420,
|
"height": 420,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -215,7 +215,7 @@
|
||||||
"x": 34,
|
"x": 34,
|
||||||
"y": 434
|
"y": 434
|
||||||
},
|
},
|
||||||
"width": 307,
|
"width": 327,
|
||||||
"height": 76,
|
"height": 76,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -257,7 +257,7 @@
|
||||||
"x": 40,
|
"x": 40,
|
||||||
"y": 555
|
"y": 555
|
||||||
},
|
},
|
||||||
"width": 295,
|
"width": 315,
|
||||||
"height": 76,
|
"height": 76,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
|
|
@ -296,7 +296,7 @@
|
||||||
"id": "Office chatter.bob.a",
|
"id": "Office chatter.bob.a",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 295,
|
"x": 315,
|
||||||
"y": 599
|
"y": 599
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -363,7 +363,7 @@
|
||||||
"y": 277
|
"y": 277
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 301,
|
"x": 321,
|
||||||
"y": 277
|
"y": 277
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -397,7 +397,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 301,
|
"x": 321,
|
||||||
"y": 367
|
"y": 367
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -439,7 +439,7 @@
|
||||||
"y": 488
|
"y": 488
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 301,
|
"x": 321,
|
||||||
"y": 488
|
"y": 488
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -473,7 +473,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 295,
|
"x": 315,
|
||||||
"y": 609
|
"y": 609
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -549,11 +549,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 301,
|
"x": 321,
|
||||||
"y": 166
|
"y": 166
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 301,
|
"x": 321,
|
||||||
"y": 679
|
"y": 679
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
10
e2etests/testdata/txtar/connection-style-fill/dagre/board.exp.json
generated
vendored
|
|
@ -212,7 +212,7 @@
|
||||||
"id": "bob",
|
"id": "bob",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 838,
|
"x": 858,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -554,7 +554,7 @@
|
||||||
"y": 816
|
"y": 816
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 888,
|
"x": 908,
|
||||||
"y": 816
|
"y": 816
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -589,7 +589,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 888,
|
"x": 908,
|
||||||
"y": 922
|
"y": 922
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -817,11 +817,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 888,
|
"x": 908,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 888,
|
"x": 908,
|
||||||
"y": 992
|
"y": 992
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
10
e2etests/testdata/txtar/connection-style-fill/elk/board.exp.json
generated
vendored
|
|
@ -212,7 +212,7 @@
|
||||||
"id": "bob",
|
"id": "bob",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 838,
|
"x": 858,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -554,7 +554,7 @@
|
||||||
"y": 816
|
"y": 816
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 888,
|
"x": 908,
|
||||||
"y": 816
|
"y": 816
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -589,7 +589,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 888,
|
"x": 908,
|
||||||
"y": 922
|
"y": 922
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -817,11 +817,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 888,
|
"x": 908,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 888,
|
"x": 908,
|
||||||
"y": 992
|
"y": 992
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
26
e2etests/testdata/txtar/sequence-fontsize/dagre/board.exp.json
generated
vendored
|
|
@ -48,7 +48,7 @@
|
||||||
"id": "Libreria",
|
"id": "Libreria",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 367,
|
"x": 387,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "CD",
|
"id": "CD",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1249,
|
"x": 1269,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -170,7 +170,7 @@
|
||||||
"id": "Libreria.t1",
|
"id": "Libreria.t1",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 411,
|
"x": 431,
|
||||||
"y": 193
|
"y": 193
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -237,7 +237,7 @@
|
||||||
"y": 203
|
"y": 203
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 411,
|
"x": 431,
|
||||||
"y": 203
|
"y": 203
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -271,19 +271,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 423,
|
"x": 443,
|
||||||
"y": 288
|
"y": 288
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 858,
|
"x": 878,
|
||||||
"y": 288
|
"y": 288
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 858,
|
"x": 878,
|
||||||
"y": 370.5
|
"y": 370.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 423,
|
"x": 443,
|
||||||
"y": 370.5
|
"y": 370.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -317,7 +317,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 411,
|
"x": 431,
|
||||||
"y": 455.5
|
"y": 455.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -393,11 +393,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 417,
|
"x": 437,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 417,
|
"x": 437,
|
||||||
"y": 525.5
|
"y": 525.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -431,11 +431,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1299,
|
"x": 1319,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1299,
|
"x": 1319,
|
||||||
"y": 525.5
|
"y": 525.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
26
e2etests/testdata/txtar/sequence-fontsize/elk/board.exp.json
generated
vendored
|
|
@ -48,7 +48,7 @@
|
||||||
"id": "Libreria",
|
"id": "Libreria",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 367,
|
"x": 387,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"id": "CD",
|
"id": "CD",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 1249,
|
"x": 1269,
|
||||||
"y": 52
|
"y": 52
|
||||||
},
|
},
|
||||||
"width": 100,
|
"width": 100,
|
||||||
|
|
@ -170,7 +170,7 @@
|
||||||
"id": "Libreria.t1",
|
"id": "Libreria.t1",
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 411,
|
"x": 431,
|
||||||
"y": 193
|
"y": 193
|
||||||
},
|
},
|
||||||
"width": 12,
|
"width": 12,
|
||||||
|
|
@ -237,7 +237,7 @@
|
||||||
"y": 203
|
"y": 203
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 411,
|
"x": 431,
|
||||||
"y": 203
|
"y": 203
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -271,19 +271,19 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 423,
|
"x": 443,
|
||||||
"y": 288
|
"y": 288
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 858,
|
"x": 878,
|
||||||
"y": 288
|
"y": 288
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 858,
|
"x": 878,
|
||||||
"y": 370.5
|
"y": 370.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 423,
|
"x": 443,
|
||||||
"y": 370.5
|
"y": 370.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -317,7 +317,7 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 411,
|
"x": 431,
|
||||||
"y": 455.5
|
"y": 455.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -393,11 +393,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 417,
|
"x": 437,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 417,
|
"x": 437,
|
||||||
"y": 525.5
|
"y": 525.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -431,11 +431,11 @@
|
||||||
"labelPercentage": 0,
|
"labelPercentage": 0,
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 1299,
|
"x": 1319,
|
||||||
"y": 118
|
"y": 118
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 1299,
|
"x": 1319,
|
||||||
"y": 525.5
|
"y": 525.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |