fix span width

This commit is contained in:
Alexander Wang 2022-12-04 22:31:37 -08:00
parent c765298e39
commit df81a5aeaa
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE
9 changed files with 330 additions and 330 deletions

View file

@ -389,8 +389,8 @@ func (sd *sequenceDiagram) placeSpans() {
} }
height := math.Max(maxY-minY, MIN_SPAN_HEIGHT) height := math.Max(maxY-minY, MIN_SPAN_HEIGHT)
// -2 because the actors count as level 1 making the first level span getting 2*SPAN_DEPTH_GROW_FACTOR // -1 because the actors count as 1 level
width := SPAN_BASE_WIDTH + (float64(span.Level()-2) * SPAN_DEPTH_GROWTH_FACTOR) width := SPAN_BASE_WIDTH + (float64(span.Level()-sd.root.Level()-2) * SPAN_DEPTH_GROWTH_FACTOR)
x := rankToX[sd.objectRank[span]] - (width / 2.) x := rankToX[sd.objectRank[span]] - (width / 2.)
span.Box = geo.NewBox(geo.NewPoint(x, minY), width, height) span.Box = geo.NewBox(geo.NewPoint(x, minY), width, height)
span.ZIndex = SPAN_Z_INDEX span.ZIndex = SPAN_Z_INDEX

View file

