Update tests
|
|
@ -1217,6 +1217,107 @@ foo baz: Foo Baz
|
|||
|
||||
foo baz -> hello
|
||||
`,
|
||||
}, {
|
||||
name: "sequence_diagram_all_shapes",
|
||||
script: `shape: sequence_diagram
|
||||
|
||||
a: "a label" {
|
||||
shape: callout
|
||||
}
|
||||
b: "b\nlabels" {
|
||||
shape: circle
|
||||
}
|
||||
c: "a class" {
|
||||
shape: class
|
||||
+public() bool
|
||||
-private() int
|
||||
}
|
||||
d: "cloudyyyy" {
|
||||
shape: cloud
|
||||
}
|
||||
e: |go
|
||||
a := 5
|
||||
b := a + 7
|
||||
fmt.Printf("%d", b)
|
||||
|
|
||||
f: "cyl" {
|
||||
shape: cylinder
|
||||
}
|
||||
g: "dia" {
|
||||
shape: diamond
|
||||
}
|
||||
h: "docs" {
|
||||
shape: document
|
||||
}
|
||||
i: "six corners" {
|
||||
shape: hexagon
|
||||
}
|
||||
j: "a random icon" {
|
||||
shape: image
|
||||
icon: https://icons.terrastruct.com/essentials/004-picture.svg
|
||||
}
|
||||
k: "over" {
|
||||
shape: oval
|
||||
}
|
||||
l: "pack" {
|
||||
shape: package
|
||||
}
|
||||
m: "docs page" {
|
||||
shape: page
|
||||
}
|
||||
n: "too\nhard\to say" {
|
||||
shape: parallelogram
|
||||
}
|
||||
o: "single\nperson" {
|
||||
shape: person
|
||||
}
|
||||
p: "a queue" {
|
||||
shape: queue
|
||||
}
|
||||
q: "a square" {
|
||||
shape: square
|
||||
}
|
||||
r: "a step at a time" {
|
||||
shape: step
|
||||
}
|
||||
s: "data" {
|
||||
shape: stored_data
|
||||
}
|
||||
|
||||
t: "users" {
|
||||
shape: sql_table
|
||||
id: int
|
||||
name: varchar
|
||||
}
|
||||
|
||||
a -> b: |go
|
||||
result := callThisFunction(obj, 5)
|
||||
|
|
||||
b <-> c: "mid" {
|
||||
source-arrowhead: "this side" {
|
||||
shape: diamond
|
||||
}
|
||||
target-arrowhead: "other side" {
|
||||
shape: triangle
|
||||
}
|
||||
}
|
||||
c -> d
|
||||
d -> e
|
||||
e -> f
|
||||
f -> g
|
||||
g -> h
|
||||
h -> i
|
||||
i -> j
|
||||
j -> k
|
||||
k -> l
|
||||
l -> m
|
||||
m -> n
|
||||
n -> o
|
||||
o -> p
|
||||
p -> q
|
||||
q -> r
|
||||
r -> s
|
||||
s -> t`,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
2343
e2etests/testdata/stable/sequence_diagram_all_shapes/dagre/board.exp.json
generated
vendored
Normal file
55
e2etests/testdata/stable/sequence_diagram_all_shapes/dagre/sketch.exp.svg
vendored
Normal file
|
After Width: | Height: | Size: 991 KiB |
2343
e2etests/testdata/stable/sequence_diagram_all_shapes/elk/board.exp.json
generated
vendored
Normal file
55
e2etests/testdata/stable/sequence_diagram_all_shapes/elk/sketch.exp.svg
vendored
Normal file
|
After Width: | Height: | Size: 991 KiB |
264
e2etests/testdata/stable/sequence_diagram_nested_span/dagre/board.exp.json
generated
vendored
|
|
@ -44,11 +44,11 @@
|
|||
"id": "scorer.abc",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 79,
|
||||
"y": 1236
|
||||
"x": 83,
|
||||
"y": 1085
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 7,
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
"id": "itemResponse",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 379,
|
||||
"x": 429,
|
||||
"y": 50
|
||||
},
|
||||
"width": 270,
|
||||
|
|
@ -121,11 +121,11 @@
|
|||
"id": "itemResponse.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 504,
|
||||
"y": 336
|
||||
"x": 558,
|
||||
"y": 305
|
||||
},
|
||||
"width": 20,
|
||||
"height": 160,
|
||||
"width": 12,
|
||||
"height": 162,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
"id": "item",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 849,
|
||||
"x": 949,
|
||||
"y": 50
|
||||
},
|
||||
"width": 157,
|
||||
|
|
@ -198,11 +198,11 @@
|
|||
"id": "item.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 917,
|
||||
"y": 476
|
||||
"x": 1021,
|
||||
"y": 419
|
||||
},
|
||||
"width": 20,
|
||||
"height": 770,
|
||||
"width": 12,
|
||||
"height": 698,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -236,11 +236,11 @@
|
|||
"id": "item.a.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 912,
|
||||
"y": 486
|
||||
"x": 1017,
|
||||
"y": 435
|
||||
},
|
||||
"width": 30,
|
||||
"height": 160,
|
||||
"width": 20,
|
||||
"height": 162,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -274,7 +274,7 @@
|
|||
"id": "essayRubric",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 1206,
|
||||
"x": 1356,
|
||||
"y": 50
|
||||
},
|
||||
"width": 245,
|
||||
|
|
@ -313,10 +313,10 @@
|
|||
"id": "essayRubric.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1318,
|
||||
"y": 616
|
||||
"x": 1472,
|
||||
"y": 533
|
||||
},
|
||||
"width": 20,
|
||||
"width": 12,
|
||||
"height": 340,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -351,11 +351,11 @@
|
|||
"id": "essayRubric.a.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1313,
|
||||
"y": 626
|
||||
"x": 1468,
|
||||
"y": 549
|
||||
},
|
||||
"width": 30,
|
||||
"height": 320,
|
||||
"width": 20,
|
||||
"height": 308,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -389,11 +389,11 @@
|
|||
"id": "essayRubric.a.b.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1308,
|
||||
"y": 636
|
||||
"x": 1464,
|
||||
"y": 565
|
||||
},
|
||||
"width": 40,
|
||||
"height": 160,
|
||||
"width": 28,
|
||||
"height": 162,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -427,7 +427,7 @@
|
|||
"id": "concept",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 1651,
|
||||
"x": 1851,
|
||||
"y": 50
|
||||
},
|
||||
"width": 200,
|
||||
|
|
@ -466,11 +466,11 @@
|
|||
"id": "concept.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1741,
|
||||
"y": 756
|
||||
"x": 1945,
|
||||
"y": 647
|
||||
},
|
||||
"width": 20,
|
||||
"height": 370,
|
||||
"width": 12,
|
||||
"height": 388,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -504,11 +504,11 @@
|
|||
"id": "concept.a.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1736,
|
||||
"y": 766
|
||||
"x": 1941,
|
||||
"y": 663
|
||||
},
|
||||
"width": 30,
|
||||
"height": 350,
|
||||
"width": 20,
|
||||
"height": 356,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -542,11 +542,11 @@
|
|||
"id": "concept.a.b.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1731,
|
||||
"y": 776
|
||||
"x": 1937,
|
||||
"y": 679
|
||||
},
|
||||
"width": 40,
|
||||
"height": 330,
|
||||
"width": 28,
|
||||
"height": 324,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -580,11 +580,11 @@
|
|||
"id": "concept.a.b.c.d",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1726,
|
||||
"y": 786
|
||||
"x": 1933,
|
||||
"y": 695
|
||||
},
|
||||
"width": 50,
|
||||
"height": 310,
|
||||
"width": 36,
|
||||
"height": 292,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -618,7 +618,7 @@
|
|||
"id": "itemOutcome",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 2051,
|
||||
"x": 2301,
|
||||
"y": 50
|
||||
},
|
||||
"width": 265,
|
||||
|
|
@ -657,11 +657,11 @@
|
|||
"id": "itemOutcome.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2173,
|
||||
"y": 1046
|
||||
"x": 2427,
|
||||
"y": 891
|
||||
},
|
||||
"width": 20,
|
||||
"height": 390,
|
||||
"width": 12,
|
||||
"height": 420,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -695,11 +695,11 @@
|
|||
"id": "itemOutcome.a.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2168,
|
||||
"y": 1056
|
||||
"x": 2423,
|
||||
"y": 907
|
||||
},
|
||||
"width": 30,
|
||||
"height": 370,
|
||||
"width": 20,
|
||||
"height": 388,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -733,11 +733,11 @@
|
|||
"id": "itemOutcome.a.b.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2163,
|
||||
"y": 1066
|
||||
"x": 2419,
|
||||
"y": 923
|
||||
},
|
||||
"width": 40,
|
||||
"height": 350,
|
||||
"width": 28,
|
||||
"height": 356,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -771,11 +771,11 @@
|
|||
"id": "itemOutcome.a.b.c.d",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2158,
|
||||
"y": 1076
|
||||
"x": 2415,
|
||||
"y": 939
|
||||
},
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"width": 36,
|
||||
"height": 324,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -809,11 +809,11 @@
|
|||
"id": "itemOutcome.a.b.c.d.e",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2153,
|
||||
"y": 1086
|
||||
"x": 2411,
|
||||
"y": 955
|
||||
},
|
||||
"width": 60,
|
||||
"height": 310,
|
||||
"width": 44,
|
||||
"height": 292,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -847,11 +847,11 @@
|
|||
"id": "itemResponse.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 504,
|
||||
"y": 1536
|
||||
"x": 558,
|
||||
"y": 1345
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -909,12 +909,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 94.5,
|
||||
"y": 341
|
||||
"x": 89.5,
|
||||
"y": 321
|
||||
},
|
||||
{
|
||||
"x": 499,
|
||||
"y": 341
|
||||
"x": 558,
|
||||
"y": 321
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -948,12 +948,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 529,
|
||||
"y": 491
|
||||
"x": 570,
|
||||
"y": 451
|
||||
},
|
||||
{
|
||||
"x": 907.5,
|
||||
"y": 491
|
||||
"x": 1017.5,
|
||||
"y": 451
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -987,12 +987,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 947.5,
|
||||
"y": 641
|
||||
"x": 1037.5,
|
||||
"y": 581
|
||||
},
|
||||
{
|
||||
"x": 1303.5,
|
||||
"y": 641
|
||||
"x": 1464.5,
|
||||
"y": 581
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1026,12 +1026,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1353.5,
|
||||
"y": 791
|
||||
"x": 1492.5,
|
||||
"y": 711
|
||||
},
|
||||
{
|
||||
"x": 1721,
|
||||
"y": 791
|
||||
"x": 1933,
|
||||
"y": 711
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1065,12 +1065,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 942.5,
|
||||
"y": 941
|
||||
"x": 1033.5,
|
||||
"y": 841
|
||||
},
|
||||
{
|
||||
"x": 1308.5,
|
||||
"y": 941
|
||||
"x": 1468.5,
|
||||
"y": 841
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1104,12 +1104,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1781,
|
||||
"y": 1091
|
||||
"x": 1969,
|
||||
"y": 971
|
||||
},
|
||||
{
|
||||
"x": 2148.5,
|
||||
"y": 1091
|
||||
"x": 2411.5,
|
||||
"y": 971
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1143,12 +1143,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 1241
|
||||
"x": 95.5,
|
||||
"y": 1101
|
||||
},
|
||||
{
|
||||
"x": 912.5,
|
||||
"y": 1241
|
||||
"x": 1021.5,
|
||||
"y": 1101
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1182,12 +1182,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 2148.5,
|
||||
"y": 1391
|
||||
"x": 2411.5,
|
||||
"y": 1231
|
||||
},
|
||||
{
|
||||
"x": 94.5,
|
||||
"y": 1391
|
||||
"x": 89.5,
|
||||
"y": 1231
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1221,12 +1221,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 94.5,
|
||||
"y": 1541
|
||||
"x": 89.5,
|
||||
"y": 1361
|
||||
},
|
||||
{
|
||||
"x": 499,
|
||||
"y": 1541
|
||||
"x": 558,
|
||||
"y": 1361
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1243,9 +1243,9 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeWidth": 5,
|
||||
"stroke": "red",
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
|
|
@ -1265,7 +1265,7 @@
|
|||
},
|
||||
{
|
||||
"x": 89.5,
|
||||
"y": 1691
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1282,7 +1282,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1299,12 +1299,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 514,
|
||||
"x": 564,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 514,
|
||||
"y": 1691
|
||||
"x": 564,
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1321,7 +1321,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1338,12 +1338,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 927.5,
|
||||
"x": 1027.5,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 927.5,
|
||||
"y": 1691
|
||||
"x": 1027.5,
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1360,7 +1360,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1377,12 +1377,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1328.5,
|
||||
"x": 1478.5,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 1328.5,
|
||||
"y": 1691
|
||||
"x": 1478.5,
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1399,7 +1399,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1416,12 +1416,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1751,
|
||||
"x": 1951,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 1751,
|
||||
"y": 1691
|
||||
"x": 1951,
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1438,7 +1438,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1455,12 +1455,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 2183.5,
|
||||
"x": 2433.5,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 2183.5,
|
||||
"y": 1691
|
||||
"x": 2433.5,
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
264
e2etests/testdata/stable/sequence_diagram_nested_span/elk/board.exp.json
generated
vendored
|
|
@ -44,11 +44,11 @@
|
|||
"id": "scorer.abc",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 79,
|
||||
"y": 1236
|
||||
"x": 83,
|
||||
"y": 1085
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 7,
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
"id": "itemResponse",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 379,
|
||||
"x": 429,
|
||||
"y": 50
|
||||
},
|
||||
"width": 270,
|
||||
|
|
@ -121,11 +121,11 @@
|
|||
"id": "itemResponse.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 504,
|
||||
"y": 336
|
||||
"x": 558,
|
||||
"y": 305
|
||||
},
|
||||
"width": 20,
|
||||
"height": 160,
|
||||
"width": 12,
|
||||
"height": 162,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
"id": "item",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 849,
|
||||
"x": 949,
|
||||
"y": 50
|
||||
},
|
||||
"width": 157,
|
||||
|
|
@ -198,11 +198,11 @@
|
|||
"id": "item.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 917,
|
||||
"y": 476
|
||||
"x": 1021,
|
||||
"y": 419
|
||||
},
|
||||
"width": 20,
|
||||
"height": 770,
|
||||
"width": 12,
|
||||
"height": 698,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -236,11 +236,11 @@
|
|||
"id": "item.a.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 912,
|
||||
"y": 486
|
||||
"x": 1017,
|
||||
"y": 435
|
||||
},
|
||||
"width": 30,
|
||||
"height": 160,
|
||||
"width": 20,
|
||||
"height": 162,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -274,7 +274,7 @@
|
|||
"id": "essayRubric",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 1206,
|
||||
"x": 1356,
|
||||
"y": 50
|
||||
},
|
||||
"width": 245,
|
||||
|
|
@ -313,10 +313,10 @@
|
|||
"id": "essayRubric.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1318,
|
||||
"y": 616
|
||||
"x": 1472,
|
||||
"y": 533
|
||||
},
|
||||
"width": 20,
|
||||
"width": 12,
|
||||
"height": 340,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -351,11 +351,11 @@
|
|||
"id": "essayRubric.a.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1313,
|
||||
"y": 626
|
||||
"x": 1468,
|
||||
"y": 549
|
||||
},
|
||||
"width": 30,
|
||||
"height": 320,
|
||||
"width": 20,
|
||||
"height": 308,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -389,11 +389,11 @@
|
|||
"id": "essayRubric.a.b.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1308,
|
||||
"y": 636
|
||||
"x": 1464,
|
||||
"y": 565
|
||||
},
|
||||
"width": 40,
|
||||
"height": 160,
|
||||
"width": 28,
|
||||
"height": 162,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -427,7 +427,7 @@
|
|||
"id": "concept",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 1651,
|
||||
"x": 1851,
|
||||
"y": 50
|
||||
},
|
||||
"width": 200,
|
||||
|
|
@ -466,11 +466,11 @@
|
|||
"id": "concept.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1741,
|
||||
"y": 756
|
||||
"x": 1945,
|
||||
"y": 647
|
||||
},
|
||||
"width": 20,
|
||||
"height": 370,
|
||||
"width": 12,
|
||||
"height": 388,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -504,11 +504,11 @@
|
|||
"id": "concept.a.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1736,
|
||||
"y": 766
|
||||
"x": 1941,
|
||||
"y": 663
|
||||
},
|
||||
"width": 30,
|
||||
"height": 350,
|
||||
"width": 20,
|
||||
"height": 356,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -542,11 +542,11 @@
|
|||
"id": "concept.a.b.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1731,
|
||||
"y": 776
|
||||
"x": 1937,
|
||||
"y": 679
|
||||
},
|
||||
"width": 40,
|
||||
"height": 330,
|
||||
"width": 28,
|
||||
"height": 324,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -580,11 +580,11 @@
|
|||
"id": "concept.a.b.c.d",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1726,
|
||||
"y": 786
|
||||
"x": 1933,
|
||||
"y": 695
|
||||
},
|
||||
"width": 50,
|
||||
"height": 310,
|
||||
"width": 36,
|
||||
"height": 292,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -618,7 +618,7 @@
|
|||
"id": "itemOutcome",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 2051,
|
||||
"x": 2301,
|
||||
"y": 50
|
||||
},
|
||||
"width": 265,
|
||||
|
|
@ -657,11 +657,11 @@
|
|||
"id": "itemOutcome.a",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2173,
|
||||
"y": 1046
|
||||
"x": 2427,
|
||||
"y": 891
|
||||
},
|
||||
"width": 20,
|
||||
"height": 390,
|
||||
"width": 12,
|
||||
"height": 420,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -695,11 +695,11 @@
|
|||
"id": "itemOutcome.a.b",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2168,
|
||||
"y": 1056
|
||||
"x": 2423,
|
||||
"y": 907
|
||||
},
|
||||
"width": 30,
|
||||
"height": 370,
|
||||
"width": 20,
|
||||
"height": 388,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -733,11 +733,11 @@
|
|||
"id": "itemOutcome.a.b.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2163,
|
||||
"y": 1066
|
||||
"x": 2419,
|
||||
"y": 923
|
||||
},
|
||||
"width": 40,
|
||||
"height": 350,
|
||||
"width": 28,
|
||||
"height": 356,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -771,11 +771,11 @@
|
|||
"id": "itemOutcome.a.b.c.d",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2158,
|
||||
"y": 1076
|
||||
"x": 2415,
|
||||
"y": 939
|
||||
},
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"width": 36,
|
||||
"height": 324,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -809,11 +809,11 @@
|
|||
"id": "itemOutcome.a.b.c.d.e",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2153,
|
||||
"y": 1086
|
||||
"x": 2411,
|
||||
"y": 955
|
||||
},
|
||||
"width": 60,
|
||||
"height": 310,
|
||||
"width": 44,
|
||||
"height": 292,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -847,11 +847,11 @@
|
|||
"id": "itemResponse.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 504,
|
||||
"y": 1536
|
||||
"x": 558,
|
||||
"y": 1345
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -909,12 +909,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 94.5,
|
||||
"y": 341
|
||||
"x": 89.5,
|
||||
"y": 321
|
||||
},
|
||||
{
|
||||
"x": 499,
|
||||
"y": 341
|
||||
"x": 558,
|
||||
"y": 321
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -948,12 +948,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 529,
|
||||
"y": 491
|
||||
"x": 570,
|
||||
"y": 451
|
||||
},
|
||||
{
|
||||
"x": 907.5,
|
||||
"y": 491
|
||||
"x": 1017.5,
|
||||
"y": 451
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -987,12 +987,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 947.5,
|
||||
"y": 641
|
||||
"x": 1037.5,
|
||||
"y": 581
|
||||
},
|
||||
{
|
||||
"x": 1303.5,
|
||||
"y": 641
|
||||
"x": 1464.5,
|
||||
"y": 581
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1026,12 +1026,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1353.5,
|
||||
"y": 791
|
||||
"x": 1492.5,
|
||||
"y": 711
|
||||
},
|
||||
{
|
||||
"x": 1721,
|
||||
"y": 791
|
||||
"x": 1933,
|
||||
"y": 711
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1065,12 +1065,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 942.5,
|
||||
"y": 941
|
||||
"x": 1033.5,
|
||||
"y": 841
|
||||
},
|
||||
{
|
||||
"x": 1308.5,
|
||||
"y": 941
|
||||
"x": 1468.5,
|
||||
"y": 841
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1104,12 +1104,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1781,
|
||||
"y": 1091
|
||||
"x": 1969,
|
||||
"y": 971
|
||||
},
|
||||
{
|
||||
"x": 2148.5,
|
||||
"y": 1091
|
||||
"x": 2411.5,
|
||||
"y": 971
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1143,12 +1143,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 1241
|
||||
"x": 95.5,
|
||||
"y": 1101
|
||||
},
|
||||
{
|
||||
"x": 912.5,
|
||||
"y": 1241
|
||||
"x": 1021.5,
|
||||
"y": 1101
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1182,12 +1182,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 2148.5,
|
||||
"y": 1391
|
||||
"x": 2411.5,
|
||||
"y": 1231
|
||||
},
|
||||
{
|
||||
"x": 94.5,
|
||||
"y": 1391
|
||||
"x": 89.5,
|
||||
"y": 1231
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1221,12 +1221,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 94.5,
|
||||
"y": 1541
|
||||
"x": 89.5,
|
||||
"y": 1361
|
||||
},
|
||||
{
|
||||
"x": 499,
|
||||
"y": 1541
|
||||
"x": 558,
|
||||
"y": 1361
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1243,9 +1243,9 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeWidth": 5,
|
||||
"stroke": "red",
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
|
|
@ -1265,7 +1265,7 @@
|
|||
},
|
||||
{
|
||||
"x": 89.5,
|
||||
"y": 1691
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1282,7 +1282,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1299,12 +1299,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 514,
|
||||
"x": 564,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 514,
|
||||
"y": 1691
|
||||
"x": 564,
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1321,7 +1321,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1338,12 +1338,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 927.5,
|
||||
"x": 1027.5,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 927.5,
|
||||
"y": 1691
|
||||
"x": 1027.5,
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1360,7 +1360,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1377,12 +1377,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1328.5,
|
||||
"x": 1478.5,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 1328.5,
|
||||
"y": 1691
|
||||
"x": 1478.5,
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1399,7 +1399,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1416,12 +1416,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1751,
|
||||
"x": 1951,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 1751,
|
||||
"y": 1691
|
||||
"x": 1951,
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1438,7 +1438,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1455,12 +1455,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 2183.5,
|
||||
"x": 2433.5,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 2183.5,
|
||||
"y": 1691
|
||||
"x": 2433.5,
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
154
e2etests/testdata/stable/sequence_diagram_simple/dagre/board.exp.json
generated
vendored
|
|
@ -6,7 +6,7 @@
|
|||
"type": "person",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
"y": 130
|
||||
"y": 77
|
||||
},
|
||||
"width": 163,
|
||||
"height": 158,
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"underline": false,
|
||||
"labelWidth": 63,
|
||||
"labelHeight": 58,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"labelPosition": "OUTSIDE_BOTTOM_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
|
|
@ -45,10 +45,10 @@
|
|||
"type": "person",
|
||||
"pos": {
|
||||
"x": 480,
|
||||
"y": 162
|
||||
"y": 124
|
||||
},
|
||||
"width": 132,
|
||||
"height": 126,
|
||||
"width": 150,
|
||||
"height": 143,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 5,
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
"underline": false,
|
||||
"labelWidth": 32,
|
||||
"labelHeight": 26,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"labelPosition": "OUTSIDE_BOTTOM_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
|
|
@ -83,11 +83,11 @@
|
|||
"id": "db",
|
||||
"type": "cylinder",
|
||||
"pos": {
|
||||
"x": 929,
|
||||
"y": 162
|
||||
"x": 947,
|
||||
"y": 136
|
||||
},
|
||||
"width": 124,
|
||||
"height": 126,
|
||||
"width": 150,
|
||||
"height": 152,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -122,11 +122,11 @@
|
|||
"id": "queue",
|
||||
"type": "queue",
|
||||
"pos": {
|
||||
"x": 1370,
|
||||
"y": 162
|
||||
"x": 1414,
|
||||
"y": 161
|
||||
},
|
||||
"width": 149,
|
||||
"height": 126,
|
||||
"width": 150,
|
||||
"height": 127,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -161,7 +161,7 @@
|
|||
"id": "service",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 1836,
|
||||
"x": 1881,
|
||||
"y": 50
|
||||
},
|
||||
"width": 202,
|
||||
|
|
@ -224,12 +224,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 86.5,
|
||||
"y": 438
|
||||
"x": 81.5,
|
||||
"y": 418
|
||||
},
|
||||
{
|
||||
"x": 541,
|
||||
"y": 438
|
||||
"x": 555,
|
||||
"y": 418
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -263,12 +263,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 551,
|
||||
"y": 588
|
||||
"x": 555,
|
||||
"y": 548
|
||||
},
|
||||
{
|
||||
"x": 1932,
|
||||
"y": 588
|
||||
"x": 1982,
|
||||
"y": 548
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -302,12 +302,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1932,
|
||||
"y": 738
|
||||
"x": 1982,
|
||||
"y": 678
|
||||
},
|
||||
{
|
||||
"x": 996,
|
||||
"y": 738
|
||||
"x": 1022,
|
||||
"y": 678
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -341,12 +341,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 996,
|
||||
"y": 888
|
||||
"x": 1022,
|
||||
"y": 808
|
||||
},
|
||||
{
|
||||
"x": 1932,
|
||||
"y": 888
|
||||
"x": 1982,
|
||||
"y": 808
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -380,12 +380,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1932,
|
||||
"y": 1038
|
||||
"x": 1982,
|
||||
"y": 938
|
||||
},
|
||||
{
|
||||
"x": 551,
|
||||
"y": 1038
|
||||
"x": 555,
|
||||
"y": 938
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -419,12 +419,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 541,
|
||||
"y": 1188
|
||||
"x": 555,
|
||||
"y": 1068
|
||||
},
|
||||
{
|
||||
"x": 86.5,
|
||||
"y": 1188
|
||||
"x": 81.5,
|
||||
"y": 1068
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -458,12 +458,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 86.5,
|
||||
"y": 1338
|
||||
"x": 81.5,
|
||||
"y": 1198
|
||||
},
|
||||
{
|
||||
"x": 541,
|
||||
"y": 1338
|
||||
"x": 555,
|
||||
"y": 1198
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -497,12 +497,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 551,
|
||||
"y": 1488
|
||||
"x": 555,
|
||||
"y": 1328
|
||||
},
|
||||
{
|
||||
"x": 1439.5,
|
||||
"y": 1488
|
||||
"x": 1489,
|
||||
"y": 1328
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -536,12 +536,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1439.5,
|
||||
"y": 1638
|
||||
"x": 1489,
|
||||
"y": 1458
|
||||
},
|
||||
{
|
||||
"x": 551,
|
||||
"y": 1638
|
||||
"x": 555,
|
||||
"y": 1458
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -575,12 +575,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 541,
|
||||
"y": 1788
|
||||
"x": 555,
|
||||
"y": 1588
|
||||
},
|
||||
{
|
||||
"x": 86.5,
|
||||
"y": 1788
|
||||
"x": 81.5,
|
||||
"y": 1588
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -597,9 +597,9 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "red",
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
|
|
@ -615,11 +615,11 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 81.5,
|
||||
"y": 288
|
||||
"y": 293
|
||||
},
|
||||
{
|
||||
"x": 81.5,
|
||||
"y": 1938
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -636,8 +636,8 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeWidth": 5,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
|
|
@ -653,12 +653,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 546,
|
||||
"y": 288
|
||||
"x": 555,
|
||||
"y": 293
|
||||
},
|
||||
{
|
||||
"x": 546,
|
||||
"y": 1938
|
||||
"x": 555,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -675,7 +675,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -692,12 +692,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 991,
|
||||
"x": 1022,
|
||||
"y": 288
|
||||
},
|
||||
{
|
||||
"x": 991,
|
||||
"y": 1938
|
||||
"x": 1022,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -714,7 +714,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -731,12 +731,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1444.5,
|
||||
"x": 1489,
|
||||
"y": 288
|
||||
},
|
||||
{
|
||||
"x": 1444.5,
|
||||
"y": 1938
|
||||
"x": 1489,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -753,7 +753,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -770,12 +770,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1937,
|
||||
"x": 1982,
|
||||
"y": 288
|
||||
},
|
||||
{
|
||||
"x": 1937,
|
||||
"y": 1938
|
||||
"x": 1982,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 474 KiB After Width: | Height: | Size: 474 KiB |
154
e2etests/testdata/stable/sequence_diagram_simple/elk/board.exp.json
generated
vendored
|
|
@ -6,7 +6,7 @@
|
|||
"type": "person",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
"y": 130
|
||||
"y": 77
|
||||
},
|
||||
"width": 163,
|
||||
"height": 158,
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"underline": false,
|
||||
"labelWidth": 63,
|
||||
"labelHeight": 58,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"labelPosition": "OUTSIDE_BOTTOM_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
|
|
@ -45,10 +45,10 @@
|
|||
"type": "person",
|
||||
"pos": {
|
||||
"x": 480,
|
||||
"y": 162
|
||||
"y": 124
|
||||
},
|
||||
"width": 132,
|
||||
"height": 126,
|
||||
"width": 150,
|
||||
"height": 143,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 5,
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
"underline": false,
|
||||
"labelWidth": 32,
|
||||
"labelHeight": 26,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"labelPosition": "OUTSIDE_BOTTOM_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
|
|
@ -83,11 +83,11 @@
|
|||
"id": "db",
|
||||
"type": "cylinder",
|
||||
"pos": {
|
||||
"x": 929,
|
||||
"y": 162
|
||||
"x": 947,
|
||||
"y": 136
|
||||
},
|
||||
"width": 124,
|
||||
"height": 126,
|
||||
"width": 150,
|
||||
"height": 152,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -122,11 +122,11 @@
|
|||
"id": "queue",
|
||||
"type": "queue",
|
||||
"pos": {
|
||||
"x": 1370,
|
||||
"y": 162
|
||||
"x": 1414,
|
||||
"y": 161
|
||||
},
|
||||
"width": 149,
|
||||
"height": 126,
|
||||
"width": 150,
|
||||
"height": 127,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -161,7 +161,7 @@
|
|||
"id": "service",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 1836,
|
||||
"x": 1881,
|
||||
"y": 50
|
||||
},
|
||||
"width": 202,
|
||||
|
|
@ -224,12 +224,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 86.5,
|
||||
"y": 438
|
||||
"x": 81.5,
|
||||
"y": 418
|
||||
},
|
||||
{
|
||||
"x": 541,
|
||||
"y": 438
|
||||
"x": 555,
|
||||
"y": 418
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -263,12 +263,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 551,
|
||||
"y": 588
|
||||
"x": 555,
|
||||
"y": 548
|
||||
},
|
||||
{
|
||||
"x": 1932,
|
||||
"y": 588
|
||||
"x": 1982,
|
||||
"y": 548
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -302,12 +302,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1932,
|
||||
"y": 738
|
||||
"x": 1982,
|
||||
"y": 678
|
||||
},
|
||||
{
|
||||
"x": 996,
|
||||
"y": 738
|
||||
"x": 1022,
|
||||
"y": 678
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -341,12 +341,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 996,
|
||||
"y": 888
|
||||
"x": 1022,
|
||||
"y": 808
|
||||
},
|
||||
{
|
||||
"x": 1932,
|
||||
"y": 888
|
||||
"x": 1982,
|
||||
"y": 808
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -380,12 +380,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1932,
|
||||
"y": 1038
|
||||
"x": 1982,
|
||||
"y": 938
|
||||
},
|
||||
{
|
||||
"x": 551,
|
||||
"y": 1038
|
||||
"x": 555,
|
||||
"y": 938
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -419,12 +419,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 541,
|
||||
"y": 1188
|
||||
"x": 555,
|
||||
"y": 1068
|
||||
},
|
||||
{
|
||||
"x": 86.5,
|
||||
"y": 1188
|
||||
"x": 81.5,
|
||||
"y": 1068
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -458,12 +458,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 86.5,
|
||||
"y": 1338
|
||||
"x": 81.5,
|
||||
"y": 1198
|
||||
},
|
||||
{
|
||||
"x": 541,
|
||||
"y": 1338
|
||||
"x": 555,
|
||||
"y": 1198
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -497,12 +497,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 551,
|
||||
"y": 1488
|
||||
"x": 555,
|
||||
"y": 1328
|
||||
},
|
||||
{
|
||||
"x": 1439.5,
|
||||
"y": 1488
|
||||
"x": 1489,
|
||||
"y": 1328
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -536,12 +536,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1439.5,
|
||||
"y": 1638
|
||||
"x": 1489,
|
||||
"y": 1458
|
||||
},
|
||||
{
|
||||
"x": 551,
|
||||
"y": 1638
|
||||
"x": 555,
|
||||
"y": 1458
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -575,12 +575,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 541,
|
||||
"y": 1788
|
||||
"x": 555,
|
||||
"y": 1588
|
||||
},
|
||||
{
|
||||
"x": 86.5,
|
||||
"y": 1788
|
||||
"x": 81.5,
|
||||
"y": 1588
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -597,9 +597,9 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "red",
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
|
|
@ -615,11 +615,11 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 81.5,
|
||||
"y": 288
|
||||
"y": 293
|
||||
},
|
||||
{
|
||||
"x": 81.5,
|
||||
"y": 1938
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -636,8 +636,8 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeWidth": 5,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
|
|
@ -653,12 +653,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 546,
|
||||
"y": 288
|
||||
"x": 555,
|
||||
"y": 293
|
||||
},
|
||||
{
|
||||
"x": 546,
|
||||
"y": 1938
|
||||
"x": 555,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -675,7 +675,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -692,12 +692,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 991,
|
||||
"x": 1022,
|
||||
"y": 288
|
||||
},
|
||||
{
|
||||
"x": 991,
|
||||
"y": 1938
|
||||
"x": 1022,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -714,7 +714,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -731,12 +731,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1444.5,
|
||||
"x": 1489,
|
||||
"y": 288
|
||||
},
|
||||
{
|
||||
"x": 1444.5,
|
||||
"y": 1938
|
||||
"x": 1489,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -753,7 +753,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -770,12 +770,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1937,
|
||||
"x": 1982,
|
||||
"y": 288
|
||||
},
|
||||
{
|
||||
"x": 1937,
|
||||
"y": 1938
|
||||
"x": 1982,
|
||||
"y": 1718
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 474 KiB After Width: | Height: | Size: 474 KiB |
246
e2etests/testdata/stable/sequence_diagram_span/dagre/board.exp.json
generated
vendored
|
|
@ -44,11 +44,11 @@
|
|||
"id": "scorer.t",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 79,
|
||||
"y": 336
|
||||
"x": 83,
|
||||
"y": 305
|
||||
},
|
||||
"width": 20,
|
||||
"height": 1810,
|
||||
"width": 12,
|
||||
"height": 1592,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
"id": "itemResponse",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 379,
|
||||
"x": 429,
|
||||
"y": 50
|
||||
},
|
||||
"width": 270,
|
||||
|
|
@ -121,11 +121,11 @@
|
|||
"id": "itemResponse.t",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 504,
|
||||
"y": 336
|
||||
"x": 558,
|
||||
"y": 305
|
||||
},
|
||||
"width": 20,
|
||||
"height": 160,
|
||||
"width": 12,
|
||||
"height": 162,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
"id": "item",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 849,
|
||||
"x": 949,
|
||||
"y": 50
|
||||
},
|
||||
"width": 157,
|
||||
|
|
@ -198,11 +198,11 @@
|
|||
"id": "item.t1",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 917,
|
||||
"y": 636
|
||||
"x": 1021,
|
||||
"y": 565
|
||||
},
|
||||
"width": 20,
|
||||
"height": 160,
|
||||
"width": 12,
|
||||
"height": 162,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -236,7 +236,7 @@
|
|||
"id": "essayRubric",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 1206,
|
||||
"x": 1356,
|
||||
"y": 50
|
||||
},
|
||||
"width": 245,
|
||||
|
|
@ -275,11 +275,11 @@
|
|||
"id": "essayRubric.t",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1318,
|
||||
"y": 936
|
||||
"x": 1472,
|
||||
"y": 825
|
||||
},
|
||||
"width": 20,
|
||||
"height": 460,
|
||||
"width": 12,
|
||||
"height": 422,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -313,11 +313,11 @@
|
|||
"id": "essayRubric.t.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1313,
|
||||
"y": 1086
|
||||
"x": 1468,
|
||||
"y": 955
|
||||
},
|
||||
"width": 30,
|
||||
"height": 160,
|
||||
"width": 20,
|
||||
"height": 162,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -351,7 +351,7 @@
|
|||
"id": "concept",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 1651,
|
||||
"x": 1851,
|
||||
"y": 50
|
||||
},
|
||||
"width": 200,
|
||||
|
|
@ -390,11 +390,11 @@
|
|||
"id": "concept.t",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1741,
|
||||
"y": 1236
|
||||
"x": 1945,
|
||||
"y": 1085
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -428,7 +428,7 @@
|
|||
"id": "itemOutcome",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 2051,
|
||||
"x": 2301,
|
||||
"y": 50
|
||||
},
|
||||
"width": 265,
|
||||
|
|
@ -467,11 +467,11 @@
|
|||
"id": "itemOutcome.t1",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2173,
|
||||
"y": 1536
|
||||
"x": 2427,
|
||||
"y": 1345
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -505,11 +505,11 @@
|
|||
"id": "item.t2",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 917,
|
||||
"y": 1686
|
||||
"x": 1021,
|
||||
"y": 1475
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -543,11 +543,11 @@
|
|||
"id": "item.t3",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 917,
|
||||
"y": 1836
|
||||
"x": 1021,
|
||||
"y": 1605
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -581,11 +581,11 @@
|
|||
"id": "itemOutcome.t2",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2173,
|
||||
"y": 1986
|
||||
"x": 2427,
|
||||
"y": 1735
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -619,11 +619,11 @@
|
|||
"id": "itemOutcome.t3",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2173,
|
||||
"y": 2136
|
||||
"x": 2427,
|
||||
"y": 1865
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -681,12 +681,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 341
|
||||
"x": 95.5,
|
||||
"y": 321
|
||||
},
|
||||
{
|
||||
"x": 499,
|
||||
"y": 341
|
||||
"x": 558,
|
||||
"y": 321
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -720,12 +720,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 491
|
||||
"x": 95.5,
|
||||
"y": 451
|
||||
},
|
||||
{
|
||||
"x": 499,
|
||||
"y": 491
|
||||
"x": 558,
|
||||
"y": 451
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -759,12 +759,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 641
|
||||
"x": 95.5,
|
||||
"y": 581
|
||||
},
|
||||
{
|
||||
"x": 912.5,
|
||||
"y": 641
|
||||
"x": 1021.5,
|
||||
"y": 581
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -798,12 +798,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 791
|
||||
"x": 95.5,
|
||||
"y": 711
|
||||
},
|
||||
{
|
||||
"x": 912.5,
|
||||
"y": 791
|
||||
"x": 1021.5,
|
||||
"y": 711
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -837,12 +837,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 941
|
||||
"x": 95.5,
|
||||
"y": 841
|
||||
},
|
||||
{
|
||||
"x": 1313.5,
|
||||
"y": 941
|
||||
"x": 1472.5,
|
||||
"y": 841
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -876,12 +876,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 519,
|
||||
"y": 1091
|
||||
"x": 564,
|
||||
"y": 971
|
||||
},
|
||||
{
|
||||
"x": 1308.5,
|
||||
"y": 1091
|
||||
"x": 1468.5,
|
||||
"y": 971
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -915,12 +915,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1348.5,
|
||||
"y": 1241
|
||||
"x": 1488.5,
|
||||
"y": 1101
|
||||
},
|
||||
{
|
||||
"x": 1736,
|
||||
"y": 1241
|
||||
"x": 1945,
|
||||
"y": 1101
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -954,12 +954,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 94.5,
|
||||
"y": 1391
|
||||
"x": 89.5,
|
||||
"y": 1231
|
||||
},
|
||||
{
|
||||
"x": 1313.5,
|
||||
"y": 1391
|
||||
"x": 1472.5,
|
||||
"y": 1231
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -993,12 +993,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 1541
|
||||
"x": 95.5,
|
||||
"y": 1361
|
||||
},
|
||||
{
|
||||
"x": 2168.5,
|
||||
"y": 1541
|
||||
"x": 2427.5,
|
||||
"y": 1361
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1032,12 +1032,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 1691
|
||||
"x": 95.5,
|
||||
"y": 1491
|
||||
},
|
||||
{
|
||||
"x": 912.5,
|
||||
"y": 1691
|
||||
"x": 1021.5,
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1071,12 +1071,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 1841
|
||||
"x": 95.5,
|
||||
"y": 1621
|
||||
},
|
||||
{
|
||||
"x": 912.5,
|
||||
"y": 1841
|
||||
"x": 1021.5,
|
||||
"y": 1621
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1110,12 +1110,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 1991
|
||||
"x": 95.5,
|
||||
"y": 1751
|
||||
},
|
||||
{
|
||||
"x": 2168.5,
|
||||
"y": 1991
|
||||
"x": 2427.5,
|
||||
"y": 1751
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1149,12 +1149,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 2141
|
||||
"x": 95.5,
|
||||
"y": 1881
|
||||
},
|
||||
{
|
||||
"x": 2168.5,
|
||||
"y": 2141
|
||||
"x": 2427.5,
|
||||
"y": 1881
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1171,7 +1171,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1193,7 +1193,7 @@
|
|||
},
|
||||
{
|
||||
"x": 89.5,
|
||||
"y": 2291
|
||||
"y": 2011
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1210,7 +1210,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1227,12 +1227,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 514,
|
||||
"x": 564,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 514,
|
||||
"y": 2291
|
||||
"x": 564,
|
||||
"y": 2011
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1249,7 +1249,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1266,12 +1266,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 927.5,
|
||||
"x": 1027.5,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 927.5,
|
||||
"y": 2291
|
||||
"x": 1027.5,
|
||||
"y": 2011
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1288,7 +1288,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1305,12 +1305,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1328.5,
|
||||
"x": 1478.5,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 1328.5,
|
||||
"y": 2291
|
||||
"x": 1478.5,
|
||||
"y": 2011
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1327,7 +1327,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1344,12 +1344,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1751,
|
||||
"x": 1951,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 1751,
|
||||
"y": 2291
|
||||
"x": 1951,
|
||||
"y": 2011
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1366,7 +1366,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1383,12 +1383,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 2183.5,
|
||||
"x": 2433.5,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 2183.5,
|
||||
"y": 2291
|
||||
"x": 2433.5,
|
||||
"y": 2011
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 476 KiB After Width: | Height: | Size: 476 KiB |
246
e2etests/testdata/stable/sequence_diagram_span/elk/board.exp.json
generated
vendored
|
|
@ -44,11 +44,11 @@
|
|||
"id": "scorer.t",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 79,
|
||||
"y": 336
|
||||
"x": 83,
|
||||
"y": 305
|
||||
},
|
||||
"width": 20,
|
||||
"height": 1810,
|
||||
"width": 12,
|
||||
"height": 1592,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
"id": "itemResponse",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 379,
|
||||
"x": 429,
|
||||
"y": 50
|
||||
},
|
||||
"width": 270,
|
||||
|
|
@ -121,11 +121,11 @@
|
|||
"id": "itemResponse.t",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 504,
|
||||
"y": 336
|
||||
"x": 558,
|
||||
"y": 305
|
||||
},
|
||||
"width": 20,
|
||||
"height": 160,
|
||||
"width": 12,
|
||||
"height": 162,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
"id": "item",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 849,
|
||||
"x": 949,
|
||||
"y": 50
|
||||
},
|
||||
"width": 157,
|
||||
|
|
@ -198,11 +198,11 @@
|
|||
"id": "item.t1",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 917,
|
||||
"y": 636
|
||||
"x": 1021,
|
||||
"y": 565
|
||||
},
|
||||
"width": 20,
|
||||
"height": 160,
|
||||
"width": 12,
|
||||
"height": 162,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -236,7 +236,7 @@
|
|||
"id": "essayRubric",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 1206,
|
||||
"x": 1356,
|
||||
"y": 50
|
||||
},
|
||||
"width": 245,
|
||||
|
|
@ -275,11 +275,11 @@
|
|||
"id": "essayRubric.t",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1318,
|
||||
"y": 936
|
||||
"x": 1472,
|
||||
"y": 825
|
||||
},
|
||||
"width": 20,
|
||||
"height": 460,
|
||||
"width": 12,
|
||||
"height": 422,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -313,11 +313,11 @@
|
|||
"id": "essayRubric.t.c",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1313,
|
||||
"y": 1086
|
||||
"x": 1468,
|
||||
"y": 955
|
||||
},
|
||||
"width": 30,
|
||||
"height": 160,
|
||||
"width": 20,
|
||||
"height": 162,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -351,7 +351,7 @@
|
|||
"id": "concept",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 1651,
|
||||
"x": 1851,
|
||||
"y": 50
|
||||
},
|
||||
"width": 200,
|
||||
|
|
@ -390,11 +390,11 @@
|
|||
"id": "concept.t",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 1741,
|
||||
"y": 1236
|
||||
"x": 1945,
|
||||
"y": 1085
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -428,7 +428,7 @@
|
|||
"id": "itemOutcome",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 2051,
|
||||
"x": 2301,
|
||||
"y": 50
|
||||
},
|
||||
"width": 265,
|
||||
|
|
@ -467,11 +467,11 @@
|
|||
"id": "itemOutcome.t1",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2173,
|
||||
"y": 1536
|
||||
"x": 2427,
|
||||
"y": 1345
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -505,11 +505,11 @@
|
|||
"id": "item.t2",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 917,
|
||||
"y": 1686
|
||||
"x": 1021,
|
||||
"y": 1475
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -543,11 +543,11 @@
|
|||
"id": "item.t3",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 917,
|
||||
"y": 1836
|
||||
"x": 1021,
|
||||
"y": 1605
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -581,11 +581,11 @@
|
|||
"id": "itemOutcome.t2",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2173,
|
||||
"y": 1986
|
||||
"x": 2427,
|
||||
"y": 1735
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -619,11 +619,11 @@
|
|||
"id": "itemOutcome.t3",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 2173,
|
||||
"y": 2136
|
||||
"x": 2427,
|
||||
"y": 1865
|
||||
},
|
||||
"width": 20,
|
||||
"height": 50,
|
||||
"width": 12,
|
||||
"height": 80,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -681,12 +681,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 341
|
||||
"x": 95.5,
|
||||
"y": 321
|
||||
},
|
||||
{
|
||||
"x": 499,
|
||||
"y": 341
|
||||
"x": 558,
|
||||
"y": 321
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -720,12 +720,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 491
|
||||
"x": 95.5,
|
||||
"y": 451
|
||||
},
|
||||
{
|
||||
"x": 499,
|
||||
"y": 491
|
||||
"x": 558,
|
||||
"y": 451
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -759,12 +759,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 641
|
||||
"x": 95.5,
|
||||
"y": 581
|
||||
},
|
||||
{
|
||||
"x": 912.5,
|
||||
"y": 641
|
||||
"x": 1021.5,
|
||||
"y": 581
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -798,12 +798,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 791
|
||||
"x": 95.5,
|
||||
"y": 711
|
||||
},
|
||||
{
|
||||
"x": 912.5,
|
||||
"y": 791
|
||||
"x": 1021.5,
|
||||
"y": 711
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -837,12 +837,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 941
|
||||
"x": 95.5,
|
||||
"y": 841
|
||||
},
|
||||
{
|
||||
"x": 1313.5,
|
||||
"y": 941
|
||||
"x": 1472.5,
|
||||
"y": 841
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -876,12 +876,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 519,
|
||||
"y": 1091
|
||||
"x": 564,
|
||||
"y": 971
|
||||
},
|
||||
{
|
||||
"x": 1308.5,
|
||||
"y": 1091
|
||||
"x": 1468.5,
|
||||
"y": 971
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -915,12 +915,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1348.5,
|
||||
"y": 1241
|
||||
"x": 1488.5,
|
||||
"y": 1101
|
||||
},
|
||||
{
|
||||
"x": 1736,
|
||||
"y": 1241
|
||||
"x": 1945,
|
||||
"y": 1101
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -954,12 +954,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 94.5,
|
||||
"y": 1391
|
||||
"x": 89.5,
|
||||
"y": 1231
|
||||
},
|
||||
{
|
||||
"x": 1313.5,
|
||||
"y": 1391
|
||||
"x": 1472.5,
|
||||
"y": 1231
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -993,12 +993,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 1541
|
||||
"x": 95.5,
|
||||
"y": 1361
|
||||
},
|
||||
{
|
||||
"x": 2168.5,
|
||||
"y": 1541
|
||||
"x": 2427.5,
|
||||
"y": 1361
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1032,12 +1032,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 1691
|
||||
"x": 95.5,
|
||||
"y": 1491
|
||||
},
|
||||
{
|
||||
"x": 912.5,
|
||||
"y": 1691
|
||||
"x": 1021.5,
|
||||
"y": 1491
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1071,12 +1071,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 1841
|
||||
"x": 95.5,
|
||||
"y": 1621
|
||||
},
|
||||
{
|
||||
"x": 912.5,
|
||||
"y": 1841
|
||||
"x": 1021.5,
|
||||
"y": 1621
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1110,12 +1110,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 1991
|
||||
"x": 95.5,
|
||||
"y": 1751
|
||||
},
|
||||
{
|
||||
"x": 2168.5,
|
||||
"y": 1991
|
||||
"x": 2427.5,
|
||||
"y": 1751
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1149,12 +1149,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 104.5,
|
||||
"y": 2141
|
||||
"x": 95.5,
|
||||
"y": 1881
|
||||
},
|
||||
{
|
||||
"x": 2168.5,
|
||||
"y": 2141
|
||||
"x": 2427.5,
|
||||
"y": 1881
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1171,7 +1171,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1193,7 +1193,7 @@
|
|||
},
|
||||
{
|
||||
"x": 89.5,
|
||||
"y": 2291
|
||||
"y": 2011
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1210,7 +1210,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1227,12 +1227,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 514,
|
||||
"x": 564,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 514,
|
||||
"y": 2291
|
||||
"x": 564,
|
||||
"y": 2011
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1249,7 +1249,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1266,12 +1266,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 927.5,
|
||||
"x": 1027.5,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 927.5,
|
||||
"y": 2291
|
||||
"x": 1027.5,
|
||||
"y": 2011
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1288,7 +1288,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1305,12 +1305,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1328.5,
|
||||
"x": 1478.5,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 1328.5,
|
||||
"y": 2291
|
||||
"x": 1478.5,
|
||||
"y": 2011
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1327,7 +1327,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1344,12 +1344,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 1751,
|
||||
"x": 1951,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 1751,
|
||||
"y": 2291
|
||||
"x": 1951,
|
||||
"y": 2011
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -1366,7 +1366,7 @@
|
|||
"dstArrow": "none",
|
||||
"dstLabel": "",
|
||||
"opacity": 1,
|
||||
"strokeDash": 10,
|
||||
"strokeDash": 8,
|
||||
"strokeWidth": 2,
|
||||
"stroke": "#0D32B2",
|
||||
"label": "",
|
||||
|
|
@ -1383,12 +1383,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 2183.5,
|
||||
"x": 2433.5,
|
||||
"y": 191
|
||||
},
|
||||
{
|
||||
"x": 2183.5,
|
||||
"y": 2291
|
||||
"x": 2433.5,
|
||||
"y": 2011
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 476 KiB After Width: | Height: | Size: 476 KiB |
1002
e2etests/testdata/stable/sequence_diagrams/dagre/board.exp.json
generated
vendored
|
Before Width: | Height: | Size: 498 KiB After Width: | Height: | Size: 498 KiB |
926
e2etests/testdata/stable/sequence_diagrams/elk/board.exp.json
generated
vendored
|
Before Width: | Height: | Size: 498 KiB After Width: | Height: | Size: 498 KiB |