node edge spacing

This commit is contained in:
Alexander Wang 2023-03-14 13:06:56 -07:00
parent 16bb6eb642
commit 90a927131d
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE
27 changed files with 2471 additions and 2497 deletions

View file

@ -73,11 +73,10 @@ type ELKEdge struct {
} }
type ELKGraph struct { type ELKGraph struct {
ID string `json:"id"` ID string `json:"id"`
LayoutOptions *elkOpts `json:"layoutOptions"` LayoutOptions *elkOpts `json:"layoutOptions"`
DefaultLayoutOptions *elkOpts `json:"defaultLayoutOptions"` Children []*ELKNode `json:"children,omitempty"`
Children []*ELKNode `json:"children,omitempty"` Edges []*ELKEdge `json:"edges,omitempty"`
Edges []*ELKEdge `json:"edges,omitempty"`
} }
type ConfigurableOpts struct { type ConfigurableOpts struct {
@ -99,6 +98,7 @@ var DefaultOpts = ConfigurableOpts{
var port_spacing = 40. var port_spacing = 40.
type elkOpts struct { type elkOpts struct {
EdgeNode int `json:"elk.spacing.edgeNode,omitempty"`
FixedAlignment string `json:"elk.layered.nodePlacement.bk.fixedAlignment,omitempty"` FixedAlignment string `json:"elk.layered.nodePlacement.bk.fixedAlignment,omitempty"`
Thoroughness int `json:"elk.layered.thoroughness,omitempty"` Thoroughness int `json:"elk.layered.thoroughness,omitempty"`
EdgeEdgeBetweenLayersSpacing int `json:"elk.layered.spacing.edgeEdgeBetweenLayers,omitempty"` EdgeEdgeBetweenLayersSpacing int `json:"elk.layered.spacing.edgeEdgeBetweenLayers,omitempty"`
@ -143,6 +143,7 @@ func Layout(ctx context.Context, g *d2graph.Graph, opts *ConfigurableOpts) (err
LayoutOptions: &elkOpts{ LayoutOptions: &elkOpts{
Thoroughness: 8, Thoroughness: 8,
EdgeEdgeBetweenLayersSpacing: 50, EdgeEdgeBetweenLayersSpacing: 50,
EdgeNode: 40,
HierarchyHandling: "INCLUDE_CHILDREN", HierarchyHandling: "INCLUDE_CHILDREN",
FixedAlignment: "BALANCED", FixedAlignment: "BALANCED",
ConsiderModelOrder: "NODES_AND_EDGES", ConsiderModelOrder: "NODES_AND_EDGES",
@ -223,6 +224,7 @@ func Layout(ctx context.Context, g *d2graph.Graph, opts *ConfigurableOpts) (err
EdgeEdgeBetweenLayersSpacing: 50, EdgeEdgeBetweenLayersSpacing: 50,
HierarchyHandling: "INCLUDE_CHILDREN", HierarchyHandling: "INCLUDE_CHILDREN",
FixedAlignment: "BALANCED", FixedAlignment: "BALANCED",
EdgeNode: 40,
ConsiderModelOrder: "NODES_AND_EDGES", ConsiderModelOrder: "NODES_AND_EDGES",
// Why is it (height, width)? I have no clue, but it works. // Why is it (height, width)? I have no clue, but it works.
NodeSizeMinimum: fmt.Sprintf("(%d, %d)", int(math.Ceil(height)), int(math.Ceil(width))), NodeSizeMinimum: fmt.Sprintf("(%d, %d)", int(math.Ceil(height)), int(math.Ceil(width))),
@ -257,6 +259,10 @@ func Layout(ctx context.Context, g *d2graph.Graph, opts *ConfigurableOpts) (err
paddingTop, paddingTop,
) )
} }
} else {
n.LayoutOptions = &elkOpts{
// Margins: "[top=100,left=100,bottom=100,right=100]",
}
} }
if obj.LabelWidth != nil && obj.LabelHeight != nil { if obj.LabelWidth != nil && obj.LabelHeight != nil {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 234 KiB

After

Width:  |  Height:  |  Size: 235 KiB

View file

@ -10,7 +10,7 @@
"x": 184, "x": 184,
"y": 373 "y": 373
}, },
"width": 421, "width": 481,
"height": 527, "height": 527,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -130,7 +130,7 @@
"id": "a.f", "id": "a.f",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 242, "x": 257,
"y": 679 "y": 679
}, },
"width": 293, "width": 293,
@ -171,7 +171,7 @@
"id": "a.f.i", "id": "a.f.i",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 292, "x": 307,
"y": 729 "y": 729
}, },
"width": 49, "width": 49,
@ -212,7 +212,7 @@
"id": "a.f.g", "id": "a.f.g",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 361, "x": 376,
"y": 729 "y": 729
}, },
"width": 54, "width": 54,
@ -253,7 +253,7 @@
"id": "s", "id": "s",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 273, "x": 288,
"y": 1401 "y": 1401
}, },
"width": 424, "width": 424,
@ -294,7 +294,7 @@
"id": "s.n", "id": "s.n",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 323, "x": 338,
"y": 1453 "y": 1453
}, },
"width": 151, "width": 151,
@ -417,7 +417,7 @@
"id": "u", "id": "u",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 261, "x": 276,
"y": 1040 "y": 1040
}, },
"width": 397, "width": 397,
@ -458,7 +458,7 @@
"id": "u.o", "id": "u.o",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 311, "x": 326,
"y": 1095 "y": 1095
}, },
"width": 54, "width": 54,
@ -499,7 +499,7 @@
"id": "h", "id": "h",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 269, "x": 299,
"y": 12 "y": 12
}, },
"width": 252, "width": 252,
@ -540,7 +540,7 @@
"id": "h.m", "id": "h.m",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 319, "x": 349,
"y": 62 "y": 62
}, },
"width": 152, "width": 152,
@ -581,7 +581,7 @@
"id": "h.m.s", "id": "h.m.s",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 369, "x": 399,
"y": 112 "y": 112
}, },
"width": 52, "width": 52,
@ -622,7 +622,7 @@
"id": "a.f.j", "id": "a.f.j",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 435, "x": 450,
"y": 729 "y": 729
}, },
"width": 50, "width": 50,
@ -663,7 +663,7 @@
"id": "u.s", "id": "u.s",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 385, "x": 400,
"y": 1095 "y": 1095
}, },
"width": 150, "width": 150,
@ -704,7 +704,7 @@
"id": "u.s.j", "id": "u.s.j",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 435, "x": 450,
"y": 1145 "y": 1145
}, },
"width": 50, "width": 50,
@ -745,7 +745,7 @@
"id": "u.c", "id": "u.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 555, "x": 570,
"y": 1195 "y": 1195
}, },
"width": 53, "width": 53,
@ -786,7 +786,7 @@
"id": "s.z", "id": "s.z",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 494, "x": 509,
"y": 1456 "y": 1456
}, },
"width": 153, "width": 153,
@ -827,7 +827,7 @@
"id": "s.z.c", "id": "s.z.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 544, "x": 559,
"y": 1506 "y": 1506
}, },
"width": 53, "width": 53,
@ -868,7 +868,7 @@
"id": "s.n.f", "id": "s.n.f",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 373, "x": 388,
"y": 1503 "y": 1503
}, },
"width": 51, "width": 51,
@ -909,7 +909,7 @@
"id": "y", "id": "y",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 323, "x": 338,
"y": 1752 "y": 1752
}, },
"width": 151, "width": 151,
@ -950,7 +950,7 @@
"id": "y.r", "id": "y.r",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 373, "x": 388,
"y": 1802 "y": 1802
}, },
"width": 51, "width": 51,
@ -991,7 +991,7 @@
"id": "a.g", "id": "a.g",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 406, "x": 466,
"y": 428 "y": 428
}, },
"width": 149, "width": 149,
@ -1032,7 +1032,7 @@
"id": "a.g.i", "id": "a.g.i",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 456, "x": 516,
"y": 478 "y": 478
}, },
"width": 49, "width": 49,
@ -1106,11 +1106,11 @@
"y": 634 "y": 634
}, },
{ {
"x": 316.5, "x": 331.5,
"y": 634 "y": 634
}, },
{ {
"x": 316.5, "x": 331.5,
"y": 729 "y": 729
} }
], ],
@ -1146,27 +1146,27 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 388, "x": 403,
"y": 795 "y": 795
}, },
{ {
"x": 388, "x": 403,
"y": 945 "y": 945
}, },
{ {
"x": 250, "x": 235,
"y": 945 "y": 945
}, },
{ {
"x": 250, "x": 235,
"y": 1356 "y": 1356
}, },
{ {
"x": 398.75, "x": 413.75,
"y": 1356 "y": 1356
}, },
{ {
"x": 398.75, "x": 413.75,
"y": 1453.5 "y": 1453.5
} }
], ],
@ -1210,11 +1210,11 @@
"y": 995 "y": 995
}, },
{ {
"x": 338, "x": 353,
"y": 995 "y": 995
}, },
{ {
"x": 338, "x": 353,
"y": 1095 "y": 1095
} }
], ],
@ -1250,19 +1250,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 395, "x": 425,
"y": 178 "y": 178
}, },
{ {
"x": 395, "x": 425,
"y": 634 "y": 634
}, },
{ {
"x": 388, "x": 403,
"y": 634 "y": 634
}, },
{ {
"x": 388, "x": 403,
"y": 729 "y": 729
} }
], ],
@ -1298,11 +1298,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 460, "x": 475,
"y": 795 "y": 795
}, },
{ {
"x": 460, "x": 475,
"y": 1145 "y": 1145
} }
], ],
@ -1338,19 +1338,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 581.5, "x": 596.5,
"y": 1261 "y": 1261
}, },
{ {
"x": 581.5, "x": 596.5,
"y": 1356 "y": 1356
}, },
{ {
"x": 570.75, "x": 585.75,
"y": 1356 "y": 1356
}, },
{ {
"x": 570.75, "x": 585.75,
"y": 1506 "y": 1506
} }
], ],
@ -1386,11 +1386,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 398.75, "x": 413.75,
"y": 1619.5 "y": 1619.5
}, },
{ {
"x": 398.75, "x": 413.75,
"y": 1802 "y": 1802
} }
], ],
@ -1426,27 +1426,27 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 398.75, "x": 413.75,
"y": 1868 "y": 1868
}, },
{ {
"x": 398.75, "x": 413.75,
"y": 1963 "y": 1963
}, },
{ {
"x": 735.25, "x": 814.25,
"y": 1963 "y": 1963
}, },
{ {
"x": 735.25, "x": 814.25,
"y": 328 "y": 328
}, },
{ {
"x": 480.5, "x": 540.5,
"y": 328 "y": 328
}, },
{ {
"x": 480.5, "x": 540.5,
"y": 478 "y": 478
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 806 KiB

After

Width:  |  Height:  |  Size: 806 KiB

View file

@ -8,7 +8,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 103, "x": 103,
"y": 108 "y": 115
}, },
"width": 135, "width": 135,
"height": 120, "height": 120,
@ -49,7 +49,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 390, "x": 390,
"y": 71 "y": 74
}, },
"width": 159, "width": 159,
"height": 66, "height": 66,
@ -90,7 +90,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 368, "x": 368,
"y": 163 "y": 170
}, },
"width": 204, "width": 204,
"height": 66, "height": 66,
@ -134,7 +134,7 @@
"y": 12 "y": 12
}, },
"width": 940, "width": 940,
"height": 368, "height": 383,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -172,7 +172,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 746, "x": 746,
"y": 82 "y": 97
}, },
"width": 94, "width": 94,
"height": 120, "height": 120,
@ -213,7 +213,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 970, "x": 970,
"y": 62 "y": 61
}, },
"width": 120, "width": 120,
"height": 80, "height": 80,
@ -254,7 +254,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1170, "x": 1170,
"y": 99 "y": 129
}, },
"width": 120, "width": 120,
"height": 80, "height": 80,
@ -295,7 +295,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1420, "x": 1420,
"y": 96 "y": 124
}, },
"width": 122, "width": 122,
"height": 80, "height": 80,
@ -336,7 +336,7 @@
"type": "text", "type": "text",
"pos": { "pos": {
"x": 702, "x": 702,
"y": 222 "y": 237
}, },
"width": 138, "width": 138,
"height": 108, "height": 108,
@ -376,7 +376,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 12, "x": 12,
"y": 248 "y": 255
}, },
"width": 226, "width": 226,
"height": 252, "height": 252,
@ -417,7 +417,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 62, "x": 62,
"y": 298 "y": 305
}, },
"width": 126, "width": 126,
"height": 66, "height": 66,
@ -458,7 +458,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 73, "x": 73,
"y": 384 "y": 391
}, },
"width": 103, "width": 103,
"height": 66, "height": 66,
@ -565,19 +565,19 @@
"route": [ "route": [
{ {
"x": 238, "x": 238,
"y": 138.25 "y": 145.75
}, },
{ {
"x": 278, "x": 278,
"y": 138.25 "y": 145.75
}, },
{ {
"x": 278, "x": 278,
"y": 104.125 "y": 107.875
}, },
{ {
"x": 390.5, "x": 390.5,
"y": 104.125 "y": 107.875
} }
], ],
"animated": false, "animated": false,
@ -613,19 +613,19 @@
"route": [ "route": [
{ {
"x": 238, "x": 238,
"y": 168.25 "y": 175.75
}, },
{ {
"x": 328, "x": 328,
"y": 168.25 "y": 175.75
}, },
{ {
"x": 328, "x": 328,
"y": 196.25 "y": 203.75
}, },
{ {
"x": 368, "x": 368,
"y": 196.25 "y": 203.75
} }
], ],
"animated": false, "animated": false,
@ -661,27 +661,27 @@
"route": [ "route": [
{ {
"x": 238, "x": 238,
"y": 198.25 "y": 205.75
}, },
{ {
"x": 278, "x": 278,
"y": 198.25 "y": 205.75
}, },
{ {
"x": 278, "x": 278,
"y": 263.8125 "y": 288.1875
}, },
{ {
"x": 612, "x": 612,
"y": 263.8125 "y": 288.1875
}, },
{ {
"x": 612, "x": 612,
"y": 288.375 "y": 299.625
}, },
{ {
"x": 652, "x": 652,
"y": 288.375 "y": 299.625
} }
], ],
"animated": false, "animated": false,
@ -717,11 +717,11 @@
"route": [ "route": [
{ {
"x": 840, "x": 840,
"y": 112.5 "y": 127.5
}, },
{ {
"x": 880, "x": 880,
"y": 112.5 "y": 127.5
}, },
{ {
"x": 880, "x": 880,
@ -765,19 +765,19 @@
"route": [ "route": [
{ {
"x": 840, "x": 840,
"y": 142.5 "y": 157.5
}, },
{ {
"x": 930, "x": 930,
"y": 142.5 "y": 157.5
}, },
{ {
"x": 930, "x": 930,
"y": 153 "y": 183
}, },
{ {
"x": 1170, "x": 1170,
"y": 153 "y": 183
} }
], ],
"animated": false, "animated": false,
@ -813,27 +813,27 @@
"route": [ "route": [
{ {
"x": 840, "x": 840,
"y": 172.5 "y": 187.5
}, },
{ {
"x": 880, "x": 880,
"y": 172.5 "y": 187.5
}, },
{ {
"x": 880, "x": 880,
"y": 189.66666666666666 "y": 249.66666666666669
}, },
{ {
"x": 1380, "x": 1380,
"y": 189.66666666666666 "y": 249.66666666666669
}, },
{ {
"x": 1380, "x": 1380,
"y": 156.33333333333334 "y": 184.66666666666669
}, },
{ {
"x": 1420, "x": 1420,
"y": 156.33333333333334 "y": 184.66666666666669
} }
], ],
"animated": false, "animated": false,
@ -869,19 +869,19 @@
"route": [ "route": [
{ {
"x": 1090, "x": 1090,
"y": 115.33333333333334 "y": 115.33333333333333
}, },
{ {
"x": 1130, "x": 1130,
"y": 115.33333333333334 "y": 115.33333333333333
}, },
{ {
"x": 1130, "x": 1130,
"y": 126.33333333333334 "y": 156.33333333333334
}, },
{ {
"x": 1170, "x": 1170,
"y": 126.33333333333334 "y": 156.33333333333334
} }
], ],
"animated": false, "animated": false,
@ -917,19 +917,19 @@
"route": [ "route": [
{ {
"x": 1290, "x": 1290,
"y": 139.66666666666666 "y": 169.66666666666669
}, },
{ {
"x": 1330, "x": 1330,
"y": 139.66666666666666 "y": 169.66666666666669
}, },
{ {
"x": 1330, "x": 1330,
"y": 136.33333333333334 "y": 164.66666666666669
}, },
{ {
"x": 1420, "x": 1420,
"y": 136.33333333333334 "y": 164.66666666666669
} }
], ],
"animated": false, "animated": false,
@ -965,19 +965,19 @@
"route": [ "route": [
{ {
"x": 1420, "x": 1420,
"y": 116.33333333333334 "y": 144.66666666666669
}, },
{ {
"x": 1380, "x": 1330,
"y": 116.33333333333334 "y": 144.66666666666669
}, },
{ {
"x": 1380, "x": 1330,
"y": 88.66666666666667 "y": 88.66666666666666
}, },
{ {
"x": 1090, "x": 1090,
"y": 88.66666666666667 "y": 88.66666666666666
} }
], ],
"animated": false, "animated": false,
@ -1013,11 +1013,11 @@
"route": [ "route": [
{ {
"x": 549.5, "x": 549.5,
"y": 104.125 "y": 107.875
}, },
{ {
"x": 652, "x": 652,
"y": 104.125 "y": 107.875
} }
], ],
"animated": false, "animated": false,
@ -1053,11 +1053,11 @@
"route": [ "route": [
{ {
"x": 572, "x": 572,
"y": 196.25 "y": 203.75
}, },
{ {
"x": 652, "x": 652,
"y": 196.25 "y": 203.75
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 671 KiB

After

Width:  |  Height:  |  Size: 671 KiB

View file

@ -7,7 +7,7 @@
"id": "a", "id": "a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 33, "x": 63,
"y": 12 "y": 12
}, },
"width": 80, "width": 80,
@ -48,7 +48,7 @@
"id": "b", "id": "b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 25, "x": 55,
"y": 494 "y": 494
}, },
"width": 80, "width": 80,
@ -89,7 +89,7 @@
"id": "c", "id": "c",
"type": "document", "type": "document",
"pos": { "pos": {
"x": 63, "x": 108,
"y": 338 "y": 338
}, },
"width": 80, "width": 80,
@ -130,7 +130,7 @@
"id": "Oval", "id": "Oval",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 23, "x": 53,
"y": 158 "y": 158
}, },
"width": 100, "width": 100,
@ -195,11 +195,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 53, "x": 83,
"y": 78 "y": 78
}, },
{ {
"x": 53, "x": 83,
"y": 118 "y": 118
}, },
{ {
@ -211,11 +211,11 @@
"y": 454 "y": 454
}, },
{ {
"x": 52.5, "x": 82.5,
"y": 454 "y": 454
}, },
{ {
"x": 52.5, "x": 82.5,
"y": 494 "y": 494
} }
], ],
@ -251,19 +251,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 103, "x": 148,
"y": 403 "y": 403
}, },
{ {
"x": 103, "x": 148,
"y": 454 "y": 454
}, },
{ {
"x": 79.16666666666666, "x": 109.16666666666667,
"y": 454 "y": 454
}, },
{ {
"x": 79.16666666666666, "x": 109.16666666666667,
"y": 494 "y": 494
} }
], ],
@ -299,11 +299,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 73, "x": 103,
"y": 78 "y": 78
}, },
{ {
"x": 73, "x": 103,
"y": 158 "y": 158
} }
], ],
@ -339,27 +339,27 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 116, "x": 161,
"y": 338 "y": 338
}, },
{ {
"x": 116.33333333333334, "x": 161.33333333333334,
"y": 298 "y": 298
}, },
{ {
"x": 133, "x": 193,
"y": 298 "y": 298
}, },
{ {
"x": 133, "x": 193,
"y": 118 "y": 118
}, },
{ {
"x": 93, "x": 123,
"y": 118 "y": 118
}, },
{ {
"x": 93, "x": 123,
"y": 78 "y": 78
} }
], ],
@ -395,19 +395,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 73, "x": 103,
"y": 258 "y": 258
}, },
{ {
"x": 73, "x": 103,
"y": 298 "y": 298
}, },
{ {
"x": 89.66666666666666, "x": 134.66666666666669,
"y": 298 "y": 298
}, },
{ {
"x": 90, "x": 135,
"y": 338 "y": 338
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 477 KiB

After

Width:  |  Height:  |  Size: 477 KiB

View file

@ -10,8 +10,8 @@
"x": 12, "x": 12,
"y": 12 "y": 12
}, },
"width": 618, "width": 701,
"height": 1862, "height": 1812,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -49,9 +49,9 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 62, "x": 62,
"y": 662 "y": 612
}, },
"width": 472, "width": 525,
"height": 1067, "height": 1067,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -89,10 +89,10 @@
"id": "aa.bb.cc", "id": "aa.bb.cc",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 180, "x": 203,
"y": 989 "y": 939
}, },
"width": 304, "width": 334,
"height": 690, "height": 690,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -130,8 +130,8 @@
"id": "aa.bb.cc.dd", "id": "aa.bb.cc.dd",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 230, "x": 253,
"y": 1039 "y": 989
}, },
"width": 193, "width": 193,
"height": 166, "height": 166,
@ -171,8 +171,8 @@
"id": "aa.bb.cc.dd.ee", "id": "aa.bb.cc.dd.ee",
"type": "text", "type": "text",
"pos": { "pos": {
"x": 280, "x": 303,
"y": 1134 "y": 1084
}, },
"width": 16, "width": 16,
"height": 21, "height": 21,
@ -211,8 +211,8 @@
"id": "aa.bb.cc.dd.ff", "id": "aa.bb.cc.dd.ff",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 316, "x": 339,
"y": 1089 "y": 1039
}, },
"width": 57, "width": 57,
"height": 66, "height": 66,
@ -252,8 +252,8 @@
"id": "aa.bb.cc.gg", "id": "aa.bb.cc.gg",
"type": "text", "type": "text",
"pos": { "pos": {
"x": 321, "x": 358,
"y": 1381 "y": 1331
}, },
"width": 80, "width": 80,
"height": 21, "height": 21,
@ -292,8 +292,8 @@
"id": "aa.bb.cc.hh", "id": "aa.bb.cc.hh",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 329, "x": 367,
"y": 1563 "y": 1513
}, },
"width": 63, "width": 63,
"height": 66, "height": 66,
@ -334,7 +334,7 @@
"type": "package", "type": "package",
"pos": { "pos": {
"x": 112, "x": 112,
"y": 712 "y": 662
}, },
"width": 150, "width": 150,
"height": 192, "height": 192,
@ -375,7 +375,7 @@
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 162, "x": 162,
"y": 762 "y": 712
}, },
"width": 50, "width": 50,
"height": 92, "height": 92,
@ -415,8 +415,8 @@
"id": "aa.bb.kk", "id": "aa.bb.kk",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 282, "x": 285,
"y": 771 "y": 721
}, },
"width": 74, "width": 74,
"height": 74, "height": 74,
@ -456,7 +456,7 @@
"id": "aa.ll", "id": "aa.ll",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 401, "x": 459,
"y": 310 "y": 310
}, },
"width": 120, "width": 120,
@ -497,7 +497,7 @@
"id": "aa.mm", "id": "aa.mm",
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 265, "x": 287,
"y": 62 "y": 62
}, },
"width": 160, "width": 160,
@ -538,7 +538,7 @@
"id": "aa.nn", "id": "aa.nn",
"type": "text", "type": "text",
"pos": { "pos": {
"x": 445, "x": 467,
"y": 110 "y": 110
}, },
"width": 16, "width": 16,
@ -578,7 +578,7 @@
"id": "aa.oo", "id": "aa.oo",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 481, "x": 503,
"y": 88 "y": 88
}, },
"width": 63, "width": 63,
@ -644,20 +644,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 288.5, "x": 311,
"y": 1155 "y": 1105
}, },
{ {
"x": 288.5, "x": 311,
"y": 1341 "y": 1291
}, },
{ {
"x": 347.66666666666663, "x": 385.16666666666663,
"y": 1341 "y": 1291
}, },
{ {
"x": 347.66666666666663, "x": 385.16666666666663,
"y": 1381 "y": 1331
} }
], ],
"animated": false, "animated": false,
@ -692,12 +692,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 361, "x": 398.5,
"y": 1402 "y": 1352
}, },
{ {
"x": 361, "x": 398.5,
"y": 1563 "y": 1513
} }
], ],
"animated": false, "animated": false,
@ -733,19 +733,19 @@
"route": [ "route": [
{ {
"x": 212, "x": 212,
"y": 904 "y": 854
}, },
{ {
"x": 212, "x": 212,
"y": 944 "y": 894
}, },
{ {
"x": 298.5, "x": 321,
"y": 944 "y": 894
}, },
{ {
"x": 298.5, "x": 321,
"y": 1039 "y": 989
} }
], ],
"animated": false, "animated": false,
@ -780,28 +780,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 425, "x": 483.25,
"y": 376 "y": 376
}, },
{ {
"x": 425, "x": 483.25,
"y": 416 "y": 416
}, },
{ {
"x": 395.5, "x": 443.75,
"y": 416 "y": 416
}, },
{ {
"x": 395.5, "x": 443.75,
"y": 617 "y": 567
}, },
{ {
"x": 376, "x": 413.5,
"y": 617 "y": 567
}, },
{ {
"x": 376, "x": 413.5,
"y": 662 "y": 612
} }
], ],
"animated": false, "animated": false,
@ -836,20 +836,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 361, "x": 384,
"y": 180 "y": 180
}, },
{ {
"x": 361.25, "x": 383.75,
"y": 567 "y": 567
}, },
{ {
"x": 366, "x": 403.5,
"y": 567 "y": 567
}, },
{ {
"x": 366, "x": 403.5,
"y": 989 "y": 939
} }
], ],
"animated": false, "animated": false,
@ -884,19 +884,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 393, "x": 416,
"y": 176 "y": 176
}, },
{ {
"x": 393.25, "x": 415.75,
"y": 220 "y": 220
}, },
{ {
"x": 461, "x": 519.25,
"y": 220 "y": 220
}, },
{ {
"x": 461, "x": 519.25,
"y": 310 "y": 310
} }
], ],
@ -932,20 +932,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 329, "x": 352,
"y": 180 "y": 180
}, },
{ {
"x": 329.25, "x": 351.75,
"y": 270 "y": 270
}, },
{ {
"x": 276.5, "x": 295.25,
"y": 270 "y": 270
}, },
{ {
"x": 276.5, "x": 295.25,
"y": 662 "y": 612
} }
], ],
"animated": false, "animated": false,
@ -980,36 +980,36 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 449, "x": 507.25,
"y": 376 "y": 376
}, },
{ {
"x": 449, "x": 507.25,
"y": 466 "y": 466
}, },
{ {
"x": 438.25, "x": 494.25,
"y": 466 "y": 466
}, },
{ {
"x": 438.25, "x": 494.25,
"y": 567 "y": 567
}, },
{ {
"x": 433.5, "x": 486,
"y": 567 "y": 567
}, },
{ {
"x": 433.5, "x": 486,
"y": 1341 "y": 1291
}, },
{ {
"x": 374.3333333333333, "x": 411.8333333333333,
"y": 1341 "y": 1291
}, },
{ {
"x": 374.3333333333333, "x": 411.8333333333333,
"y": 1381 "y": 1331
} }
], ],
"animated": false, "animated": false,
@ -1044,19 +1044,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 297, "x": 320,
"y": 176 "y": 176
}, },
{ {
"x": 297.25, "x": 319.75,
"y": 220 "y": 220
}, },
{ {
"x": 202.5, "x": 221.25,
"y": 220 "y": 220
}, },
{ {
"x": 202.5, "x": 221.25,
"y": 567 "y": 567
}, },
{ {
@ -1065,7 +1065,7 @@
}, },
{ {
"x": 187, "x": 187,
"y": 712 "y": 662
} }
], ],
"animated": false, "animated": false,
@ -1100,27 +1100,27 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 305.3333333333333, "x": 342.8333333333333,
"y": 1679 "y": 1629
}, },
{ {
"x": 305.3333333333333, "x": 342.8333333333333,
"y": 1774 "y": 1724
}, },
{ {
"x": 544.5, "x": 627,
"y": 1774 "y": 1724
}, },
{ {
"x": 544.5, "x": 627,
"y": 466 "y": 466
}, },
{ {
"x": 473, "x": 531.25,
"y": 466 "y": 466
}, },
{ {
"x": 473, "x": 531.25,
"y": 376 "y": 376
} }
], ],
@ -1157,26 +1157,26 @@
"route": [ "route": [
{ {
"x": 162, "x": 162,
"y": 904 "y": 854
}, },
{ {
"x": 162, "x": 162,
"y": 1824 "y": 1774
}, },
{ {
"x": 571.5, "x": 654,
"y": 1824 "y": 1774
}, },
{ {
"x": 571.5, "x": 654,
"y": 416 "y": 416
}, },
{ {
"x": 497, "x": 555.25,
"y": 416 "y": 416
}, },
{ {
"x": 497, "x": 555.25,
"y": 376 "y": 376
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 817 KiB

After

Width:  |  Height:  |  Size: 817 KiB

View file

@ -7,7 +7,7 @@
"id": "a", "id": "a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 98, "x": 94,
"y": 12 "y": 12
}, },
"width": 53, "width": 53,
@ -48,7 +48,7 @@
"id": "g", "id": "g",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 48, "x": 44,
"y": 213 "y": 213
}, },
"width": 226, "width": 226,
@ -89,7 +89,7 @@
"id": "g.b", "id": "g.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 98, "x": 94,
"y": 263 "y": 263
}, },
"width": 53, "width": 53,
@ -253,7 +253,7 @@
"id": "g.e", "id": "g.e",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 171, "x": 167,
"y": 263 "y": 263
}, },
"width": 53, "width": 53,
@ -360,11 +360,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 125.25, "x": 120.75,
"y": 78 "y": 78
}, },
{ {
"x": 125.25, "x": 120.75,
"y": 263 "y": 263
} }
], ],
@ -400,11 +400,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 125.25, "x": 120.75,
"y": 329 "y": 329
}, },
{ {
"x": 125.25, "x": 120.75,
"y": 474 "y": 474
}, },
{ {
@ -456,19 +456,19 @@
"y": 830 "y": 830
}, },
{ {
"x": 346, "x": 376,
"y": 830 "y": 830
}, },
{ {
"x": 346, "x": 376,
"y": 118 "y": 118
}, },
{ {
"x": 198.25, "x": 193.75,
"y": 118 "y": 118
}, },
{ {
"x": 198.25, "x": 193.75,
"y": 263 "y": 263
} }
], ],
@ -504,11 +504,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 198.25, "x": 193.75,
"y": 329 "y": 329
}, },
{ {
"x": 198.25, "x": 193.75,
"y": 424 "y": 424
}, },
{ {
@ -560,11 +560,11 @@
"y": 168 "y": 168
}, },
{ {
"x": 208.25, "x": 203.75,
"y": 168 "y": 168
}, },
{ {
"x": 208.25, "x": 203.75,
"y": 213 "y": 213
} }
], ],
@ -600,11 +600,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 161.75, "x": 157.25,
"y": 379 "y": 379
}, },
{ {
"x": 161.75, "x": 157.25,
"y": 424 "y": 424
}, },
{ {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 657 KiB

After

Width:  |  Height:  |  Size: 657 KiB

View file

@ -7,8 +7,8 @@
"id": "a", "id": "a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 127, "x": 155,
"y": 208 "y": 158
}, },
"width": 53, "width": 53,
"height": 66, "height": 66,
@ -48,8 +48,8 @@
"id": "b", "id": "b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 12, "x": 40,
"y": 354 "y": 304
}, },
"width": 280, "width": 280,
"height": 66, "height": 66,
@ -89,8 +89,8 @@
"id": "c", "id": "c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 54, "x": 82,
"y": 208 "y": 158
}, },
"width": 53, "width": 53,
"height": 66, "height": 66,
@ -130,8 +130,8 @@
"id": "d", "id": "d",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 317, "x": 362,
"y": 550 "y": 500
}, },
"width": 120, "width": 120,
"height": 66, "height": 66,
@ -171,8 +171,8 @@
"id": "e", "id": "e",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 321, "x": 384,
"y": 1042 "y": 942
}, },
"width": 120, "width": 120,
"height": 66, "height": 66,
@ -212,8 +212,8 @@
"id": "f", "id": "f",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 105, "x": 139,
"y": 746 "y": 696
}, },
"width": 80, "width": 80,
"height": 66, "height": 66,
@ -253,8 +253,8 @@
"id": "g", "id": "g",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 142, "x": 187,
"y": 550 "y": 500
}, },
"width": 54, "width": 54,
"height": 66, "height": 66,
@ -294,8 +294,8 @@
"id": "h", "id": "h",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 63, "x": 53,
"y": 550 "y": 500
}, },
"width": 53, "width": 53,
"height": 66, "height": 66,
@ -335,8 +335,8 @@
"id": "i", "id": "i",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 87, "x": 79,
"y": 1188 "y": 1088
}, },
"width": 80, "width": 80,
"height": 66, "height": 66,
@ -376,7 +376,7 @@
"id": "j", "id": "j",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 111, "x": 141,
"y": 12 "y": 12
}, },
"width": 80, "width": 80,
@ -417,8 +417,8 @@
"id": "k", "id": "k",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 101, "x": 92,
"y": 1324 "y": 1224
}, },
"width": 53, "width": 53,
"height": 66, "height": 66,
@ -458,8 +458,8 @@
"id": "l", "id": "l",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 466, "x": 511,
"y": 746 "y": 696
}, },
"width": 120, "width": 120,
"height": 66, "height": 66,
@ -499,8 +499,8 @@
"id": "m", "id": "m",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 216, "x": 261,
"y": 550 "y": 500
}, },
"width": 80, "width": 80,
"height": 66, "height": 66,
@ -540,8 +540,8 @@
"id": "n", "id": "n",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 161, "x": 197,
"y": 1042 "y": 942
}, },
"width": 120, "width": 120,
"height": 66, "height": 66,
@ -581,8 +581,8 @@
"id": "o", "id": "o",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 457, "x": 502,
"y": 550 "y": 500
}, },
"width": 54, "width": 54,
"height": 66, "height": 66,
@ -622,8 +622,8 @@
"id": "p", "id": "p",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 531, "x": 576,
"y": 550 "y": 500
}, },
"width": 53, "width": 53,
"height": 66, "height": 66,
@ -663,8 +663,8 @@
"id": "q", "id": "q",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 354, "x": 417,
"y": 1188 "y": 1088
}, },
"width": 54, "width": 54,
"height": 66, "height": 66,
@ -729,20 +729,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 153.5, "x": 181.5,
"y": 274 "y": 224
}, },
{ {
"x": 153.5, "x": 181.5,
"y": 314 "y": 264
}, },
{ {
"x": 152, "x": 180,
"y": 314 "y": 264
}, },
{ {
"x": 152, "x": 180,
"y": 354 "y": 304
} }
], ],
"animated": false, "animated": false,
@ -777,20 +777,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 80.5, "x": 108.5,
"y": 274 "y": 224
}, },
{ {
"x": 80.5, "x": 108.5,
"y": 314 "y": 264
}, },
{ {
"x": 82, "x": 110,
"y": 314 "y": 264
}, },
{ {
"x": 82, "x": 110,
"y": 354 "y": 304
} }
], ],
"animated": false, "animated": false,
@ -825,28 +825,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 377.83333333333337, "x": 422.75,
"y": 616 "y": 566
}, },
{ {
"x": 377.83333333333337, "x": 422.75,
"y": 656 "y": 606
}, },
{ {
"x": 376.08333333333337, "x": 421,
"y": 656 "y": 606
}, },
{ {
"x": 376.08333333333337, "x": 421,
"y": 852 "y": 802
}, },
{ {
"x": 381.33333333333337, "x": 444.3333333333333,
"y": 852 "y": 802
}, },
{ {
"x": 381.33333333333337, "x": 444.3333333333333,
"y": 1042 "y": 942
} }
], ],
"animated": false, "animated": false,
@ -881,20 +881,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 158.66666666666666, "x": 192.66666666666657,
"y": 812 "y": 762
}, },
{ {
"x": 158.66666666666666, "x": 192.66666666666657,
"y": 952 "y": 852
}, },
{ {
"x": 351.33333333333337, "x": 414.3333333333333,
"y": 952 "y": 852
}, },
{ {
"x": 351.33333333333337, "x": 414.3333333333333,
"y": 1042 "y": 942
} }
], ],
"animated": false, "animated": false,
@ -929,28 +929,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 132, "x": 160,
"y": 420 "y": 370
}, },
{ {
"x": 132, "x": 160,
"y": 460 "y": 410
}, },
{ {
"x": 131.08333333333334, "x": 146,
"y": 460 "y": 410
}, },
{ {
"x": 131.08333333333334, "x": 146,
"y": 656 "y": 606
}, },
{ {
"x": 131.99999999999997, "x": 165.99999999999994,
"y": 656 "y": 606
}, },
{ {
"x": 131.99999999999997, "x": 165.99999999999994,
"y": 746 "y": 696
} }
], ],
"animated": false, "animated": false,
@ -985,20 +985,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 172, "x": 200,
"y": 420 "y": 370
}, },
{ {
"x": 172, "x": 200,
"y": 460 "y": 410
}, },
{ {
"x": 169.08333333333334, "x": 214,
"y": 460 "y": 410
}, },
{ {
"x": 169.08333333333334, "x": 214,
"y": 550 "y": 500
} }
], ],
"animated": false, "animated": false,
@ -1033,20 +1033,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 169.08333333333334, "x": 214,
"y": 616 "y": 566
}, },
{ {
"x": 169.08333333333334, "x": 214,
"y": 656 "y": 606
}, },
{ {
"x": 158.66666666666666, "x": 192.66666666666657,
"y": 656 "y": 606
}, },
{ {
"x": 158.66666666666666, "x": 192.66666666666657,
"y": 746 "y": 696
} }
], ],
"animated": false, "animated": false,
@ -1081,20 +1081,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 92, "x": 120,
"y": 420 "y": 370
}, },
{ {
"x": 92, "x": 120,
"y": 460 "y": 460
}, },
{ {
"x": 90.08333333333331, "x": 79.5,
"y": 460 "y": 460
}, },
{ {
"x": 90.08333333333331, "x": 79.5,
"y": 550 "y": 500
} }
], ],
"animated": false, "animated": false,
@ -1129,28 +1129,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 52, "x": 80,
"y": 420 "y": 370
}, },
{ {
"x": 52, "x": 80,
"y": 460 "y": 410
}, },
{ {
"x": 51.333333333333314, "x": 12,
"y": 460 "y": 410
}, },
{ {
"x": 51.333333333333314, "x": 12,
"y": 1148 "y": 1048
}, },
{ {
"x": 114.49999999999997, "x": 106.08333333333331,
"y": 1148 "y": 1048
}, },
{ {
"x": 114.49999999999997, "x": 106.08333333333331,
"y": 1188 "y": 1088
} }
], ],
"animated": false, "animated": false,
@ -1185,20 +1185,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 212, "x": 240,
"y": 420 "y": 370
}, },
{ {
"x": 212, "x": 240,
"y": 510 "y": 460
}, },
{ {
"x": 377.83333333333337, "x": 422.75,
"y": 510 "y": 460
}, },
{ {
"x": 377.83333333333337, "x": 422.75,
"y": 550 "y": 500
} }
], ],
"animated": false, "animated": false,
@ -1233,20 +1233,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 131.58333333333334, "x": 161.5,
"y": 78 "y": 78
}, },
{ {
"x": 131.58333333333334, "x": 161.5,
"y": 118 "y": 118
}, },
{ {
"x": 80.5, "x": 108.5,
"y": 118 "y": 118
}, },
{ {
"x": 80.5, "x": 108.5,
"y": 208 "y": 158
} }
], ],
"animated": false, "animated": false,
@ -1281,20 +1281,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 151.58333333333334, "x": 181.5,
"y": 78 "y": 78
}, },
{ {
"x": 151.58333333333334, "x": 181.5,
"y": 168 "y": 158
},
{
"x": 153.5,
"y": 168
},
{
"x": 153.5,
"y": 208
} }
], ],
"animated": false, "animated": false,
@ -1329,27 +1321,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 222, "x": 250,
"y": 354 "y": 304
}, },
{ {
"x": 222, "x": 249.99999999999997,
"y": 314
},
{
"x": 220.08333333333334,
"y": 314
},
{
"x": 220.08333333333334,
"y": 118 "y": 118
}, },
{ {
"x": 171.58333333333334, "x": 201.5,
"y": 118 "y": 118
}, },
{ {
"x": 171.58333333333334, "x": 201.5,
"y": 78 "y": 78
} }
], ],
@ -1385,12 +1369,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 127.83333333333331, "x": 119.41666666666663,
"y": 1254 "y": 1154
}, },
{ {
"x": 127.83333333333331, "x": 119.41666666666663,
"y": 1324 "y": 1224
} }
], ],
"animated": false, "animated": false,
@ -1425,20 +1409,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 407.83333333333337, "x": 452.75,
"y": 616 "y": 566
}, },
{ {
"x": 407.83333333333337, "x": 452.75,
"y": 656 "y": 606
}, },
{ {
"x": 526.5833333333334, "x": 571.5,
"y": 656 "y": 606
}, },
{ {
"x": 526.5833333333334, "x": 571.5,
"y": 746 "y": 696
} }
], ],
"animated": false, "animated": false,
@ -1473,20 +1457,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 526.5833333333334, "x": 571.5,
"y": 812 "y": 762
}, },
{ {
"x": 526.5833333333334, "x": 571.5,
"y": 852 "y": 802
}, },
{ {
"x": 411.33333333333337, "x": 474.3333333333333,
"y": 852 "y": 802
}, },
{ {
"x": 411.33333333333337, "x": 474.3333333333333,
"y": 1042 "y": 942
} }
], ],
"animated": false, "animated": false,
@ -1521,20 +1505,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 269.4166666666667, "x": 314.3333333333333,
"y": 616 "y": 566
}, },
{ {
"x": 269.4166666666667, "x": 314.3333333333333,
"y": 706 "y": 656
}, },
{ {
"x": 496.58333333333337, "x": 541.5,
"y": 706 "y": 656
}, },
{ {
"x": 496.58333333333337, "x": 541.5,
"y": 746 "y": 696
} }
], ],
"animated": false, "animated": false,
@ -1569,20 +1553,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 242.75, "x": 287.66666666666663,
"y": 616 "y": 566
}, },
{ {
"x": 242.75, "x": 287.66666666666663,
"y": 852 "y": 802
}, },
{ {
"x": 221.66666666666669, "x": 257.25,
"y": 852 "y": 802
}, },
{ {
"x": 221.66666666666669, "x": 257.25,
"y": 1042 "y": 942
} }
], ],
"animated": false, "animated": false,
@ -1617,20 +1601,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 221.66666666666669, "x": 257.25,
"y": 1108 "y": 1008
}, },
{ {
"x": 221.66666666666669, "x": 257.25,
"y": 1148 "y": 1048
}, },
{ {
"x": 141.16666666666666, "x": 132.74999999999994,
"y": 1148 "y": 1048
}, },
{ {
"x": 141.16666666666666, "x": 132.74999999999994,
"y": 1188 "y": 1088
} }
], ],
"animated": false, "animated": false,
@ -1665,28 +1649,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 347.83333333333337, "x": 392.75,
"y": 616 "y": 566
}, },
{ {
"x": 347.83333333333337, "x": 392.75,
"y": 656 "y": 606
}, },
{ {
"x": 335.9166666666667, "x": 353.41666666666663,
"y": 656 "y": 606
}, },
{ {
"x": 335.9166666666667, "x": 353.41666666666663,
"y": 902 "y": 902
}, },
{ {
"x": 251.66666666666669, "x": 287.25,
"y": 902 "y": 902
}, },
{ {
"x": 251.66666666666669, "x": 287.25,
"y": 1042 "y": 942
} }
], ],
"animated": false, "animated": false,
@ -1721,20 +1705,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 131.99999999999997, "x": 165.99999999999994,
"y": 812 "y": 762
}, },
{ {
"x": 131.99999999999997, "x": 165.99999999999994,
"y": 1002 "y": 902
}, },
{ {
"x": 191.66666666666669, "x": 227.25,
"y": 1002 "y": 902
}, },
{ {
"x": 191.66666666666669, "x": 227.25,
"y": 1042 "y": 942
} }
], ],
"animated": false, "animated": false,
@ -1769,20 +1753,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 252, "x": 280,
"y": 420 "y": 370
}, },
{ {
"x": 252, "x": 280,
"y": 460 "y": 410
}, },
{ {
"x": 484.83333333333337, "x": 529.75,
"y": 460 "y": 410
}, },
{ {
"x": 484.83333333333337, "x": 529.75,
"y": 550 "y": 500
} }
], ],
"animated": false, "animated": false,
@ -1817,20 +1801,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 558.3333333333334, "x": 603.25,
"y": 616 "y": 566
}, },
{ {
"x": 558.3333333333334, "x": 603.25,
"y": 656 "y": 606
}, },
{ {
"x": 556.5833333333334, "x": 601.5,
"y": 656 "y": 606
}, },
{ {
"x": 556.5833333333334, "x": 601.5,
"y": 746 "y": 696
} }
], ],
"animated": false, "animated": false,
@ -1865,12 +1849,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 381.33333333333337, "x": 444.3333333333333,
"y": 1108 "y": 1008
}, },
{ {
"x": 381.33333333333337, "x": 444.3333333333333,
"y": 1188 "y": 1088
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 342 KiB

After

Width:  |  Height:  |  Size: 342 KiB

View file

@ -7,7 +7,7 @@
"id": "aa", "id": "aa",
"type": "step", "type": "step",
"pos": { "pos": {
"x": 183, "x": 195,
"y": 12 "y": 12
}, },
"width": 102, "width": 102,
@ -48,7 +48,7 @@
"id": "bb", "id": "bb",
"type": "step", "type": "step",
"pos": { "pos": {
"x": 234, "x": 245,
"y": 193 "y": 193
}, },
"width": 103, "width": 103,
@ -212,7 +212,7 @@
"id": "ff", "id": "ff",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 250, "x": 273,
"y": 1889 "y": 1889
}, },
"width": 281, "width": 281,
@ -253,7 +253,7 @@
"id": "ff.gg", "id": "ff.gg",
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 300, "x": 323,
"y": 1939 "y": 1939
}, },
"width": 80, "width": 80,
@ -458,7 +458,7 @@
"id": "ll", "id": "ll",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 214, "x": 251,
"y": 2468 "y": 2468
}, },
"width": 265, "width": 265,
@ -499,7 +499,7 @@
"id": "ll.mm", "id": "ll.mm",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 264, "x": 301,
"y": 2518 "y": 2518
}, },
"width": 81, "width": 81,
@ -540,7 +540,7 @@
"id": "ff.mm", "id": "ff.mm",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 400, "x": 423,
"y": 1944 "y": 1944
}, },
"width": 81, "width": 81,
@ -581,8 +581,8 @@
"id": "nn", "id": "nn",
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 59, "x": 79,
"y": 3519 "y": 3469
}, },
"width": 327, "width": 327,
"height": 166, "height": 166,
@ -622,8 +622,8 @@
"id": "nn.oo", "id": "nn.oo",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 109, "x": 129,
"y": 3569 "y": 3519
}, },
"width": 63, "width": 63,
"height": 66, "height": 66,
@ -663,7 +663,7 @@
"id": "ff.pp", "id": "ff.pp",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 364, "x": 402,
"y": 2161 "y": 2161
}, },
"width": 63, "width": 63,
@ -704,7 +704,7 @@
"id": "ll.qq", "id": "ll.qq",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 365, "x": 402,
"y": 2525 "y": 2525
}, },
"width": 64, "width": 64,
@ -745,7 +745,7 @@
"id": "ll.rr", "id": "ll.rr",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 368, "x": 405,
"y": 2669 "y": 2669
}, },
"width": 58, "width": 58,
@ -1044,8 +1044,8 @@
"id": "nn.xx", "id": "nn.xx",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 193, "x": 212,
"y": 3569 "y": 3519
}, },
"width": 62, "width": 62,
"height": 66, "height": 66,
@ -1085,8 +1085,8 @@
"id": "yy", "id": "yy",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 284, "x": 309,
"y": 3025 "y": 2975
}, },
"width": 238, "width": 238,
"height": 354, "height": 354,
@ -1126,8 +1126,8 @@
"id": "yy.zz", "id": "yy.zz",
"type": "queue", "type": "queue",
"pos": { "pos": {
"x": 334, "x": 359,
"y": 3075 "y": 3025
}, },
"width": 138, "width": 138,
"height": 118, "height": 118,
@ -1179,8 +1179,8 @@
"id": "yy.ab", "id": "yy.ab",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 371, "x": 397,
"y": 3263 "y": 3213
}, },
"width": 63, "width": 63,
"height": 66, "height": 66,
@ -1220,8 +1220,8 @@
"id": "nn.ac", "id": "nn.ac",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 275, "x": 294,
"y": 3569 "y": 3519
}, },
"width": 62, "width": 62,
"height": 66, "height": 66,
@ -1261,8 +1261,8 @@
"id": "ad", "id": "ad",
"type": "parallelogram", "type": "parallelogram",
"pos": { "pos": {
"x": 248, "x": 267,
"y": 3760 "y": 3710
}, },
"width": 115, "width": 115,
"height": 66, "height": 66,
@ -1327,19 +1327,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 251, "x": 263,
"y": 112 "y": 111
}, },
{ {
"x": 251.5, "x": 263.08333333333337,
"y": 153 "y": 153
}, },
{ {
"x": 285.5833333333333, "x": 297.16666666666663,
"y": 153 "y": 153
}, },
{ {
"x": 286, "x": 297,
"y": 193 "y": 193
} }
], ],
@ -1375,15 +1375,15 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 268, "x": 280,
"y": 294 "y": 294
}, },
{ {
"x": 268.4166666666667, "x": 280,
"y": 334 "y": 334
}, },
{ {
"x": 235.66666666666666, "x": 235.66666666666669,
"y": 334 "y": 334
}, },
{ {
@ -1423,15 +1423,15 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 217, "x": 229,
"y": 113 "y": 113
}, },
{ {
"x": 217.5, "x": 229.08333333333334,
"y": 153 "y": 153
}, },
{ {
"x": 150.66666666666666, "x": 150.66666666666669,
"y": 153 "y": 153
}, },
{ {
@ -1471,20 +1471,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 303, "x": 314,
"y": 293 "y": 294
}, },
{ {
"x": 302.75, "x": 314.33333333333337,
"y": 334 "y": 334
}, },
{ {
"x": 353.3333333333333, "x": 376.5,
"y": 334 "y": 334
}, },
{ {
"x": 353, "x": 377,
"y": 1954 "y": 1955
} }
], ],
"animated": false, "animated": false,
@ -1563,11 +1563,11 @@
"y": 783 "y": 783
}, },
{ {
"x": 150.66666666666666, "x": 150.66666666666669,
"y": 873 "y": 873
}, },
{ {
"x": 198.16666666666666, "x": 198.16666666666669,
"y": 873 "y": 873
}, },
{ {
@ -1695,27 +1695,27 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 248.33333333333331, "x": 248.33333333333334,
"y": 1567.6666666666667 "y": 1567.6666666666667
}, },
{ {
"x": 248.33333333333331, "x": 248.33333333333334,
"y": 1646 "y": 1646
}, },
{ {
"x": 404.4166666666667, "x": 442.58333333333337,
"y": 1646 "y": 1646
}, },
{ {
"x": 404.4166666666667, "x": 442.58333333333337,
"y": 1844 "y": 1844
}, },
{ {
"x": 440.5, "x": 463.66666666666663,
"y": 1844 "y": 1844
}, },
{ {
"x": 441, "x": 464,
"y": 1945 "y": 1945
} }
], ],
@ -1751,35 +1751,35 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 441, "x": 464,
"y": 2026 "y": 2026
}, },
{ {
"x": 440.5, "x": 463.66666666666663,
"y": 2121 "y": 2121
}, },
{ {
"x": 353.5, "x": 361.66666666666663,
"y": 2121 "y": 2121
}, },
{ {
"x": 353.5, "x": 361.66666666666663,
"y": 2322 "y": 2322
}, },
{ {
"x": 329.5833333333333, "x": 351.66666666666663,
"y": 2322 "y": 2322
}, },
{ {
"x": 329.5833333333333, "x": 351.66666666666663,
"y": 2423 "y": 2423
}, },
{ {
"x": 304.5833333333333, "x": 341.66666666666663,
"y": 2423 "y": 2423
}, },
{ {
"x": 305, "x": 342,
"y": 2518 "y": 2518
} }
], ],
@ -1815,28 +1815,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 305, "x": 342,
"y": 2599 "y": 2599
}, },
{ {
"x": 304.5833333333333, "x": 341.66666666666663,
"y": 2980 "y": 2880
}, },
{ {
"x": 124.66666666666669, "x": 94.66666666666666,
"y": 2980 "y": 2880
}, },
{ {
"x": 124.66666666666669, "x": 94.66666666666666,
"y": 3474 "y": 3424
}, },
{ {
"x": 141.5, "x": 160.58333333333331,
"y": 3474 "y": 3424
}, },
{ {
"x": 141.5, "x": 160.58333333333331,
"y": 3569 "y": 3519
} }
], ],
"animated": false, "animated": false,
@ -1871,19 +1871,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 340, "x": 363,
"y": 2031 "y": 2031
}, },
{ {
"x": 340, "x": 363.16666666666663,
"y": 2071 "y": 2071
}, },
{ {
"x": 396, "x": 434.16666666666663,
"y": 2071 "y": 2071
}, },
{ {
"x": 396, "x": 434.16666666666663,
"y": 2161 "y": 2161
} }
], ],
@ -1919,19 +1919,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 396, "x": 434.16666666666663,
"y": 2227 "y": 2227
}, },
{ {
"x": 396, "x": 434.16666666666663,
"y": 2423
},
{
"x": 397.0833333333333,
"y": 2423
},
{
"x": 397.0833333333333,
"y": 2525.5 "y": 2525.5
} }
], ],
@ -1967,11 +1959,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 397.0833333333333, "x": 434.16666666666663,
"y": 2591.5 "y": 2591.5
}, },
{ {
"x": 397.0833333333333, "x": 434.16666666666663,
"y": 2669 "y": 2669
} }
], ],
@ -2011,11 +2003,11 @@
"y": 783 "y": 783
}, },
{ {
"x": 235.66666666666666, "x": 235.66666666666669,
"y": 823 "y": 823
}, },
{ {
"x": 188.16666666666666, "x": 188.16666666666669,
"y": 823 "y": 823
}, },
{ {
@ -2023,7 +2015,7 @@
"y": 1008 "y": 1008
}, },
{ {
"x": 93.5, "x": 93.49999999999999,
"y": 1008 "y": 1008
}, },
{ {
@ -2111,7 +2103,7 @@
"y": 1646 "y": 1646
}, },
{ {
"x": 202.66666666666666, "x": 202.66666666666669,
"y": 1646 "y": 1646
}, },
{ {
@ -2159,7 +2151,7 @@
"y": 1646 "y": 1646
}, },
{ {
"x": 153, "x": 153.00000000000003,
"y": 1646 "y": 1646
}, },
{ {
@ -2252,15 +2244,15 @@
}, },
{ {
"x": 148.33333333333334, "x": 148.33333333333334,
"y": 3424 "y": 3374
}, },
{ {
"x": 224, "x": 243.08333333333331,
"y": 3424 "y": 3374
}, },
{ {
"x": 224, "x": 243.08333333333331,
"y": 3569 "y": 3519
} }
], ],
"animated": false, "animated": false,
@ -2295,20 +2287,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 397.0833333333333, "x": 434.16666666666663,
"y": 2735 "y": 2735
}, },
{ {
"x": 397.0833333333333, "x": 434.16666666666663,
"y": 2830 "y": 2830
}, },
{ {
"x": 426, "x": 451.8333333333333,
"y": 2830 "y": 2830
}, },
{ {
"x": 426, "x": 452,
"y": 3075 "y": 3025
} }
], ],
"animated": false, "animated": false,
@ -2348,15 +2340,15 @@
}, },
{ {
"x": 166.33333333333334, "x": 166.33333333333334,
"y": 2880 "y": 2830
}, },
{ {
"x": 380, "x": 405.83333333333337,
"y": 2880 "y": 2830
}, },
{ {
"x": 380, "x": 406,
"y": 3075 "y": 3025
} }
], ],
"animated": false, "animated": false,
@ -2391,12 +2383,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 403, "x": 429,
"y": 3193 "y": 3143
}, },
{ {
"x": 403, "x": 428.83333333333337,
"y": 3263 "y": 3213
} }
], ],
"animated": false, "animated": false,
@ -2431,20 +2423,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 403, "x": 428.83333333333337,
"y": 3329 "y": 3279
}, },
{ {
"x": 403, "x": 428.83333333333337,
"y": 3424 "y": 3374
}, },
{ {
"x": 306, "x": 325.08333333333337,
"y": 3424 "y": 3374
}, },
{ {
"x": 306, "x": 325.08333333333337,
"y": 3569 "y": 3519
} }
], ],
"animated": false, "animated": false,
@ -2479,12 +2471,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 306, "x": 325.0833333333333,
"y": 3635 "y": 3585
}, },
{ {
"x": 306, "x": 325,
"y": 3760 "y": 3710
} }
], ],
"animated": false, "animated": false,
@ -2523,15 +2515,15 @@
"y": 1804 "y": 1804
}, },
{ {
"x": 202.66666666666666, "x": 202.66666666666669,
"y": 1844 "y": 1844
}, },
{ {
"x": 326.6666666666667, "x": 349.83333333333337,
"y": 1844 "y": 1844
}, },
{ {
"x": 327, "x": 350,
"y": 1953 "y": 1953
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 815 KiB

After

Width:  |  Height:  |  Size: 815 KiB

View file

@ -89,7 +89,7 @@
"id": "c", "id": "c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 432, "x": 417,
"y": 1718 "y": 1718
}, },
"width": 53, "width": 53,
@ -130,7 +130,7 @@
"id": "d", "id": "d",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 505, "x": 490,
"y": 1718 "y": 1718
}, },
"width": 54, "width": 54,
@ -171,7 +171,7 @@
"id": "e", "id": "e",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 505, "x": 490,
"y": 1854 "y": 1854
}, },
"width": 53, "width": 53,
@ -212,7 +212,7 @@
"id": "f", "id": "f",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 579, "x": 564,
"y": 1718 "y": 1718
}, },
"width": 51, "width": 51,
@ -253,7 +253,7 @@
"id": "g", "id": "g",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 198, "x": 170,
"y": 1718 "y": 1718
}, },
"width": 80, "width": 80,
@ -335,7 +335,7 @@
"id": "i", "id": "i",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 418, "x": 403,
"y": 1011 "y": 1011
}, },
"width": 546, "width": 546,
@ -376,7 +376,7 @@
"id": "i.j", "id": "i.j",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 690, "x": 675,
"y": 1061 "y": 1061
}, },
"width": 222, "width": 222,
@ -417,7 +417,7 @@
"id": "i.j.k", "id": "i.j.k",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 740, "x": 725,
"y": 1111 "y": 1111
}, },
"width": 53, "width": 53,
@ -458,7 +458,7 @@
"id": "i.j.l", "id": "i.j.l",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 813, "x": 798,
"y": 1111 "y": 1111
}, },
"width": 49, "width": 49,
@ -499,7 +499,7 @@
"id": "i.m", "id": "i.m",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 468, "x": 453,
"y": 1377 "y": 1377
}, },
"width": 200, "width": 200,
@ -540,7 +540,7 @@
"id": "i.n", "id": "i.n",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 688, "x": 673,
"y": 1417 "y": 1417
}, },
"width": 53, "width": 53,
@ -581,7 +581,7 @@
"id": "i.o", "id": "i.o",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 761, "x": 746,
"y": 1317 "y": 1317
}, },
"width": 153, "width": 153,
@ -622,7 +622,7 @@
"id": "i.o.p", "id": "i.o.p",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 811, "x": 796,
"y": 1367 "y": 1367
}, },
"width": 53, "width": 53,
@ -663,7 +663,7 @@
"id": "q", "id": "q",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 865, "x": 895,
"y": 1718 "y": 1718
}, },
"width": 80, "width": 80,
@ -1385,19 +1385,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 766.5833333333333, "x": 751.5833333333333,
"y": 1177 "y": 1177
}, },
{ {
"x": 766.5833333333333, "x": 751.5833333333333,
"y": 1272 "y": 1272
}, },
{ {
"x": 618.0833333333333, "x": 603.0833333333333,
"y": 1272 "y": 1272
}, },
{ {
"x": 618.0833333333333, "x": 603.0833333333333,
"y": 1377.625 "y": 1377.625
} }
], ],
@ -1433,11 +1433,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 837.5833333333333, "x": 822.5833333333333,
"y": 1177 "y": 1177
}, },
{ {
"x": 837.5833333333333, "x": 822.5833333333333,
"y": 1367 "y": 1367
} }
], ],
@ -1473,27 +1473,27 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 925.75, "x": 955.75,
"y": 1718 "y": 1718
}, },
{ {
"x": 925.75, "x": 955.75,
"y": 1578 "y": 1578
}, },
{ {
"x": 974.0833333333333, "x": 989.0833333333333,
"y": 1578 "y": 1578
}, },
{ {
"x": 974.0833333333333, "x": 989.0833333333333,
"y": 966 "y": 966
}, },
{ {
"x": 568.0833333333333, "x": 553.0833333333333,
"y": 966 "y": 966
}, },
{ {
"x": 568.0833333333333, "x": 553.0833333333333,
"y": 1377.625 "y": 1377.625
} }
], ],
@ -1529,19 +1529,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 634.7499999999999, "x": 619.7499999999999,
"y": 1443.625 "y": 1443.625
}, },
{ {
"x": 634.7499999999999, "x": 619.7499999999999,
"y": 1628 "y": 1628
}, },
{ {
"x": 885.75, "x": 915.75,
"y": 1628 "y": 1628
}, },
{ {
"x": 885.75, "x": 915.75,
"y": 1718 "y": 1718
} }
], ],
@ -1577,19 +1577,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 714.5833333333333, "x": 699.5833333333333,
"y": 1483 "y": 1483
}, },
{ {
"x": 714.5833333333333, "x": 699.5833333333333,
"y": 1578 "y": 1578
}, },
{ {
"x": 905.75, "x": 935.75,
"y": 1578 "y": 1578
}, },
{ {
"x": 905.75, "x": 935.75,
"y": 1718 "y": 1718
} }
], ],
@ -1625,19 +1625,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 534.7499999999999, "x": 519.7499999999999,
"y": 1443.625 "y": 1443.625
}, },
{ {
"x": 534.7499999999999, "x": 519.7499999999999,
"y": 1628 "y": 1628
}, },
{ {
"x": 458.91666666666663, "x": 443.91666666666663,
"y": 1628 "y": 1628
}, },
{ {
"x": 458.91666666666663, "x": 443.91666666666663,
"y": 1718 "y": 1718
} }
], ],
@ -1673,19 +1673,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 568.0833333333333, "x": 553.0833333333333,
"y": 1443.625 "y": 1443.625
}, },
{ {
"x": 568.0833333333333, "x": 553.0833333333333,
"y": 1678 "y": 1678
}, },
{ {
"x": 532.4166666666666, "x": 517.4166666666666,
"y": 1678 "y": 1678
}, },
{ {
"x": 532.4166666666666, "x": 517.4166666666666,
"y": 1718 "y": 1718
} }
], ],
@ -1721,19 +1721,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 501.4166666666666, "x": 486.4166666666666,
"y": 1443.625 "y": 1443.625
}, },
{ {
"x": 501.4166666666666, "x": 486.4166666666666,
"y": 1578 "y": 1578
}, },
{ {
"x": 251.66666666666663, "x": 224.16666666666663,
"y": 1578 "y": 1578
}, },
{ {
"x": 251.66666666666663, "x": 224.16666666666663,
"y": 1718 "y": 1718
} }
], ],
@ -1769,19 +1769,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 601.4166666666665, "x": 586.4166666666665,
"y": 1443.625 "y": 1443.625
}, },
{ {
"x": 601.4166666666665, "x": 586.4166666666665,
"y": 1578 "y": 1578
}, },
{ {
"x": 604.9166666666666, "x": 589.9166666666666,
"y": 1578 "y": 1578
}, },
{ {
"x": 604.9166666666666, "x": 589.9166666666666,
"y": 1718 "y": 1718
} }
], ],
@ -1817,11 +1817,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 532.4166666666666, "x": 517.4166666666666,
"y": 1784 "y": 1784
}, },
{ {
"x": 532.4166666666666, "x": 517.4166666666666,
"y": 1854 "y": 1854
} }
], ],
@ -2081,11 +2081,11 @@
"y": 966 "y": 966
}, },
{ {
"x": 518.0833333333333, "x": 503.08333333333326,
"y": 966 "y": 966
}, },
{ {
"x": 518.0833333333333, "x": 503.08333333333326,
"y": 1377.625 "y": 1377.625
} }
], ],
@ -2125,7 +2125,15 @@
"y": 617 "y": 617
}, },
{ {
"x": 224.9999999999999, "x": 225,
"y": 966
},
{
"x": 197.5,
"y": 966
},
{
"x": 197.4999999999999,
"y": 1718 "y": 1718
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 667 KiB

After

Width:  |  Height:  |  Size: 668 KiB

View file

@ -7,7 +7,7 @@
"id": "a", "id": "a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 291, "x": 413,
"y": 882 "y": 882
}, },
"width": 160, "width": 160,
@ -48,8 +48,8 @@
"id": "b", "id": "b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 391, "x": 553,
"y": 1274 "y": 1174
}, },
"width": 120, "width": 120,
"height": 66, "height": 66,
@ -89,7 +89,7 @@
"id": "c", "id": "c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 333, "x": 464,
"y": 294 "y": 294
}, },
"width": 120, "width": 120,
@ -130,7 +130,7 @@
"id": "d", "id": "d",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 401, "x": 553,
"y": 686 "y": 686
}, },
"width": 120, "width": 120,
@ -171,7 +171,7 @@
"id": "e", "id": "e",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 514, "x": 666,
"y": 882 "y": 882
}, },
"width": 80, "width": 80,
@ -212,8 +212,8 @@
"id": "f", "id": "f",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 538, "x": 726,
"y": 1078 "y": 1028
}, },
"width": 120, "width": 120,
"height": 66, "height": 66,
@ -253,7 +253,7 @@
"id": "g", "id": "g",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 485, "x": 658,
"y": 12 "y": 12
}, },
"width": 80, "width": 80,
@ -294,7 +294,7 @@
"id": "h", "id": "h",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 630, "x": 840,
"y": 158 "y": 158
}, },
"width": 53, "width": 53,
@ -335,7 +335,7 @@
"id": "i", "id": "i",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 632, "x": 842,
"y": 294 "y": 294
}, },
"width": 49, "width": 49,
@ -376,7 +376,7 @@
"id": "j", "id": "j",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 617, "x": 827,
"y": 540 "y": 540
}, },
"width": 80, "width": 80,
@ -417,7 +417,7 @@
"id": "k", "id": "k",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 541, "x": 693,
"y": 686 "y": 686
}, },
"width": 53, "width": 53,
@ -458,7 +458,7 @@
"id": "l", "id": "l",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 20, "x": 12,
"y": 882 "y": 882
}, },
"width": 80, "width": 80,
@ -499,8 +499,8 @@
"id": "m", "id": "m",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 50, "x": 75,
"y": 1274 "y": 1174
}, },
"width": 120, "width": 120,
"height": 66, "height": 66,
@ -540,7 +540,7 @@
"id": "n", "id": "n",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 12, "x": 22,
"y": 686 "y": 686
}, },
"width": 200, "width": 200,
@ -581,7 +581,7 @@
"id": "o", "id": "o",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 154, "x": 196,
"y": 882 "y": 882
}, },
"width": 80, "width": 80,
@ -622,8 +622,8 @@
"id": "p", "id": "p",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 127, "x": 173,
"y": 1078 "y": 1028
}, },
"width": 120, "width": 120,
"height": 66, "height": 66,
@ -663,7 +663,7 @@
"id": "q", "id": "q",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 153, "x": 217,
"y": 12 "y": 12
}, },
"width": 80, "width": 80,
@ -704,7 +704,7 @@
"id": "r", "id": "r",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 247, "x": 354,
"y": 158 "y": 158
}, },
"width": 51, "width": 51,
@ -745,7 +745,7 @@
"id": "s", "id": "s",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 233, "x": 340,
"y": 294 "y": 294
}, },
"width": 80, "width": 80,
@ -786,7 +786,7 @@
"id": "t", "id": "t",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 229, "x": 315,
"y": 540 "y": 540
}, },
"width": 80, "width": 80,
@ -827,7 +827,7 @@
"id": "u", "id": "u",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 255, "x": 357,
"y": 686 "y": 686
}, },
"width": 80, "width": 80,
@ -893,20 +893,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 371.24999999999994, "x": 493.33333333333326,
"y": 948 "y": 948
}, },
{ {
"x": 371.24999999999994, "x": 493.33333333333326,
"y": 1184 "y": 1134
}, },
{ {
"x": 421.16666666666663, "x": 583.3333333333333,
"y": 1184 "y": 1134
}, },
{ {
"x": 421.16666666666663, "x": 583.3333333333333,
"y": 1274 "y": 1174
} }
], ],
"animated": false, "animated": false,
@ -941,27 +941,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 393.0833333333333, "x": 524.3333333333333,
"y": 360 "y": 360
}, },
{ {
"x": 393.0833333333333, "x": 524.3333333333333,
"y": 500 "y": 500
}, },
{ {
"x": 387.41666666666663, "x": 509.33333333333326,
"y": 500 "y": 500
}, },
{ {
"x": 387.41666666666663, "x": 509.33333333333326,
"y": 792
},
{
"x": 387.24999999999994,
"y": 792
},
{
"x": 387.24999999999994,
"y": 882 "y": 882
} }
], ],
@ -997,19 +989,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 431.24999999999994, "x": 583.3333333333333,
"y": 752 "y": 752
}, },
{ {
"x": 431.24999999999994, "x": 583.3333333333333,
"y": 792 "y": 792
}, },
{ {
"x": 419.24999999999994, "x": 541.3333333333333,
"y": 792 "y": 792
}, },
{ {
"x": 419.24999999999994, "x": 541.3333333333333,
"y": 882 "y": 882
} }
], ],
@ -1045,20 +1037,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 461.24999999999994, "x": 613.3333333333333,
"y": 752 "y": 752
}, },
{ {
"x": 461.24999999999994, "x": 613.3333333333333,
"y": 1184 "y": 1174
},
{
"x": 451.16666666666663,
"y": 1184
},
{
"x": 451.16666666666663,
"y": 1274
} }
], ],
"animated": false, "animated": false,
@ -1093,19 +1077,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 491.24999999999994, "x": 643.3333333333333,
"y": 752 "y": 752
}, },
{ {
"x": 491.24999999999994, "x": 643.3333333333333,
"y": 792 "y": 792
}, },
{ {
"x": 541.0833333333333, "x": 693.1666666666666,
"y": 792 "y": 792
}, },
{ {
"x": 541.0833333333333, "x": 693.1666666666666,
"y": 882 "y": 882
} }
], ],
@ -1141,20 +1125,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 554.4166666666665, "x": 706.5,
"y": 948 "y": 948
}, },
{ {
"x": 554.4166666666665, "x": 706.5,
"y": 988 "y": 988
}, },
{ {
"x": 568.5833333333333, "x": 756.4999999999999,
"y": 988 "y": 988
}, },
{ {
"x": 568.5833333333333, "x": 756.4999999999999,
"y": 1078 "y": 1028
} }
], ],
"animated": false, "animated": false,
@ -1189,20 +1173,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 598.5833333333333, "x": 786.4999999999999,
"y": 1144 "y": 1094
}, },
{ {
"x": 598.5833333333333, "x": 786.4999999999999,
"y": 1234 "y": 1134
}, },
{ {
"x": 481.16666666666663, "x": 643.3333333333333,
"y": 1234 "y": 1134
}, },
{ {
"x": 481.16666666666663, "x": 643.3333333333333,
"y": 1274 "y": 1174
} }
], ],
"animated": false, "animated": false,
@ -1237,28 +1221,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 423.0833333333333, "x": 554.3333333333333,
"y": 360 "y": 360
}, },
{ {
"x": 423.0833333333333, "x": 554.3333333333333,
"y": 400 "y": 400
}, },
{ {
"x": 604.4166666666665, "x": 786.4999999999999,
"y": 400 "y": 400
}, },
{ {
"x": 604.4166666666665, "x": 786.4999999999999,
"y": 988 "y": 1028
},
{
"x": 598.5833333333333,
"y": 988
},
{
"x": 598.5833333333333,
"y": 1078
} }
], ],
"animated": false, "animated": false,
@ -1293,19 +1269,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 512, "x": 685.0833333333333,
"y": 78 "y": 78
}, },
{ {
"x": 512, "x": 685.0833333333333,
"y": 118 "y": 118
}, },
{ {
"x": 393.0833333333333, "x": 524.3333333333333,
"y": 118 "y": 118
}, },
{ {
"x": 393.0833333333333, "x": 524.3333333333333,
"y": 294 "y": 294
} }
], ],
@ -1341,19 +1317,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 538.6666666666667, "x": 711.75,
"y": 78 "y": 78
}, },
{ {
"x": 538.6666666666667, "x": 711.75,
"y": 118 "y": 118
}, },
{ {
"x": 657.0833333333333, "x": 867.4999999999999,
"y": 118 "y": 118
}, },
{ {
"x": 657.0833333333333, "x": 867.4999999999999,
"y": 158 "y": 158
} }
], ],
@ -1389,11 +1365,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 657.0833333333333, "x": 867.4999999999999,
"y": 224 "y": 224
}, },
{ {
"x": 657.0833333333333, "x": 867.4999999999999,
"y": 294 "y": 294
} }
], ],
@ -1429,11 +1405,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 657.0833333333333, "x": 867.4999999999999,
"y": 360 "y": 360
}, },
{ {
"x": 657.0833333333333, "x": 867.4999999999999,
"y": 540 "y": 540
} }
], ],
@ -1469,19 +1445,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 643.75, "x": 854.1666666666666,
"y": 606 "y": 606
}, },
{ {
"x": 643.75, "x": 854.1666666666666,
"y": 646 "y": 646
}, },
{ {
"x": 567.75, "x": 719.8333333333333,
"y": 646 "y": 646
}, },
{ {
"x": 567.75, "x": 719.8333333333333,
"y": 686 "y": 686
} }
], ],
@ -1517,11 +1493,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 567.75, "x": 719.8333333333333,
"y": 752 "y": 752
}, },
{ {
"x": 567.75, "x": 719.8333333333333,
"y": 882 "y": 882
} }
], ],
@ -1557,20 +1533,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 670.4166666666667, "x": 880.8333333333333,
"y": 606 "y": 606
}, },
{ {
"x": 670.4166666666665, "x": 880.8333333333333,
"y": 1038 "y": 988
}, },
{ {
"x": 628.5833333333333, "x": 816.4999999999999,
"y": 1038 "y": 988
}, },
{ {
"x": 628.5833333333333, "x": 816.4999999999999,
"y": 1078 "y": 1028
} }
], ],
"animated": false, "animated": false,
@ -1605,20 +1581,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 60.33333333333333, "x": 52,
"y": 948 "y": 948
}, },
{ {
"x": 60.33333333333333, "x": 52,
"y": 1184 "y": 1134
}, },
{ {
"x": 80.16666666666669, "x": 105.33333333333326,
"y": 1184 "y": 1134
}, },
{ {
"x": 80.16666666666669, "x": 105.33333333333326,
"y": 1274 "y": 1174
} }
], ],
"animated": false, "animated": false,
@ -1653,19 +1629,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 45.33333333333333, "x": 55.33333333333337,
"y": 752 "y": 752
}, },
{ {
"x": 45.33333333333333, "x": 55.33333333333337,
"y": 792 "y": 792
}, },
{ {
"x": 47, "x": 38.66666666666663,
"y": 792 "y": 792
}, },
{ {
"x": 47, "x": 38.66666666666663,
"y": 882 "y": 882
} }
], ],
@ -1701,19 +1677,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 78.66666666666666, "x": 88.66666666666663,
"y": 752 "y": 752
}, },
{ {
"x": 78.66666666666666, "x": 88.66666666666663,
"y": 792 "y": 842
}, },
{ {
"x": 73.66666666666666, "x": 65.33333333333337,
"y": 792 "y": 842
}, },
{ {
"x": 73.66666666666666, "x": 65.33333333333337,
"y": 882 "y": 882
} }
], ],
@ -1749,20 +1725,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 111.99999999999999, "x": 122,
"y": 752 "y": 752
}, },
{ {
"x": 112, "x": 122,
"y": 1184 "y": 842
}, },
{ {
"x": 110.16666666666669, "x": 132,
"y": 1184 "y": 842
}, },
{ {
"x": 110.16666666666669, "x": 132,
"y": 1274 "y": 1134
},
{
"x": 135.33333333333326,
"y": 1134
},
{
"x": 135.33333333333326,
"y": 1174
} }
], ],
"animated": false, "animated": false,
@ -1797,19 +1781,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 178.66666666666663, "x": 188.66666666666663,
"y": 752 "y": 752
}, },
{ {
"x": 178.66666666666663, "x": 188.66666666666663,
"y": 792 "y": 792
}, },
{ {
"x": 180.83333333333331, "x": 222.9999999999999,
"y": 792 "y": 792
}, },
{ {
"x": 180.83333333333331, "x": 222.9999999999999,
"y": 882 "y": 882
} }
], ],
@ -1845,20 +1829,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 194.16666666666666, "x": 236.33333333333326,
"y": 948 "y": 948
}, },
{ {
"x": 194.16666666666666, "x": 236.33333333333326,
"y": 988 "y": 988
}, },
{ {
"x": 187.5, "x": 233,
"y": 988 "y": 988
}, },
{ {
"x": 187.5, "x": 233,
"y": 1078 "y": 1028
} }
], ],
"animated": false, "animated": false,
@ -1893,20 +1877,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 187.5, "x": 233,
"y": 1144 "y": 1094
}, },
{ {
"x": 187.5, "x": 233,
"y": 1184 "y": 1134
}, },
{ {
"x": 140.16666666666669, "x": 165.33333333333326,
"y": 1184 "y": 1134
}, },
{ {
"x": 140.16666666666669, "x": 165.33333333333326,
"y": 1274 "y": 1174
} }
], ],
"animated": false, "animated": false,
@ -1941,28 +1925,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 145.33333333333331, "x": 155.33333333333326,
"y": 752 "y": 752
}, },
{ {
"x": 145.33333333333331, "x": 155.33333333333326,
"y": 792 "y": 792
}, },
{ {
"x": 143.16666666666666, "x": 150.83333333333326,
"y": 792 "y": 792
}, },
{ {
"x": 143.16666666666666, "x": 150.83333333333326,
"y": 988 "y": 988
}, },
{ {
"x": 157.5, "x": 203,
"y": 988 "y": 988
}, },
{ {
"x": 157.5, "x": 203,
"y": 1078 "y": 1028
} }
], ],
"animated": false, "animated": false,
@ -1997,19 +1981,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 180.24999999999997, "x": 243.9999999999999,
"y": 78 "y": 78
}, },
{ {
"x": 180.24999999999997, "x": 243.9999999999999,
"y": 118 "y": 118
}, },
{ {
"x": 112, "x": 122,
"y": 118 "y": 118
}, },
{ {
"x": 112, "x": 122,
"y": 686 "y": 686
} }
], ],
@ -2045,19 +2029,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 206.91666666666666, "x": 270.66666666666663,
"y": 78 "y": 78
}, },
{ {
"x": 206.91666666666666, "x": 270.66666666666663,
"y": 118 "y": 118
}, },
{ {
"x": 273.0833333333333, "x": 380,
"y": 118 "y": 118
}, },
{ {
"x": 273.0833333333333, "x": 380,
"y": 158 "y": 158
} }
], ],
@ -2093,11 +2077,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 273.0833333333333, "x": 380,
"y": 224 "y": 224
}, },
{ {
"x": 273.0833333333333, "x": 380,
"y": 294 "y": 294
} }
], ],
@ -2133,19 +2117,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 259.75, "x": 366.6666666666667,
"y": 360 "y": 360
}, },
{ {
"x": 259.75, "x": 366.6666666666667,
"y": 400 "y": 400
}, },
{ {
"x": 256.33333333333326, "x": 341.8333333333333,
"y": 400 "y": 400
}, },
{ {
"x": 256.33333333333326, "x": 341.8333333333333,
"y": 540 "y": 540
} }
], ],
@ -2181,19 +2165,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 282.99999999999994, "x": 368.49999999999994,
"y": 606 "y": 606
}, },
{ {
"x": 282.99999999999994, "x": 368.49999999999994,
"y": 646 "y": 646
}, },
{ {
"x": 295.16666666666663, "x": 397.33333333333326,
"y": 646 "y": 646
}, },
{ {
"x": 295.16666666666663, "x": 397.33333333333326,
"y": 686 "y": 686
} }
], ],
@ -2229,19 +2213,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 281.8333333333333, "x": 383.99999999999994,
"y": 752 "y": 752
}, },
{ {
"x": 281.8333333333333, "x": 383.99999999999994,
"y": 792 "y": 792
}, },
{ {
"x": 207.5, "x": 249.66666666666663,
"y": 792 "y": 792
}, },
{ {
"x": 207.5, "x": 249.66666666666663,
"y": 882 "y": 882
} }
], ],
@ -2277,28 +2261,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 256.33333333333326, "x": 341.8333333333333,
"y": 606 "y": 606
}, },
{ {
"x": 256.33333333333326, "x": 341.8333333333333,
"y": 646 "y": 646
}, },
{ {
"x": 244.16666666666663, "x": 316.33333333333326,
"y": 646 "y": 646
}, },
{ {
"x": 244.16666666666663, "x": 316.33333333333326,
"y": 1038 "y": 988
}, },
{ {
"x": 217.5, "x": 263,
"y": 1038 "y": 988
}, },
{ {
"x": 217.5, "x": 263,
"y": 1078 "y": 1028
} }
], ],
"animated": false, "animated": false,
@ -2333,19 +2317,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 363.0833333333333, "x": 494.3333333333333,
"y": 360 "y": 360
}, },
{ {
"x": 363.0833333333333, "x": 494.3333333333333,
"y": 450 "y": 450
}, },
{ {
"x": 282.99999999999994, "x": 368.49999999999994,
"y": 450 "y": 450
}, },
{ {
"x": 282.99999999999994, "x": 368.49999999999994,
"y": 540 "y": 540
} }
], ],
@ -2381,27 +2365,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 286.41666666666663, "x": 393.3333333333333,
"y": 360 "y": 360
}, },
{ {
"x": 286.41666666666663, "x": 393.3333333333333,
"y": 400 "y": 500
}, },
{ {
"x": 345.16666666666663, "x": 477.33333333333326,
"y": 400 "y": 500
}, },
{ {
"x": 345.16666666666663, "x": 477.33333333333326,
"y": 792
},
{
"x": 355.24999999999994,
"y": 792
},
{
"x": 355.24999999999994,
"y": 882 "y": 882
} }
], ],
@ -2437,19 +2413,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 308.49999999999994, "x": 410.6666666666666,
"y": 752 "y": 752
}, },
{ {
"x": 308.49999999999994, "x": 410.6666666666666,
"y": 842 "y": 792
}, },
{ {
"x": 323.24999999999994, "x": 445.33333333333326,
"y": 842 "y": 792
}, },
{ {
"x": 323.24999999999994, "x": 445.33333333333326,
"y": 882 "y": 882
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 345 KiB

After

Width:  |  Height:  |  Size: 346 KiB

View file

@ -89,7 +89,7 @@
"id": "c", "id": "c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 97, "x": 82,
"y": 781 "y": 781
}, },
"width": 120, "width": 120,
@ -368,19 +368,19 @@
"y": 223 "y": 223
}, },
{ {
"x": 93.25, "x": 78.25,
"y": 223 "y": 223
}, },
{ {
"x": 93.25, "x": 78.25,
"y": 741 "y": 691
}, },
{ {
"x": 127.5, "x": 112.5,
"y": 741 "y": 691
}, },
{ {
"x": 127.5, "x": 112.5,
"y": 781 "y": 781
} }
], ],
@ -424,11 +424,11 @@
"y": 691 "y": 691
}, },
{ {
"x": 157.5, "x": 142.5,
"y": 691 "y": 691
}, },
{ {
"x": 157.5, "x": 142.5,
"y": 781 "y": 781
} }
], ],
@ -469,14 +469,14 @@
}, },
{ {
"x": 220.75, "x": 220.75,
"y": 691 "y": 741
}, },
{ {
"x": 187.5, "x": 172.5,
"y": 691 "y": 741
}, },
{ {
"x": 187.5, "x": 172.5,
"y": 781 "y": 781
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 657 KiB

After

Width:  |  Height:  |  Size: 657 KiB

View file

@ -1584,7 +1584,7 @@
"id": "finally", "id": "finally",
"type": "queue", "type": "queue",
"pos": { "pos": {
"x": 1259, "x": 1274,
"y": 1536 "y": 1536
}, },
"width": 1034, "width": 1034,
@ -1625,7 +1625,7 @@
"id": "finally.sequence", "id": "finally.sequence",
"type": "sequence_diagram", "type": "sequence_diagram",
"pos": { "pos": {
"x": 1309, "x": 1324,
"y": 1586 "y": 1586
}, },
"width": 934, "width": 934,
@ -1666,7 +1666,7 @@
"id": "finally.sequence.scorer", "id": "finally.sequence.scorer",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1321, "x": 1336,
"y": 1669 "y": 1669
}, },
"width": 100, "width": 100,
@ -1707,7 +1707,7 @@
"id": "finally.sequence.concept", "id": "finally.sequence.concept",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1471, "x": 1486,
"y": 1669 "y": 1669
}, },
"width": 100, "width": 100,
@ -1748,7 +1748,7 @@
"id": "finally.sequence.essayRubric", "id": "finally.sequence.essayRubric",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1611, "x": 1626,
"y": 1669 "y": 1669
}, },
"width": 126, "width": 126,
@ -1789,7 +1789,7 @@
"id": "finally.sequence.item", "id": "finally.sequence.item",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1774, "x": 1789,
"y": 1669 "y": 1669
}, },
"width": 100, "width": 100,
@ -1830,7 +1830,7 @@
"id": "finally.sequence.itemOutcome", "id": "finally.sequence.itemOutcome",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1914, "x": 1929,
"y": 1669 "y": 1669
}, },
"width": 137, "width": 137,
@ -1871,7 +1871,7 @@
"id": "finally.sequence.itemResponse", "id": "finally.sequence.itemResponse",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2091, "x": 2106,
"y": 1669 "y": 1669
}, },
"width": 140, "width": 140,
@ -1912,7 +1912,7 @@
"id": "finally.sequence.itemResponse.a", "id": "finally.sequence.itemResponse.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2155, "x": 2170,
"y": 1795 "y": 1795
}, },
"width": 12, "width": 12,
@ -1952,7 +1952,7 @@
"id": "finally.sequence.item.a", "id": "finally.sequence.item.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1818, "x": 1833,
"y": 1785 "y": 1785
}, },
"width": 12, "width": 12,
@ -1992,7 +1992,7 @@
"id": "finally.sequence.item.a.b", "id": "finally.sequence.item.a.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1814, "x": 1829,
"y": 1795 "y": 1795
}, },
"width": 20, "width": 20,
@ -2032,7 +2032,7 @@
"id": "finally.sequence.essayRubric.a", "id": "finally.sequence.essayRubric.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1668, "x": 1683,
"y": 1845 "y": 1845
}, },
"width": 12, "width": 12,
@ -2072,7 +2072,7 @@
"id": "finally.sequence.essayRubric.a.b", "id": "finally.sequence.essayRubric.a.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1664, "x": 1679,
"y": 1855 "y": 1855
}, },
"width": 20, "width": 20,
@ -2112,7 +2112,7 @@
"id": "finally.sequence.essayRubric.a.b.c", "id": "finally.sequence.essayRubric.a.b.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1660, "x": 1675,
"y": 1865 "y": 1865
}, },
"width": 28, "width": 28,
@ -2152,7 +2152,7 @@
"id": "finally.sequence.concept.a", "id": "finally.sequence.concept.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1515, "x": 1530,
"y": 1905 "y": 1905
}, },
"width": 12, "width": 12,
@ -2192,7 +2192,7 @@
"id": "finally.sequence.concept.a.b", "id": "finally.sequence.concept.a.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1511, "x": 1526,
"y": 1915 "y": 1915
}, },
"width": 20, "width": 20,
@ -2232,7 +2232,7 @@
"id": "finally.sequence.concept.a.b.c", "id": "finally.sequence.concept.a.b.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1507, "x": 1522,
"y": 1925 "y": 1925
}, },
"width": 28, "width": 28,
@ -2272,7 +2272,7 @@
"id": "finally.sequence.concept.a.b.c.d", "id": "finally.sequence.concept.a.b.c.d",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1503, "x": 1518,
"y": 1935 "y": 1935
}, },
"width": 36, "width": 36,
@ -2312,7 +2312,7 @@
"id": "finally.sequence.itemOutcome.a", "id": "finally.sequence.itemOutcome.a",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1977, "x": 1992,
"y": 2035 "y": 2035
}, },
"width": 12, "width": 12,
@ -2352,7 +2352,7 @@
"id": "finally.sequence.itemOutcome.a.b", "id": "finally.sequence.itemOutcome.a.b",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1973, "x": 1988,
"y": 2045 "y": 2045
}, },
"width": 20, "width": 20,
@ -2392,7 +2392,7 @@
"id": "finally.sequence.itemOutcome.a.b.c", "id": "finally.sequence.itemOutcome.a.b.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1969, "x": 1984,
"y": 2055 "y": 2055
}, },
"width": 28, "width": 28,
@ -2432,7 +2432,7 @@
"id": "finally.sequence.itemOutcome.a.b.c.d", "id": "finally.sequence.itemOutcome.a.b.c.d",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1965, "x": 1980,
"y": 2065 "y": 2065
}, },
"width": 36, "width": 36,
@ -2472,7 +2472,7 @@
"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": 1961, "x": 1976,
"y": 2075 "y": 2075
}, },
"width": 44, "width": 44,
@ -2512,7 +2512,7 @@
"id": "finally.sequence.scorer.abc", "id": "finally.sequence.scorer.abc",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1365, "x": 1380,
"y": 2145 "y": 2145
}, },
"width": 12, "width": 12,
@ -2552,7 +2552,7 @@
"id": "finally.sequence.itemResponse.c", "id": "finally.sequence.itemResponse.c",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2155, "x": 2170,
"y": 2285 "y": 2285
}, },
"width": 12, "width": 12,
@ -3793,11 +3793,11 @@
"y": 1491 "y": 1491
}, },
{ {
"x": 1776.5, "x": 1791.5,
"y": 1491 "y": 1491
}, },
{ {
"x": 1776.5, "x": 1791.5,
"y": 1586 "y": 1586
} }
], ],
@ -3841,19 +3841,19 @@
"y": 160 "y": 160
}, },
{ {
"x": 2050, "x": 2080,
"y": 160 "y": 160
}, },
{ {
"x": 2050, "x": 2080,
"y": 1491 "y": 1491
}, },
{ {
"x": 1786.5, "x": 1801.5,
"y": 1491 "y": 1491
}, },
{ {
"x": 1787, "x": 1802,
"y": 1536 "y": 1536
} }
], ],
@ -3889,11 +3889,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2155.5, "x": 2170.5,
"y": 1805 "y": 1805
}, },
{ {
"x": 1834.5, "x": 1849.5,
"y": 1805 "y": 1805
} }
], ],
@ -3929,11 +3929,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1814.5, "x": 1829.5,
"y": 1875 "y": 1875
}, },
{ {
"x": 1688.5, "x": 1703.5,
"y": 1875 "y": 1875
} }
], ],
@ -3969,11 +3969,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1660.5, "x": 1675.5,
"y": 1945 "y": 1945
}, },
{ {
"x": 1539.5, "x": 1554.5,
"y": 1945 "y": 1945
} }
], ],
@ -4009,11 +4009,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1818.5, "x": 1833.5,
"y": 2015 "y": 2015
}, },
{ {
"x": 1684.5, "x": 1699.5,
"y": 2015 "y": 2015
} }
], ],
@ -4049,11 +4049,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1539.5, "x": 1554.5,
"y": 2085 "y": 2085
}, },
{ {
"x": 1961, "x": 1976,
"y": 2085 "y": 2085
} }
], ],
@ -4089,11 +4089,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1377.5, "x": 1392.5,
"y": 2155 "y": 2155
}, },
{ {
"x": 1818.5, "x": 1833.5,
"y": 2155 "y": 2155
} }
], ],
@ -4129,11 +4129,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1961, "x": 1976,
"y": 2225 "y": 2225
}, },
{ {
"x": 1371.5, "x": 1386.5,
"y": 2225 "y": 2225
} }
], ],
@ -4169,11 +4169,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1371.5, "x": 1386.5,
"y": 2295 "y": 2295
}, },
{ {
"x": 2155.5, "x": 2170.5,
"y": 2295 "y": 2295
} }
], ],
@ -4689,11 +4689,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1371.5, "x": 1386.5,
"y": 1735 "y": 1735
}, },
{ {
"x": 1371.5, "x": 1386.5,
"y": 2365 "y": 2365
} }
], ],
@ -4729,11 +4729,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1521.5, "x": 1536.5,
"y": 1735 "y": 1735
}, },
{ {
"x": 1521.5, "x": 1536.5,
"y": 2365 "y": 2365
} }
], ],
@ -4769,11 +4769,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1674.5, "x": 1689.5,
"y": 1735 "y": 1735
}, },
{ {
"x": 1674.5, "x": 1689.5,
"y": 2365 "y": 2365
} }
], ],
@ -4809,11 +4809,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1824.5, "x": 1839.5,
"y": 1735 "y": 1735
}, },
{ {
"x": 1824.5, "x": 1839.5,
"y": 2365 "y": 2365
} }
], ],
@ -4849,11 +4849,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1983, "x": 1998,
"y": 1735 "y": 1735
}, },
{ {
"x": 1983, "x": 1998,
"y": 2365 "y": 2365
} }
], ],
@ -4889,11 +4889,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2161.5, "x": 2176.5,
"y": 1735 "y": 1735
}, },
{ {
"x": 2161.5, "x": 2176.5,
"y": 2365 "y": 2365
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 830 KiB

After

Width:  |  Height:  |  Size: 830 KiB

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 375 KiB

After

Width:  |  Height:  |  Size: 376 KiB