@ -8,7 +8,7 @@
"x": 0, "x": 0,
"y": 0 "y": 0
}, },
"width": 1504, "width": 1508,
"height": 180, "height": 180,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -359,7 +359,7 @@
"x": 50, "x": 50,
"y": 50 "y": 50
}, },
"width": 1404, "width": 1408,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -395,10 +395,10 @@
"id": "How this is rendered.d2layout.layout", "id": "How this is rendered.d2layout.layout",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 764, "x": 768,
"y": 1125 "y": 1125
}, },
"width": 20, "width": 12,
"height": 422, "height": 422,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -511,10 +511,10 @@
"id": "How this is rendered.d2exporter.export", "id": "How this is rendered.d2exporter.export",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1007, "x": 1011,
"y": 1905 "y": 1905
}, },
"width": 20, "width": 12,
"height": 292, "height": 292,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -733,7 +733,7 @@
"y": 1141 "y": 1141
}, },
{ {
"x": 764.5, "x": 768.5,
"y": 1141 "y": 1141
} }
], ],
@ -768,7 +768,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 784.5, "x": 780.5,
"y": 1271 "y": 1271
}, },
{ {
@ -807,7 +807,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 784.5, "x": 780.5,
"y": 1401 "y": 1401
}, },
{ {
@ -846,7 +846,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 784.5, "x": 780.5,
"y": 1531 "y": 1531
}, },
{ {
@ -963,7 +963,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1027, "x": 1023,
"y": 1921 "y": 1921
}, },
{ {
@ -1002,7 +1002,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1027, "x": 1023,
"y": 2051 "y": 2051
}, },
{ {
@ -1041,7 +1041,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1007, "x": 1011,
"y": 2181 "y": 2181
}, },
{ {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 479 KiB

After

Width:  |  Height:  |  Size: 479 KiB

View file

@ -356,10 +356,10 @@
"id": "How this is rendered.only if root is not sequence", "id": "How this is rendered.only if root is not sequence",
"type": "", "type": "",
"pos": { "pos": {
"x": 734, "x": 730,
"y": 1361 "y": 1361
}, },
"width": 1404, "width": 1408,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -394,10 +394,10 @@
"id": "How this is rendered.d2layout.layout", "id": "How this is rendered.d2layout.layout",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 776, "x": 780,
"y": 1137 "y": 1137
}, },
"width": 20, "width": 12,
"height": 422, "height": 422,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -510,10 +510,10 @@
"id": "How this is rendered.d2exporter.export", "id": "How this is rendered.d2exporter.export",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1019, "x": 1023,
"y": 1917 "y": 1917
}, },
"width": 20, "width": 12,
"height": 292, "height": 292,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -732,7 +732,7 @@
"y": 1153 "y": 1153
}, },
{ {
"x": 776.5, "x": 780.5,
"y": 1153 "y": 1153
} }
], ],
@ -767,7 +767,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 796.5, "x": 792.5,
"y": 1283 "y": 1283
}, },
{ {
@ -806,7 +806,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 796.5, "x": 792.5,
"y": 1413 "y": 1413
}, },
{ {
@ -845,7 +845,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 796.5, "x": 792.5,
"y": 1543 "y": 1543
}, },
{ {
@ -962,7 +962,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1039, "x": 1035,
"y": 1933 "y": 1933
}, },
{ {
@ -1001,7 +1001,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1039, "x": 1035,
"y": 2063 "y": 2063
}, },
{ {
@ -1040,7 +1040,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1019, "x": 1023,
"y": 2193 "y": 2193
}, },
{ {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 479 KiB

After

Width:  |  Height:  |  Size: 479 KiB

View file

@ -512,10 +512,10 @@
"id": "a_sequence.scorer.t", "id": "a_sequence.scorer.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1716, "x": 1720,
"y": 654 "y": 654
}, },
"width": 20, "width": 12,
"height": 1592, "height": 1592,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -589,10 +589,10 @@
"id": "a_sequence.itemResponse.t", "id": "a_sequence.itemResponse.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1961, "x": 1965,
"y": 654 "y": 654
}, },
"width": 20, "width": 12,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -666,10 +666,10 @@
"id": "a_sequence.item.t1", "id": "a_sequence.item.t1",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2206, "x": 2210,
"y": 914 "y": 914
}, },
"width": 20, "width": 12,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -743,10 +743,10 @@
"id": "a_sequence.essayRubric.t", "id": "a_sequence.essayRubric.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2444, "x": 2448,
"y": 1174 "y": 1174
}, },
"width": 20, "width": 12,
"height": 422, "height": 422,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -781,10 +781,10 @@
"id": "a_sequence.essayRubric.t.c", "id": "a_sequence.essayRubric.t.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2440, "x": 2444,
"y": 1304 "y": 1304
}, },
"width": 28, "width": 20,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -858,10 +858,10 @@
"id": "a_sequence.concept.t", "id": "a_sequence.concept.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2687, "x": 2691,
"y": 1434 "y": 1434
}, },
"width": 20, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -935,10 +935,10 @@
"id": "a_sequence.itemOutcome.t1", "id": "a_sequence.itemOutcome.t1",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2935, "x": 2939,
"y": 1694 "y": 1694
}, },
"width": 20, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -973,10 +973,10 @@
"id": "a_sequence.item.t2", "id": "a_sequence.item.t2",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2206, "x": 2210,
"y": 1824 "y": 1824
}, },
"width": 20, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1011,10 +1011,10 @@
"id": "a_sequence.item.t3", "id": "a_sequence.item.t3",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2206, "x": 2210,
"y": 1954 "y": 1954
}, },
"width": 20, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1049,10 +1049,10 @@
"id": "a_sequence.itemOutcome.t2", "id": "a_sequence.itemOutcome.t2",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2935, "x": 2939,
"y": 2084 "y": 2084
}, },
"width": 20, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1087,10 +1087,10 @@
"id": "a_sequence.itemOutcome.t3", "id": "a_sequence.itemOutcome.t3",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2935, "x": 2939,
"y": 2214 "y": 2214
}, },
"width": 20, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1164,10 +1164,10 @@
"id": "another.sequence.scorer.t", "id": "another.sequence.scorer.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 111, "x": 119,
"y": 652 "y": 652
}, },
"width": 28, "width": 12,
"height": 1592, "height": 1592,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1241,10 +1241,10 @@
"id": "another.sequence.itemResponse.t", "id": "another.sequence.itemResponse.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 356, "x": 364,
"y": 652 "y": 652
}, },
"width": 28, "width": 12,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1318,10 +1318,10 @@
"id": "another.sequence.item.t1", "id": "another.sequence.item.t1",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 601, "x": 609,
"y": 912 "y": 912
}, },
"width": 28, "width": 12,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1395,10 +1395,10 @@
"id": "another.sequence.essayRubric.t", "id": "another.sequence.essayRubric.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 839, "x": 847,
"y": 1172 "y": 1172
}, },
"width": 28, "width": 12,
"height": 422, "height": 422,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1433,10 +1433,10 @@
"id": "another.sequence.essayRubric.t.c", "id": "another.sequence.essayRubric.t.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 835, "x": 843,
"y": 1302 "y": 1302
}, },
"width": 36, "width": 20,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1510,10 +1510,10 @@
"id": "another.sequence.concept.t", "id": "another.sequence.concept.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1082, "x": 1090,
"y": 1432 "y": 1432
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1587,10 +1587,10 @@
"id": "another.sequence.itemOutcome.t1", "id": "another.sequence.itemOutcome.t1",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1330, "x": 1338,
"y": 1692 "y": 1692
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1625,10 +1625,10 @@
"id": "another.sequence.item.t2", "id": "another.sequence.item.t2",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 601, "x": 609,
"y": 1822 "y": 1822
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1663,10 +1663,10 @@
"id": "another.sequence.item.t3", "id": "another.sequence.item.t3",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 601, "x": 609,
"y": 1952 "y": 1952
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1701,10 +1701,10 @@
"id": "another.sequence.itemOutcome.t2", "id": "another.sequence.itemOutcome.t2",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1330, "x": 1338,
"y": 2082 "y": 2082
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1739,10 +1739,10 @@
"id": "another.sequence.itemOutcome.t3", "id": "another.sequence.itemOutcome.t3",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1330, "x": 1338,
"y": 2212 "y": 2212
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1816,10 +1816,10 @@
"id": "finally.sequence.itemResponse.a", "id": "finally.sequence.itemResponse.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1722, "x": 1730,
"y": 2895 "y": 2895
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1854,10 +1854,10 @@
"id": "finally.sequence.item.a", "id": "finally.sequence.item.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1210, "x": 1218,
"y": 2879 "y": 2879
}, },
"width": 28, "width": 12,
"height": 698, "height": 698,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1892,10 +1892,10 @@
"id": "finally.sequence.item.a.b", "id": "finally.sequence.item.a.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1206, "x": 1214,
"y": 2895 "y": 2895
}, },
"width": 36, "width": 20,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1930,10 +1930,10 @@
"id": "finally.sequence.essayRubric.a", "id": "finally.sequence.essayRubric.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 972, "x": 980,
"y": 2993 "y": 2993
}, },
"width": 28, "width": 12,
"height": 340, "height": 340,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1968,10 +1968,10 @@
"id": "finally.sequence.essayRubric.a.b", "id": "finally.sequence.essayRubric.a.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 968, "x": 976,
"y": 3009 "y": 3009
}, },
"width": 36, "width": 20,
"height": 308, "height": 308,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2006,10 +2006,10 @@
"id": "finally.sequence.essayRubric.a.b.c", "id": "finally.sequence.essayRubric.a.b.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 964, "x": 972,
"y": 3025 "y": 3025
}, },
"width": 44, "width": 28,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2044,10 +2044,10 @@
"id": "finally.sequence.concept.a", "id": "finally.sequence.concept.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 729, "x": 737,
"y": 3107 "y": 3107
}, },
"width": 28, "width": 12,
"height": 388, "height": 388,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2082,10 +2082,10 @@
"id": "finally.sequence.concept.a.b", "id": "finally.sequence.concept.a.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 725, "x": 733,
"y": 3123 "y": 3123
}, },
"width": 36, "width": 20,
"height": 356, "height": 356,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2120,10 +2120,10 @@
"id": "finally.sequence.concept.a.b.c", "id": "finally.sequence.concept.a.b.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 721, "x": 729,
"y": 3139 "y": 3139
}, },
"width": 44, "width": 28,
"height": 324, "height": 324,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2158,10 +2158,10 @@
"id": "finally.sequence.concept.a.b.c.d", "id": "finally.sequence.concept.a.b.c.d",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 717, "x": 725,
"y": 3155 "y": 3155
}, },
"width": 52, "width": 36,
"height": 292, "height": 292,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2196,10 +2196,10 @@
"id": "finally.sequence.itemOutcome.a", "id": "finally.sequence.itemOutcome.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1453, "x": 1461,
"y": 3351 "y": 3351
}, },
"width": 28, "width": 12,
"height": 420, "height": 420,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2234,10 +2234,10 @@
"id": "finally.sequence.itemOutcome.a.b", "id": "finally.sequence.itemOutcome.a.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1449, "x": 1457,
"y": 3367 "y": 3367
}, },
"width": 36, "width": 20,
"height": 388, "height": 388,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2272,10 +2272,10 @@
"id": "finally.sequence.itemOutcome.a.b.c", "id": "finally.sequence.itemOutcome.a.b.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1445, "x": 1453,
"y": 3383 "y": 3383
}, },
"width": 44, "width": 28,
"height": 356, "height": 356,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2310,10 +2310,10 @@
"id": "finally.sequence.itemOutcome.a.b.c.d", "id": "finally.sequence.itemOutcome.a.b.c.d",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1441, "x": 1449,
"y": 3399 "y": 3399
}, },
"width": 52, "width": 36,
"height": 324, "height": 324,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2348,10 +2348,10 @@
"id": "finally.sequence.itemOutcome.a.b.c.d.e", "id": "finally.sequence.itemOutcome.a.b.c.d.e",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1437, "x": 1445,
"y": 3415 "y": 3415
}, },
"width": 60, "width": 44,
"height": 292, "height": 292,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2386,10 +2386,10 @@
"id": "finally.sequence.scorer.abc", "id": "finally.sequence.scorer.abc",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 504, "x": 512,
"y": 3545 "y": 3545
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2424,10 +2424,10 @@
"id": "finally.sequence.itemResponse.c", "id": "finally.sequence.itemResponse.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1722, "x": 1730,
"y": 3805 "y": 3805
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2486,11 +2486,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1736, "x": 1732,
"y": 670 "y": 670
}, },
{ {
"x": 1961, "x": 1965,
"y": 670 "y": 670
} }
], ],
@ -2525,11 +2525,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1736, "x": 1732,
"y": 800 "y": 800
}, },
{ {
"x": 1961, "x": 1965,
"y": 800 "y": 800
} }
], ],
@ -2564,11 +2564,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1736, "x": 1732,
"y": 930 "y": 930
}, },
{ {
"x": 2206, "x": 2210,
"y": 930 "y": 930
} }
], ],
@ -2603,11 +2603,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1736, "x": 1732,
"y": 1060 "y": 1060
}, },
{ {
"x": 2206, "x": 2210,
"y": 1060 "y": 1060
} }
], ],
@ -2642,11 +2642,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1736, "x": 1732,
"y": 1190 "y": 1190
}, },
{ {
"x": 2444, "x": 2448,
"y": 1190 "y": 1190
} }
], ],
@ -2685,7 +2685,7 @@
"y": 1320 "y": 1320
}, },
{ {
"x": 2440, "x": 2444,
"y": 1320 "y": 1320
} }
], ],
@ -2720,11 +2720,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2468, "x": 2464,
"y": 1450 "y": 1450
}, },
{ {
"x": 2687, "x": 2691,
"y": 1450 "y": 1450
} }
], ],
@ -2763,7 +2763,7 @@
"y": 1580 "y": 1580
}, },
{ {
"x": 2444, "x": 2448,
"y": 1580 "y": 1580
} }
], ],
@ -2798,11 +2798,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1736, "x": 1732,
"y": 1710 "y": 1710
}, },
{ {
"x": 2935.5, "x": 2939.5,
"y": 1710 "y": 1710
} }
], ],
@ -2837,11 +2837,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1736, "x": 1732,
"y": 1840 "y": 1840
}, },
{ {
"x": 2206, "x": 2210,
"y": 1840 "y": 1840
} }
], ],
@ -2876,11 +2876,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1736, "x": 1732,
"y": 1970 "y": 1970
}, },
{ {
"x": 2206, "x": 2210,
"y": 1970 "y": 1970
} }
], ],
@ -2915,11 +2915,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1736, "x": 1732,
"y": 2100 "y": 2100
}, },
{ {
"x": 2935.5, "x": 2939.5,
"y": 2100 "y": 2100
} }
], ],
@ -2954,11 +2954,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1736, "x": 1732,
"y": 2230 "y": 2230
}, },
{ {
"x": 2935.5, "x": 2939.5,
"y": 2230 "y": 2230
} }
], ],
@ -2993,11 +2993,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 139, "x": 131,
"y": 668 "y": 668
}, },
{ {
"x": 356, "x": 364,
"y": 668 "y": 668
} }
], ],
@ -3032,11 +3032,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 139, "x": 131,
"y": 798 "y": 798
}, },
{ {
"x": 356, "x": 364,
"y": 798 "y": 798
} }
], ],
@ -3071,11 +3071,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 139, "x": 131,
"y": 928 "y": 928
}, },
{ {
"x": 601, "x": 609,
"y": 928 "y": 928
} }
], ],
@ -3110,11 +3110,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 139, "x": 131,
"y": 1058 "y": 1058
}, },
{ {
"x": 601, "x": 609,
"y": 1058 "y": 1058
} }
], ],
@ -3149,11 +3149,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 139, "x": 131,
"y": 1188 "y": 1188
}, },
{ {
"x": 839, "x": 847,
"y": 1188 "y": 1188
} }
], ],
@ -3192,7 +3192,7 @@
"y": 1318 "y": 1318
}, },
{ {
"x": 835, "x": 843,
"y": 1318 "y": 1318
} }
], ],
@ -3227,11 +3227,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 871, "x": 863,
"y": 1448 "y": 1448
}, },
{ {
"x": 1082, "x": 1090,
"y": 1448 "y": 1448
} }
], ],
@ -3270,7 +3270,7 @@
"y": 1578 "y": 1578
}, },
{ {
"x": 839, "x": 847,
"y": 1578 "y": 1578
} }
], ],
@ -3305,11 +3305,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 139, "x": 131,
"y": 1708 "y": 1708
}, },
{ {
"x": 1330.5, "x": 1338.5,
"y": 1708 "y": 1708
} }
], ],
@ -3344,11 +3344,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 139, "x": 131,
"y": 1838 "y": 1838
}, },
{ {
"x": 601, "x": 609,
"y": 1838 "y": 1838
} }
], ],
@ -3383,11 +3383,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 139, "x": 131,
"y": 1968 "y": 1968
}, },
{ {
"x": 601, "x": 609,
"y": 1968 "y": 1968
} }
], ],
@ -3422,11 +3422,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 139, "x": 131,
"y": 2098 "y": 2098
}, },
{ {
"x": 1330.5, "x": 1338.5,
"y": 2098 "y": 2098
} }
], ],
@ -3461,11 +3461,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 139, "x": 131,
"y": 2228 "y": 2228
}, },
{ {
"x": 1330.5, "x": 1338.5,
"y": 2228 "y": 2228
} }
], ],
@ -3800,11 +3800,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1722, "x": 1730,
"y": 2911 "y": 2911
}, },
{ {
"x": 1242, "x": 1234,
"y": 2911 "y": 2911
} }
], ],
@ -3839,11 +3839,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1206, "x": 1214,
"y": 3041 "y": 3041
}, },
{ {
"x": 1008, "x": 1000,
"y": 3041 "y": 3041
} }
], ],
@ -3878,11 +3878,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 964, "x": 972,
"y": 3171 "y": 3171
}, },
{ {
"x": 769, "x": 761,
"y": 3171 "y": 3171
} }
], ],
@ -3917,11 +3917,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1210, "x": 1218,
"y": 3301 "y": 3301
}, },
{ {
"x": 1004, "x": 996,
"y": 3301 "y": 3301
} }
], ],
@ -3956,11 +3956,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 769, "x": 761,
"y": 3431 "y": 3431
}, },
{ {
"x": 1437.5, "x": 1445.5,
"y": 3431 "y": 3431
} }
], ],
@ -3995,11 +3995,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 532, "x": 524,
"y": 3561 "y": 3561
}, },
{ {
"x": 1210, "x": 1218,
"y": 3561 "y": 3561
} }
], ],
@ -4034,7 +4034,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1437.5, "x": 1445.5,
"y": 3691 "y": 3691
}, },
{ {
@ -4077,7 +4077,7 @@
"y": 3821 "y": 3821
}, },
{ {
"x": 1722, "x": 1730,
"y": 3821 "y": 3821
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 501 KiB

After

Width:  |  Height:  |  Size: 501 KiB

View file

@ -512,10 +512,10 @@
"id": "a_sequence.scorer.t", "id": "a_sequence.scorer.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 77, "x": 81,
"y": 704 "y": 704
}, },
"width": 20, "width": 12,
"height": 1592, "height": 1592,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -589,10 +589,10 @@
"id": "a_sequence.itemResponse.t", "id": "a_sequence.itemResponse.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 322, "x": 326,
"y": 704 "y": 704
}, },
"width": 20, "width": 12,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -666,10 +666,10 @@
"id": "a_sequence.item.t1", "id": "a_sequence.item.t1",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 567, "x": 571,
"y": 964 "y": 964
}, },
"width": 20, "width": 12,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -743,10 +743,10 @@
"id": "a_sequence.essayRubric.t", "id": "a_sequence.essayRubric.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 805, "x": 809,
"y": 1224 "y": 1224
}, },
"width": 20, "width": 12,
"height": 422, "height": 422,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -781,10 +781,10 @@
"id": "a_sequence.essayRubric.t.c", "id": "a_sequence.essayRubric.t.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 801, "x": 805,
"y": 1354 "y": 1354
}, },
"width": 28, "width": 20,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -858,10 +858,10 @@
"id": "a_sequence.concept.t", "id": "a_sequence.concept.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1048, "x": 1052,
"y": 1484 "y": 1484
}, },
"width": 20, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -935,10 +935,10 @@
"id": "a_sequence.itemOutcome.t1", "id": "a_sequence.itemOutcome.t1",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1296, "x": 1300,
"y": 1744 "y": 1744
}, },
"width": 20, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -973,10 +973,10 @@
"id": "a_sequence.item.t2", "id": "a_sequence.item.t2",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 567, "x": 571,
"y": 1874 "y": 1874
}, },
"width": 20, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1011,10 +1011,10 @@
"id": "a_sequence.item.t3", "id": "a_sequence.item.t3",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 567, "x": 571,
"y": 2004 "y": 2004
}, },
"width": 20, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1049,10 +1049,10 @@
"id": "a_sequence.itemOutcome.t2", "id": "a_sequence.itemOutcome.t2",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1296, "x": 1300,
"y": 2134 "y": 2134
}, },
"width": 20, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1087,10 +1087,10 @@
"id": "a_sequence.itemOutcome.t3", "id": "a_sequence.itemOutcome.t3",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1296, "x": 1300,
"y": 2264 "y": 2264
}, },
"width": 20, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1164,10 +1164,10 @@
"id": "another.sequence.scorer.t", "id": "another.sequence.scorer.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1561, "x": 1569,
"y": 701 "y": 701
}, },
"width": 28, "width": 12,
"height": 1592, "height": 1592,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1241,10 +1241,10 @@
"id": "another.sequence.itemResponse.t", "id": "another.sequence.itemResponse.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1806, "x": 1814,
"y": 701 "y": 701
}, },
"width": 28, "width": 12,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1318,10 +1318,10 @@
"id": "another.sequence.item.t1", "id": "another.sequence.item.t1",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2051, "x": 2059,
"y": 961 "y": 961
}, },
"width": 28, "width": 12,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1395,10 +1395,10 @@
"id": "another.sequence.essayRubric.t", "id": "another.sequence.essayRubric.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2289, "x": 2297,
"y": 1221 "y": 1221
}, },
"width": 28, "width": 12,
"height": 422, "height": 422,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1433,10 +1433,10 @@
"id": "another.sequence.essayRubric.t.c", "id": "another.sequence.essayRubric.t.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2285, "x": 2293,
"y": 1351 "y": 1351
}, },
"width": 36, "width": 20,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1510,10 +1510,10 @@
"id": "another.sequence.concept.t", "id": "another.sequence.concept.t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2532, "x": 2540,
"y": 1481 "y": 1481
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1587,10 +1587,10 @@
"id": "another.sequence.itemOutcome.t1", "id": "another.sequence.itemOutcome.t1",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2780, "x": 2788,
"y": 1741 "y": 1741
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1625,10 +1625,10 @@
"id": "another.sequence.item.t2", "id": "another.sequence.item.t2",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2051, "x": 2059,
"y": 1871 "y": 1871
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1663,10 +1663,10 @@
"id": "another.sequence.item.t3", "id": "another.sequence.item.t3",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2051, "x": 2059,
"y": 2001 "y": 2001
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1701,10 +1701,10 @@
"id": "another.sequence.itemOutcome.t2", "id": "another.sequence.itemOutcome.t2",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2780, "x": 2788,
"y": 2131 "y": 2131
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1739,10 +1739,10 @@
"id": "another.sequence.itemOutcome.t3", "id": "another.sequence.itemOutcome.t3",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2780, "x": 2788,
"y": 2261 "y": 2261
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1816,10 +1816,10 @@
"id": "finally.sequence.itemResponse.a", "id": "finally.sequence.itemResponse.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2779, "x": 2787,
"y": 3002 "y": 3002
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1854,10 +1854,10 @@
"id": "finally.sequence.item.a", "id": "finally.sequence.item.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2267, "x": 2275,
"y": 2986 "y": 2986
}, },
"width": 28, "width": 12,
"height": 698, "height": 698,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1892,10 +1892,10 @@
"id": "finally.sequence.item.a.b", "id": "finally.sequence.item.a.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2263, "x": 2271,
"y": 3002 "y": 3002
}, },
"width": 36, "width": 20,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1930,10 +1930,10 @@
"id": "finally.sequence.essayRubric.a", "id": "finally.sequence.essayRubric.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2029, "x": 2037,
"y": 3100 "y": 3100
}, },
"width": 28, "width": 12,
"height": 340, "height": 340,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -1968,10 +1968,10 @@
"id": "finally.sequence.essayRubric.a.b", "id": "finally.sequence.essayRubric.a.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2025, "x": 2033,
"y": 3116 "y": 3116
}, },
"width": 36, "width": 20,
"height": 308, "height": 308,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2006,10 +2006,10 @@
"id": "finally.sequence.essayRubric.a.b.c", "id": "finally.sequence.essayRubric.a.b.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2021, "x": 2029,
"y": 3132 "y": 3132
}, },
"width": 44, "width": 28,
"height": 162, "height": 162,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2044,10 +2044,10 @@
"id": "finally.sequence.concept.a", "id": "finally.sequence.concept.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1786, "x": 1794,
"y": 3214 "y": 3214
}, },
"width": 28, "width": 12,
"height": 388, "height": 388,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2082,10 +2082,10 @@
"id": "finally.sequence.concept.a.b", "id": "finally.sequence.concept.a.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1782, "x": 1790,
"y": 3230 "y": 3230
}, },
"width": 36, "width": 20,
"height": 356, "height": 356,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2120,10 +2120,10 @@
"id": "finally.sequence.concept.a.b.c", "id": "finally.sequence.concept.a.b.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1778, "x": 1786,
"y": 3246 "y": 3246
}, },
"width": 44, "width": 28,
"height": 324, "height": 324,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2158,10 +2158,10 @@
"id": "finally.sequence.concept.a.b.c.d", "id": "finally.sequence.concept.a.b.c.d",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1774, "x": 1782,
"y": 3262 "y": 3262
}, },
"width": 52, "width": 36,
"height": 292, "height": 292,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2196,10 +2196,10 @@
"id": "finally.sequence.itemOutcome.a", "id": "finally.sequence.itemOutcome.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2510, "x": 2518,
"y": 3458 "y": 3458
}, },
"width": 28, "width": 12,
"height": 420, "height": 420,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2234,10 +2234,10 @@
"id": "finally.sequence.itemOutcome.a.b", "id": "finally.sequence.itemOutcome.a.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2506, "x": 2514,
"y": 3474 "y": 3474
}, },
"width": 36, "width": 20,
"height": 388, "height": 388,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2272,10 +2272,10 @@
"id": "finally.sequence.itemOutcome.a.b.c", "id": "finally.sequence.itemOutcome.a.b.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2502, "x": 2510,
"y": 3490 "y": 3490
}, },
"width": 44, "width": 28,
"height": 356, "height": 356,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2310,10 +2310,10 @@
"id": "finally.sequence.itemOutcome.a.b.c.d", "id": "finally.sequence.itemOutcome.a.b.c.d",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2498, "x": 2506,
"y": 3506 "y": 3506
}, },
"width": 52, "width": 36,
"height": 324, "height": 324,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2348,10 +2348,10 @@
"id": "finally.sequence.itemOutcome.a.b.c.d.e", "id": "finally.sequence.itemOutcome.a.b.c.d.e",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2494, "x": 2502,
"y": 3522 "y": 3522
}, },
"width": 60, "width": 44,
"height": 292, "height": 292,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2386,10 +2386,10 @@
"id": "finally.sequence.scorer.abc", "id": "finally.sequence.scorer.abc",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1561, "x": 1569,
"y": 3652 "y": 3652
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2424,10 +2424,10 @@
"id": "finally.sequence.itemResponse.c", "id": "finally.sequence.itemResponse.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2779, "x": 2787,
"y": 3912 "y": 3912
}, },
"width": 28, "width": 12,
"height": 80, "height": 80,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -2486,11 +2486,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 97, "x": 93,
"y": 720 "y": 720
}, },
{ {
"x": 322, "x": 326,
"y": 720 "y": 720
} }
], ],
@ -2525,11 +2525,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 97, "x": 93,
"y": 850 "y": 850
}, },
{ {
"x": 322, "x": 326,
"y": 850 "y": 850
} }
], ],
@ -2564,11 +2564,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 97, "x": 93,
"y": 980 "y": 980
}, },
{ {
"x": 567, "x": 571,
"y": 980 "y": 980
} }
], ],
@ -2603,11 +2603,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 97, "x": 93,
"y": 1110 "y": 1110
}, },
{ {
"x": 567, "x": 571,
"y": 1110 "y": 1110
} }
], ],
@ -2642,11 +2642,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 97, "x": 93,
"y": 1240 "y": 1240
}, },
{ {
"x": 805, "x": 809,
"y": 1240 "y": 1240
} }
], ],
@ -2685,7 +2685,7 @@
"y": 1370 "y": 1370
}, },
{ {
"x": 801, "x": 805,
"y": 1370 "y": 1370
} }
], ],
@ -2720,11 +2720,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 829, "x": 825,
"y": 1500 "y": 1500
}, },
{ {
"x": 1048, "x": 1052,
"y": 1500 "y": 1500
} }
], ],
@ -2763,7 +2763,7 @@
"y": 1630 "y": 1630
}, },
{ {
"x": 805, "x": 809,
"y": 1630 "y": 1630
} }
], ],
@ -2798,11 +2798,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 97, "x": 93,
"y": 1760 "y": 1760
}, },
{ {
"x": 1296.5, "x": 1300.5,
"y": 1760 "y": 1760
} }
], ],
@ -2837,11 +2837,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 97, "x": 93,
"y": 1890 "y": 1890
}, },
{ {
"x": 567, "x": 571,
"y": 1890 "y": 1890
} }
], ],
@ -2876,11 +2876,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 97, "x": 93,
"y": 2020 "y": 2020
}, },
{ {
"x": 567, "x": 571,
"y": 2020 "y": 2020
} }
], ],
@ -2915,11 +2915,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 97, "x": 93,
"y": 2150 "y": 2150
}, },
{ {
"x": 1296.5, "x": 1300.5,
"y": 2150 "y": 2150
} }
], ],
@ -2954,11 +2954,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 97, "x": 93,
"y": 2280 "y": 2280
}, },
{ {
"x": 1296.5, "x": 1300.5,
"y": 2280 "y": 2280
} }
], ],
@ -2993,11 +2993,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1589, "x": 1581,
"y": 717 "y": 717
}, },
{ {
"x": 1806, "x": 1814,
"y": 717 "y": 717
} }
], ],
@ -3032,11 +3032,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1589, "x": 1581,
"y": 847 "y": 847
}, },
{ {
"x": 1806, "x": 1814,
"y": 847 "y": 847
} }
], ],
@ -3071,11 +3071,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1589, "x": 1581,
"y": 977 "y": 977
}, },
{ {
"x": 2051, "x": 2059,
"y": 977 "y": 977
} }
], ],
@ -3110,11 +3110,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1589, "x": 1581,
"y": 1107 "y": 1107
}, },
{ {
"x": 2051, "x": 2059,
"y": 1107 "y": 1107
} }
], ],
@ -3149,11 +3149,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1589, "x": 1581,
"y": 1237 "y": 1237
}, },
{ {
"x": 2289, "x": 2297,
"y": 1237 "y": 1237
} }
], ],
@ -3192,7 +3192,7 @@
"y": 1367 "y": 1367
}, },
{ {
"x": 2285, "x": 2293,
"y": 1367 "y": 1367
} }
], ],
@ -3227,11 +3227,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2321, "x": 2313,
"y": 1497 "y": 1497
}, },
{ {
"x": 2532, "x": 2540,
"y": 1497 "y": 1497
} }
], ],
@ -3270,7 +3270,7 @@
"y": 1627 "y": 1627
}, },
{ {
"x": 2289, "x": 2297,
"y": 1627 "y": 1627
} }
], ],
@ -3305,11 +3305,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1589, "x": 1581,
"y": 1757 "y": 1757
}, },
{ {
"x": 2780.5, "x": 2788.5,
"y": 1757 "y": 1757
} }
], ],
@ -3344,11 +3344,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1589, "x": 1581,
"y": 1887 "y": 1887
}, },
{ {
"x": 2051, "x": 2059,
"y": 1887 "y": 1887
} }
], ],
@ -3383,11 +3383,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1589, "x": 1581,
"y": 2017 "y": 2017
}, },
{ {
"x": 2051, "x": 2059,
"y": 2017 "y": 2017
} }
], ],
@ -3422,11 +3422,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1589, "x": 1581,
"y": 2147 "y": 2147
}, },
{ {
"x": 2780.5, "x": 2788.5,
"y": 2147 "y": 2147
} }
], ],
@ -3461,11 +3461,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1589, "x": 1581,
"y": 2277 "y": 2277
}, },
{ {
"x": 2780.5, "x": 2788.5,
"y": 2277 "y": 2277
} }
], ],
@ -3719,11 +3719,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2779, "x": 2787,
"y": 3018 "y": 3018
}, },
{ {
"x": 2299, "x": 2291,
"y": 3018 "y": 3018
} }
], ],
@ -3758,11 +3758,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2263, "x": 2271,
"y": 3148 "y": 3148
}, },
{ {
"x": 2065, "x": 2057,
"y": 3148 "y": 3148
} }
], ],
@ -3797,11 +3797,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2021, "x": 2029,
"y": 3278 "y": 3278
}, },
{ {
"x": 1826, "x": 1818,
"y": 3278 "y": 3278
} }
], ],
@ -3836,11 +3836,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2267, "x": 2275,
"y": 3408 "y": 3408
}, },
{ {
"x": 2061, "x": 2053,
"y": 3408 "y": 3408
} }
], ],
@ -3875,11 +3875,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1826, "x": 1818,
"y": 3538 "y": 3538
}, },
{ {
"x": 2494.5, "x": 2502.5,
"y": 3538 "y": 3538
} }
], ],
@ -3914,11 +3914,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1589, "x": 1581,
"y": 3668 "y": 3668
}, },
{ {
"x": 2267, "x": 2275,
"y": 3668 "y": 3668
} }
], ],
@ -3953,7 +3953,7 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2494.5, "x": 2502.5,
"y": 3798 "y": 3798
}, },
{ {
@ -3996,7 +3996,7 @@
"y": 3928 "y": 3928
}, },
{ {
"x": 2779, "x": 2787,
"y": 3928 "y": 3928
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 501 KiB

After

Width:  |  Height:  |  Size: 501 KiB