This commit is contained in:
Alexander Wang 2022-12-04 22:38:43 -08:00
parent 0b614b79b3
commit d93833a4f1
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE
37 changed files with 1133 additions and 1131 deletions

View file

@ -101,7 +101,9 @@ func newSequenceDiagram(objects []*d2graph.Object, messages []*d2graph.Edge) *se
sd.objectRank[actor] = rank sd.objectRank[actor] = rank
if actor.Width < MIN_ACTOR_WIDTH { if actor.Width < MIN_ACTOR_WIDTH {
aspectRatio := actor.Height / actor.Width
actor.Width = MIN_ACTOR_WIDTH actor.Width = MIN_ACTOR_WIDTH
actor.Height = math.Round(aspectRatio * actor.Width)
} }
sd.maxActorHeight = math.Max(sd.maxActorHeight, actor.Height) sd.maxActorHeight = math.Max(sd.maxActorHeight, actor.Height)

View file

@ -45,10 +45,10 @@
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 223, "x": 223,
"y": 87 "y": 84
}, },
"width": 150, "width": 150,
"height": 147, "height": 150,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -212,10 +212,10 @@
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 1269, "x": 1269,
"y": 108 "y": 84
}, },
"width": 150, "width": 150,
"height": 126, "height": 150,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -251,10 +251,10 @@
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 1489, "x": 1489,
"y": 108 "y": 85
}, },
"width": 150, "width": 150,
"height": 126, "height": 149,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -290,10 +290,10 @@
"type": "document", "type": "document",
"pos": { "pos": {
"x": 1709, "x": 1709,
"y": 108 "y": 97
}, },
"width": 150, "width": 150,
"height": 126, "height": 137,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -368,10 +368,10 @@
"type": "image", "type": "image",
"pos": { "pos": {
"x": 2181, "x": 2181,
"y": 85 "y": 63
}, },
"width": 150, "width": 150,
"height": 128, "height": 150,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -418,10 +418,10 @@
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 2401, "x": 2401,
"y": 108 "y": 97
}, },
"width": 150, "width": 150,
"height": 126, "height": 137,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -457,10 +457,10 @@
"type": "package", "type": "package",
"pos": { "pos": {
"x": 2621, "x": 2621,
"y": 108 "y": 98
}, },
"width": 150, "width": 150,
"height": 126, "height": 136,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -730,10 +730,10 @@
"type": "stored_data", "type": "stored_data",
"pos": { "pos": {
"x": 4312, "x": 4312,
"y": 108 "y": 96
}, },
"width": 150, "width": 150,
"height": 126, "height": 138,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 992 KiB

After

Width:  |  Height:  |  Size: 992 KiB

View file

@ -45,10 +45,10 @@
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 223, "x": 223,
"y": 87 "y": 84
}, },
"width": 150, "width": 150,
"height": 147, "height": 150,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -212,10 +212,10 @@
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 1269, "x": 1269,
"y": 108 "y": 84
}, },
"width": 150, "width": 150,
"height": 126, "height": 150,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -251,10 +251,10 @@
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 1489, "x": 1489,
"y": 108 "y": 85
}, },
"width": 150, "width": 150,
"height": 126, "height": 149,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -290,10 +290,10 @@
"type": "document", "type": "document",
"pos": { "pos": {
"x": 1709, "x": 1709,
"y": 108 "y": 97
}, },
"width": 150, "width": 150,
"height": 126, "height": 137,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -368,10 +368,10 @@
"type": "image", "type": "image",
"pos": { "pos": {
"x": 2181, "x": 2181,
"y": 85 "y": 63
}, },
"width": 150, "width": 150,
"height": 128, "height": 150,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -418,10 +418,10 @@
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 2401, "x": 2401,
"y": 108 "y": 97
}, },
"width": 150, "width": 150,
"height": 126, "height": 137,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -457,10 +457,10 @@
"type": "package", "type": "package",
"pos": { "pos": {
"x": 2621, "x": 2621,
"y": 108 "y": 98
}, },
"width": 150, "width": 150,
"height": 126, "height": 136,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -730,10 +730,10 @@
"type": "stored_data", "type": "stored_data",
"pos": { "pos": {
"x": 4312, "x": 4312,
"y": 108 "y": 96
}, },
"width": 150, "width": 150,
"height": 126, "height": 138,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 992 KiB

After

Width:  |  Height:  |  Size: 992 KiB

View file

@ -6,10 +6,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 0, "x": 0,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -45,10 +45,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -87,7 +87,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 126, "height": 169,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -123,10 +123,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 660, "x": 660,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -162,7 +162,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 25, "x": 25,
"y": 396 "y": 439
}, },
"width": 320, "width": 320,
"height": 80, "height": 80,
@ -200,7 +200,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 245, "x": 245,
"y": 526 "y": 569
}, },
"width": 320, "width": 320,
"height": 730, "height": 730,
@ -238,7 +238,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 245, "x": 245,
"y": 786 "y": 829
}, },
"width": 320, "width": 320,
"height": 80, "height": 80,
@ -276,7 +276,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 245, "x": 245,
"y": 1306 "y": 1349
}, },
"width": 453, "width": 453,
"height": 466, "height": 466,
@ -314,7 +314,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 382, "x": 382,
"y": 1476 "y": 1519
}, },
"width": 266, "width": 266,
"height": 126, "height": 126,
@ -353,7 +353,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 601, "x": 601,
"y": 1822 "y": 1865
}, },
"width": 268, "width": 268,
"height": 206, "height": 206,
@ -391,7 +391,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 651, "x": 651,
"y": 1862 "y": 1905
}, },
"width": 168, "width": 168,
"height": 126, "height": 126,
@ -430,7 +430,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 289, "x": 289,
"y": 940 "y": 983
}, },
"width": 12, "width": 12,
"height": 292, "height": 292,
@ -468,7 +468,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 509, "x": 509,
"y": 940 "y": 983
}, },
"width": 12, "width": 12,
"height": 292, "height": 292,
@ -506,7 +506,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 285, "x": 285,
"y": 1070 "y": 1113
}, },
"width": 20, "width": 20,
"height": 80, "height": 80,
@ -568,11 +568,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 306 "y": 349
}, },
{ {
"x": 295, "x": 295,
"y": 306 "y": 349
} }
], ],
"animated": false, "animated": false,
@ -607,11 +607,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 436 "y": 479
}, },
{ {
"x": 295, "x": 295,
"y": 436 "y": 479
} }
], ],
"animated": false, "animated": false,
@ -646,11 +646,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 566 "y": 609
}, },
{ {
"x": 515, "x": 515,
"y": 566 "y": 609
} }
], ],
"animated": false, "animated": false,
@ -685,11 +685,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 696 "y": 739
}, },
{ {
"x": 295, "x": 295,
"y": 696 "y": 739
} }
], ],
"animated": false, "animated": false,
@ -724,11 +724,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 826 "y": 869
}, },
{ {
"x": 295, "x": 295,
"y": 826 "y": 869
} }
], ],
"animated": false, "animated": false,
@ -763,11 +763,11 @@
"route": [ "route": [
{ {
"x": 301, "x": 301,
"y": 956 "y": 999
}, },
{ {
"x": 509, "x": 509,
"y": 956 "y": 999
} }
], ],
"animated": false, "animated": false,
@ -802,11 +802,11 @@
"route": [ "route": [
{ {
"x": 305, "x": 305,
"y": 1086 "y": 1129
}, },
{ {
"x": 509, "x": 509,
"y": 1086 "y": 1129
} }
], ],
"animated": false, "animated": false,
@ -841,11 +841,11 @@
"route": [ "route": [
{ {
"x": 509, "x": 509,
"y": 1216 "y": 1259
}, },
{ {
"x": 301, "x": 301,
"y": 1216 "y": 1259
} }
], ],
"animated": false, "animated": false,
@ -880,11 +880,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 1346 "y": 1389
}, },
{ {
"x": 515, "x": 515,
"y": 1346 "y": 1389
} }
], ],
"animated": false, "animated": false,
@ -919,11 +919,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 1732 "y": 1775
}, },
{ {
"x": 295, "x": 295,
"y": 1732 "y": 1775
} }
], ],
"animated": false, "animated": false,
@ -958,11 +958,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 176 "y": 219
}, },
{ {
"x": 75, "x": 75,
"y": 2118 "y": 2161
} }
], ],
"animated": false, "animated": false,
@ -997,11 +997,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 176 "y": 219
}, },
{ {
"x": 295, "x": 295,
"y": 2118 "y": 2161
} }
], ],
"animated": false, "animated": false,
@ -1036,11 +1036,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 176 "y": 219
}, },
{ {
"x": 515, "x": 515,
"y": 2118 "y": 2161
} }
], ],
"animated": false, "animated": false,
@ -1075,11 +1075,11 @@
"route": [ "route": [
{ {
"x": 735, "x": 735,
"y": 176 "y": 219
}, },
{ {
"x": 735, "x": 735,
"y": 2118 "y": 2161
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 474 KiB

After

Width:  |  Height:  |  Size: 474 KiB

View file

@ -6,10 +6,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 0, "x": 0,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -45,10 +45,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -87,7 +87,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 126, "height": 169,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -123,10 +123,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 660, "x": 660,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -162,7 +162,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 25, "x": 25,
"y": 396 "y": 439
}, },
"width": 320, "width": 320,
"height": 80, "height": 80,
@ -200,7 +200,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 245, "x": 245,
"y": 526 "y": 569
}, },
"width": 320, "width": 320,
"height": 730, "height": 730,
@ -238,7 +238,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 245, "x": 245,
"y": 786 "y": 829
}, },
"width": 320, "width": 320,
"height": 80, "height": 80,
@ -276,7 +276,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 245, "x": 245,
"y": 1306 "y": 1349
}, },
"width": 453, "width": 453,
"height": 466, "height": 466,
@ -314,7 +314,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 382, "x": 382,
"y": 1476 "y": 1519
}, },
"width": 266, "width": 266,
"height": 126, "height": 126,
@ -353,7 +353,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 601, "x": 601,
"y": 1822 "y": 1865
}, },
"width": 268, "width": 268,
"height": 206, "height": 206,
@ -391,7 +391,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 651, "x": 651,
"y": 1862 "y": 1905
}, },
"width": 168, "width": 168,
"height": 126, "height": 126,
@ -430,7 +430,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 289, "x": 289,
"y": 940 "y": 983
}, },
"width": 12, "width": 12,
"height": 292, "height": 292,
@ -468,7 +468,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 509, "x": 509,
"y": 940 "y": 983
}, },
"width": 12, "width": 12,
"height": 292, "height": 292,
@ -506,7 +506,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 285, "x": 285,
"y": 1070 "y": 1113
}, },
"width": 20, "width": 20,
"height": 80, "height": 80,
@ -568,11 +568,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 306 "y": 349
}, },
{ {
"x": 295, "x": 295,
"y": 306 "y": 349
} }
], ],
"animated": false, "animated": false,
@ -607,11 +607,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 436 "y": 479
}, },
{ {
"x": 295, "x": 295,
"y": 436 "y": 479
} }
], ],
"animated": false, "animated": false,
@ -646,11 +646,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 566 "y": 609
}, },
{ {
"x": 515, "x": 515,
"y": 566 "y": 609
} }
], ],
"animated": false, "animated": false,
@ -685,11 +685,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 696 "y": 739
}, },
{ {
"x": 295, "x": 295,
"y": 696 "y": 739
} }
], ],
"animated": false, "animated": false,
@ -724,11 +724,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 826 "y": 869
}, },
{ {
"x": 295, "x": 295,
"y": 826 "y": 869
} }
], ],
"animated": false, "animated": false,
@ -763,11 +763,11 @@
"route": [ "route": [
{ {
"x": 301, "x": 301,
"y": 956 "y": 999
}, },
{ {
"x": 509, "x": 509,
"y": 956 "y": 999
} }
], ],
"animated": false, "animated": false,
@ -802,11 +802,11 @@
"route": [ "route": [
{ {
"x": 305, "x": 305,
"y": 1086 "y": 1129
}, },
{ {
"x": 509, "x": 509,
"y": 1086 "y": 1129
} }
], ],
"animated": false, "animated": false,
@ -841,11 +841,11 @@
"route": [ "route": [
{ {
"x": 509, "x": 509,
"y": 1216 "y": 1259
}, },
{ {
"x": 301, "x": 301,
"y": 1216 "y": 1259
} }
], ],
"animated": false, "animated": false,
@ -880,11 +880,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 1346 "y": 1389
}, },
{ {
"x": 515, "x": 515,
"y": 1346 "y": 1389
} }
], ],
"animated": false, "animated": false,
@ -919,11 +919,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 1732 "y": 1775
}, },
{ {
"x": 295, "x": 295,
"y": 1732 "y": 1775
} }
], ],
"animated": false, "animated": false,
@ -958,11 +958,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 176 "y": 219
}, },
{ {
"x": 75, "x": 75,
"y": 2118 "y": 2161
} }
], ],
"animated": false, "animated": false,
@ -997,11 +997,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 176 "y": 219
}, },
{ {
"x": 295, "x": 295,
"y": 2118 "y": 2161
} }
], ],
"animated": false, "animated": false,
@ -1036,11 +1036,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 176 "y": 219
}, },
{ {
"x": 515, "x": 515,
"y": 2118 "y": 2161
} }
], ],
"animated": false, "animated": false,
@ -1075,11 +1075,11 @@
"route": [ "route": [
{ {
"x": 735, "x": 735,
"y": 176 "y": 219
}, },
{ {
"x": 735, "x": 735,
"y": 2118 "y": 2161
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 474 KiB

After

Width:  |  Height:  |  Size: 474 KiB

View file

@ -6,10 +6,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 0, "x": 0,
"y": 50 "y": 62
}, },
"width": 150, "width": 150,
"height": 126, "height": 128,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 5, "strokeWidth": 5,
@ -45,7 +45,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 69, "x": 69,
"y": 1070 "y": 1084
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -83,7 +83,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 50 "y": 64
}, },
"width": 200, "width": 200,
"height": 126, "height": 126,
@ -122,7 +122,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 314, "x": 314,
"y": 290 "y": 304
}, },
"width": 12, "width": 12,
"height": 162, "height": 162,
@ -163,7 +163,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 126, "height": 140,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -199,7 +199,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 559, "x": 559,
"y": 404 "y": 418
}, },
"width": 12, "width": 12,
"height": 698, "height": 698,
@ -237,7 +237,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 555, "x": 555,
"y": 420 "y": 434
}, },
"width": 20, "width": 20,
"height": 162, "height": 162,
@ -275,7 +275,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 710, "x": 710,
"y": 50 "y": 64
}, },
"width": 186, "width": 186,
"height": 126, "height": 126,
@ -314,7 +314,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 797, "x": 797,
"y": 518 "y": 532
}, },
"width": 12, "width": 12,
"height": 340, "height": 340,
@ -352,7 +352,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 793, "x": 793,
"y": 534 "y": 548
}, },
"width": 20, "width": 20,
"height": 308, "height": 308,
@ -390,7 +390,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 789, "x": 789,
"y": 550 "y": 564
}, },
"width": 28, "width": 28,
"height": 162, "height": 162,
@ -428,7 +428,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 966, "x": 966,
"y": 50 "y": 64
}, },
"width": 160, "width": 160,
"height": 126, "height": 126,
@ -467,7 +467,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1040, "x": 1040,
"y": 632 "y": 646
}, },
"width": 12, "width": 12,
"height": 388, "height": 388,
@ -505,7 +505,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1036, "x": 1036,
"y": 648 "y": 662
}, },
"width": 20, "width": 20,
"height": 356, "height": 356,
@ -543,7 +543,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1032, "x": 1032,
"y": 664 "y": 678
}, },
"width": 28, "width": 28,
"height": 324, "height": 324,
@ -581,7 +581,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1028, "x": 1028,
"y": 680 "y": 694
}, },
"width": 36, "width": 36,
"height": 292, "height": 292,
@ -619,7 +619,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1196, "x": 1196,
"y": 50 "y": 64
}, },
"width": 197, "width": 197,
"height": 126, "height": 126,
@ -658,7 +658,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 876 "y": 890
}, },
"width": 12, "width": 12,
"height": 420, "height": 420,
@ -696,7 +696,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1284, "x": 1284,
"y": 892 "y": 906
}, },
"width": 20, "width": 20,
"height": 388, "height": 388,
@ -734,7 +734,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1280, "x": 1280,
"y": 908 "y": 922
}, },
"width": 28, "width": 28,
"height": 356, "height": 356,
@ -772,7 +772,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1276, "x": 1276,
"y": 924 "y": 938
}, },
"width": 36, "width": 36,
"height": 324, "height": 324,
@ -810,7 +810,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1272, "x": 1272,
"y": 940 "y": 954
}, },
"width": 44, "width": 44,
"height": 292, "height": 292,
@ -848,7 +848,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 314, "x": 314,
"y": 1330 "y": 1344
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -910,11 +910,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 306 "y": 320
}, },
{ {
"x": 314, "x": 314,
"y": 306 "y": 320
} }
], ],
"animated": false, "animated": false,
@ -949,11 +949,11 @@
"route": [ "route": [
{ {
"x": 326, "x": 326,
"y": 436 "y": 450
}, },
{ {
"x": 555, "x": 555,
"y": 436 "y": 450
} }
], ],
"animated": false, "animated": false,
@ -988,11 +988,11 @@
"route": [ "route": [
{ {
"x": 575, "x": 575,
"y": 566 "y": 580
}, },
{ {
"x": 789, "x": 789,
"y": 566 "y": 580
} }
], ],
"animated": false, "animated": false,
@ -1027,11 +1027,11 @@
"route": [ "route": [
{ {
"x": 817, "x": 817,
"y": 696 "y": 710
}, },
{ {
"x": 1028, "x": 1028,
"y": 696 "y": 710
} }
], ],
"animated": false, "animated": false,
@ -1066,11 +1066,11 @@
"route": [ "route": [
{ {
"x": 571, "x": 571,
"y": 826 "y": 840
}, },
{ {
"x": 793, "x": 793,
"y": 826 "y": 840
} }
], ],
"animated": false, "animated": false,
@ -1105,11 +1105,11 @@
"route": [ "route": [
{ {
"x": 1064, "x": 1064,
"y": 956 "y": 970
}, },
{ {
"x": 1272.5, "x": 1272.5,
"y": 956 "y": 970
} }
], ],
"animated": false, "animated": false,
@ -1144,11 +1144,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1086 "y": 1100
}, },
{ {
"x": 559, "x": 559,
"y": 1086 "y": 1100
} }
], ],
"animated": false, "animated": false,
@ -1183,11 +1183,11 @@
"route": [ "route": [
{ {
"x": 1272.5, "x": 1272.5,
"y": 1216 "y": 1230
}, },
{ {
"x": 75, "x": 75,
"y": 1216 "y": 1230
} }
], ],
"animated": false, "animated": false,
@ -1222,11 +1222,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 1346 "y": 1360
}, },
{ {
"x": 314, "x": 314,
"y": 1346 "y": 1360
} }
], ],
"animated": false, "animated": false,
@ -1261,11 +1261,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 176 "y": 190
}, },
{ {
"x": 75, "x": 75,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,
@ -1300,11 +1300,11 @@
"route": [ "route": [
{ {
"x": 320, "x": 320,
"y": 176 "y": 190
}, },
{ {
"x": 320, "x": 320,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,
@ -1339,11 +1339,11 @@
"route": [ "route": [
{ {
"x": 565, "x": 565,
"y": 176 "y": 190
}, },
{ {
"x": 565, "x": 565,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,
@ -1378,11 +1378,11 @@
"route": [ "route": [
{ {
"x": 803, "x": 803,
"y": 176 "y": 190
}, },
{ {
"x": 803, "x": 803,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,
@ -1417,11 +1417,11 @@
"route": [ "route": [
{ {
"x": 1046, "x": 1046,
"y": 176 "y": 190
}, },
{ {
"x": 1046, "x": 1046,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,
@ -1456,11 +1456,11 @@
"route": [ "route": [
{ {
"x": 1294.5, "x": 1294.5,
"y": 176 "y": 190
}, },
{ {
"x": 1294.5, "x": 1294.5,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 332 KiB

View file

@ -6,10 +6,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 0, "x": 0,
"y": 50 "y": 62
}, },
"width": 150, "width": 150,
"height": 126, "height": 128,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 5, "strokeWidth": 5,
@ -45,7 +45,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 69, "x": 69,
"y": 1070 "y": 1084
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -83,7 +83,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 50 "y": 64
}, },
"width": 200, "width": 200,
"height": 126, "height": 126,
@ -122,7 +122,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 314, "x": 314,
"y": 290 "y": 304
}, },
"width": 12, "width": 12,
"height": 162, "height": 162,
@ -163,7 +163,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 126, "height": 140,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -199,7 +199,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 559, "x": 559,
"y": 404 "y": 418
}, },
"width": 12, "width": 12,
"height": 698, "height": 698,
@ -237,7 +237,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 555, "x": 555,
"y": 420 "y": 434
}, },
"width": 20, "width": 20,
"height": 162, "height": 162,
@ -275,7 +275,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 710, "x": 710,
"y": 50 "y": 64
}, },
"width": 186, "width": 186,
"height": 126, "height": 126,
@ -314,7 +314,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 797, "x": 797,
"y": 518 "y": 532
}, },
"width": 12, "width": 12,
"height": 340, "height": 340,
@ -352,7 +352,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 793, "x": 793,
"y": 534 "y": 548
}, },
"width": 20, "width": 20,
"height": 308, "height": 308,
@ -390,7 +390,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 789, "x": 789,
"y": 550 "y": 564
}, },
"width": 28, "width": 28,
"height": 162, "height": 162,
@ -428,7 +428,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 966, "x": 966,
"y": 50 "y": 64
}, },
"width": 160, "width": 160,
"height": 126, "height": 126,
@ -467,7 +467,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1040, "x": 1040,
"y": 632 "y": 646
}, },
"width": 12, "width": 12,
"height": 388, "height": 388,
@ -505,7 +505,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1036, "x": 1036,
"y": 648 "y": 662
}, },
"width": 20, "width": 20,
"height": 356, "height": 356,
@ -543,7 +543,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1032, "x": 1032,
"y": 664 "y": 678
}, },
"width": 28, "width": 28,
"height": 324, "height": 324,
@ -581,7 +581,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1028, "x": 1028,
"y": 680 "y": 694
}, },
"width": 36, "width": 36,
"height": 292, "height": 292,
@ -619,7 +619,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1196, "x": 1196,
"y": 50 "y": 64
}, },
"width": 197, "width": 197,
"height": 126, "height": 126,
@ -658,7 +658,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 876 "y": 890
}, },
"width": 12, "width": 12,
"height": 420, "height": 420,
@ -696,7 +696,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1284, "x": 1284,
"y": 892 "y": 906
}, },
"width": 20, "width": 20,
"height": 388, "height": 388,
@ -734,7 +734,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1280, "x": 1280,
"y": 908 "y": 922
}, },
"width": 28, "width": 28,
"height": 356, "height": 356,
@ -772,7 +772,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1276, "x": 1276,
"y": 924 "y": 938
}, },
"width": 36, "width": 36,
"height": 324, "height": 324,
@ -810,7 +810,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1272, "x": 1272,
"y": 940 "y": 954
}, },
"width": 44, "width": 44,
"height": 292, "height": 292,
@ -848,7 +848,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 314, "x": 314,
"y": 1330 "y": 1344
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -910,11 +910,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 306 "y": 320
}, },
{ {
"x": 314, "x": 314,
"y": 306 "y": 320
} }
], ],
"animated": false, "animated": false,
@ -949,11 +949,11 @@
"route": [ "route": [
{ {
"x": 326, "x": 326,
"y": 436 "y": 450
}, },
{ {
"x": 555, "x": 555,
"y": 436 "y": 450
} }
], ],
"animated": false, "animated": false,
@ -988,11 +988,11 @@
"route": [ "route": [
{ {
"x": 575, "x": 575,
"y": 566 "y": 580
}, },
{ {
"x": 789, "x": 789,
"y": 566 "y": 580
} }
], ],
"animated": false, "animated": false,
@ -1027,11 +1027,11 @@
"route": [ "route": [
{ {
"x": 817, "x": 817,
"y": 696 "y": 710
}, },
{ {
"x": 1028, "x": 1028,
"y": 696 "y": 710
} }
], ],
"animated": false, "animated": false,
@ -1066,11 +1066,11 @@
"route": [ "route": [
{ {
"x": 571, "x": 571,
"y": 826 "y": 840
}, },
{ {
"x": 793, "x": 793,
"y": 826 "y": 840
} }
], ],
"animated": false, "animated": false,
@ -1105,11 +1105,11 @@
"route": [ "route": [
{ {
"x": 1064, "x": 1064,
"y": 956 "y": 970
}, },
{ {
"x": 1272.5, "x": 1272.5,
"y": 956 "y": 970
} }
], ],
"animated": false, "animated": false,
@ -1144,11 +1144,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1086 "y": 1100
}, },
{ {
"x": 559, "x": 559,
"y": 1086 "y": 1100
} }
], ],
"animated": false, "animated": false,
@ -1183,11 +1183,11 @@
"route": [ "route": [
{ {
"x": 1272.5, "x": 1272.5,
"y": 1216 "y": 1230
}, },
{ {
"x": 75, "x": 75,
"y": 1216 "y": 1230
} }
], ],
"animated": false, "animated": false,
@ -1222,11 +1222,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 1346 "y": 1360
}, },
{ {
"x": 314, "x": 314,
"y": 1346 "y": 1360
} }
], ],
"animated": false, "animated": false,
@ -1261,11 +1261,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 176 "y": 190
}, },
{ {
"x": 75, "x": 75,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,
@ -1300,11 +1300,11 @@
"route": [ "route": [
{ {
"x": 320, "x": 320,
"y": 176 "y": 190
}, },
{ {
"x": 320, "x": 320,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,
@ -1339,11 +1339,11 @@
"route": [ "route": [
{ {
"x": 565, "x": 565,
"y": 176 "y": 190
}, },
{ {
"x": 565, "x": 565,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,
@ -1378,11 +1378,11 @@
"route": [ "route": [
{ {
"x": 803, "x": 803,
"y": 176 "y": 190
}, },
{ {
"x": 803, "x": 803,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,
@ -1417,11 +1417,11 @@
"route": [ "route": [
{ {
"x": 1046, "x": 1046,
"y": 176 "y": 190
}, },
{ {
"x": 1046, "x": 1046,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,
@ -1456,11 +1456,11 @@
"route": [ "route": [
{ {
"x": 1294.5, "x": 1294.5,
"y": 176 "y": 190
}, },
{ {
"x": 1294.5, "x": 1294.5,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 332 KiB

View file

@ -9,7 +9,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 126, "height": 169,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -45,10 +45,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -84,10 +84,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 440, "x": 440,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -123,10 +123,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 660, "x": 660,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -162,7 +162,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": -20, "x": -20,
"y": 436 "y": 479
}, },
"width": 190, "width": 190,
"height": 126, "height": 126,
@ -201,7 +201,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": -50, "x": -50,
"y": 692 "y": 735
}, },
"width": 250, "width": 250,
"height": 126, "height": 126,
@ -240,7 +240,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 98, "x": 98,
"y": 1078 "y": 1121
}, },
"width": 393, "width": 393,
"height": 142, "height": 142,
@ -279,7 +279,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 464, "x": 464,
"y": 1480 "y": 1523
}, },
"width": 541, "width": 541,
"height": 126, "height": 126,
@ -342,11 +342,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 306 "y": 349
}, },
{ {
"x": 295, "x": 295,
"y": 306 "y": 349
} }
], ],
"animated": false, "animated": false,
@ -381,11 +381,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 948 "y": 991
}, },
{ {
"x": 515, "x": 515,
"y": 948 "y": 991
} }
], ],
"animated": false, "animated": false,
@ -420,11 +420,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 1350 "y": 1393
}, },
{ {
"x": 295, "x": 295,
"y": 1350 "y": 1393
} }
], ],
"animated": false, "animated": false,
@ -459,11 +459,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 176 "y": 219
}, },
{ {
"x": 75, "x": 75,
"y": 1736 "y": 1779
} }
], ],
"animated": false, "animated": false,
@ -498,11 +498,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 176 "y": 219
}, },
{ {
"x": 295, "x": 295,
"y": 1736 "y": 1779
} }
], ],
"animated": false, "animated": false,
@ -537,11 +537,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 176 "y": 219
}, },
{ {
"x": 515, "x": 515,
"y": 1736 "y": 1779
} }
], ],
"animated": false, "animated": false,
@ -576,11 +576,11 @@
"route": [ "route": [
{ {
"x": 735, "x": 735,
"y": 176 "y": 219
}, },
{ {
"x": 735, "x": 735,
"y": 1736 "y": 1779
} }
], ],
"animated": false, "animated": false,

View file

@ -2,7 +2,7 @@
<svg <svg
style="background: white;" style="background: white;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="1255" height="1886" viewBox="-150 -50 1255 1886"><style type="text/css"> width="1255" height="1929" viewBox="-150 -50 1255 1929"><style type="text/css">
<![CDATA[ <![CDATA[
.shape { .shape {
shape-rendering: geometricPrecision; shape-rendering: geometricPrecision;
@ -14,9 +14,9 @@ width="1255" height="1886" viewBox="-150 -50 1255 1886"><style type="text/css">
} }
]]> ]]>
</style><g id="a"><g class="shape" ><rect x="0" y="50" width="150" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="75.000000" y="116.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a</text></g><g id="b"><g class="shape" ><rect x="220" y="50" width="150" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="295.000000" y="116.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">b</text></g><g id="c"><g class="shape" ><rect x="440" y="50" width="150" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="515.000000" y="116.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">c</text></g><g id="d"><g class="shape" ><rect x="660" y="50" width="150" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="735.000000" y="116.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">d</text></g><g id="(a -- )[0]"><path d="M 75.000000 178.000000 L 75.000000 1735.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(b -- )[0]"><path d="M 295.000000 178.000000 L 295.000000 1735.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(c -- )[0]"><path d="M 515.000000 178.000000 L 515.000000 1735.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(d -- )[0]"><path d="M 735.000000 178.000000 L 735.000000 1735.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(a -&gt; b)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 77.000000 306.000000 L 291.000000 306.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#labels)"/></g><g id="(b -&gt; c)[0]"><path d="M 297.000000 948.000000 L 511.000000 948.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#labels)"/></g><g id="(c -&gt; b)[0]"><path d="M 513.000000 1350.000000 L 299.000000 1350.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#labels)"/><text class="text-italic" x="405.500000" y="1356.000000" style="text-anchor:middle;font-size:16px;fill:#676C7E">okay</text></g><g id="a.explanation"><g class="shape" ><rect x="-20" y="436" width="190" height="126" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="75.000000" y="502.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">explanation</text></g><g id="a.another explanation"><g class="shape" ><rect x="-50" y="692" width="250" height="126" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="75.000000" y="758.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">another explanation</text></g><g id="b.&#34;Some one who believes imaginary things\n appear right before your i&#39;s.&#34;"><g class="shape" ><rect x="98" y="1078" width="393" height="142" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="294.500000" y="1144.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25"><tspan x="294.500000" dy="0.000000">Some one who believes imaginary things</tspan><tspan x="294.500000" dy="21.000000"> appear right before your i&#39;s.</tspan></text></g><g id="d.The earth is like a tiny grain of sand, only much, much heavier"><g class="shape" ><rect x="464" y="1480" width="541" height="126" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="734.500000" y="1546.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">The earth is like a tiny grain of sand, only much, much heavier</text></g><mask id="labels" maskUnits="userSpaceOnUse" x="0" y="0" width="1255" height="1886"> </style><g id="a"><g class="shape" ><rect x="0" y="50" width="150" height="169" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="75.000000" y="137.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a</text></g><g id="b"><g class="shape" ><rect x="220" y="52" width="150" height="167" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="295.000000" y="138.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">b</text></g><g id="c"><g class="shape" ><rect x="440" y="52" width="150" height="167" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="515.000000" y="138.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">c</text></g><g id="d"><g class="shape" ><rect x="660" y="52" width="150" height="167" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="735.000000" y="138.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">d</text></g><g id="(a -- )[0]"><path d="M 75.000000 221.000000 L 75.000000 1778.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(b -- )[0]"><path d="M 295.000000 221.000000 L 295.000000 1778.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(c -- )[0]"><path d="M 515.000000 221.000000 L 515.000000 1778.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(d -- )[0]"><path d="M 735.000000 221.000000 L 735.000000 1778.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(a -&gt; b)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 77.000000 349.000000 L 291.000000 349.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#labels)"/></g><g id="(b -&gt; c)[0]"><path d="M 297.000000 991.000000 L 511.000000 991.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#labels)"/></g><g id="(c -&gt; b)[0]"><path d="M 513.000000 1393.000000 L 299.000000 1393.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#labels)"/><text class="text-italic" x="405.500000" y="1399.000000" style="text-anchor:middle;font-size:16px;fill:#676C7E">okay</text></g><g id="a.explanation"><g class="shape" ><rect x="-20" y="479" width="190" height="126" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="75.000000" y="545.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">explanation</text></g><g id="a.another explanation"><g class="shape" ><rect x="-50" y="735" width="250" height="126" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="75.000000" y="801.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">another explanation</text></g><g id="b.&#34;Some one who believes imaginary things\n appear right before your i&#39;s.&#34;"><g class="shape" ><rect x="98" y="1121" width="393" height="142" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="294.500000" y="1187.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25"><tspan x="294.500000" dy="0.000000">Some one who believes imaginary things</tspan><tspan x="294.500000" dy="21.000000"> appear right before your i&#39;s.</tspan></text></g><g id="d.The earth is like a tiny grain of sand, only much, much heavier"><g class="shape" ><rect x="464" y="1523" width="541" height="126" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="734.500000" y="1589.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">The earth is like a tiny grain of sand, only much, much heavier</text></g><mask id="labels" maskUnits="userSpaceOnUse" x="0" y="0" width="1255" height="1929">
<rect x="0" y="0" width="1255" height="1886" fill="white"></rect> <rect x="0" y="0" width="1255" height="1929" fill="white"></rect>
<rect x="389.000000" y="1340.000000" width="33" height="21" fill="black"></rect> <rect x="389.000000" y="1383.000000" width="33" height="21" fill="black"></rect>
</mask><style type="text/css"><![CDATA[ </mask><style type="text/css"><![CDATA[
.text-bold { .text-bold {
font-family: "font-bold"; font-family: "font-bold";

Before

Width:  |  Height:  |  Size: 471 KiB

After

Width:  |  Height:  |  Size: 471 KiB

View file

@ -9,7 +9,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 126, "height": 169,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -45,10 +45,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -84,10 +84,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 440, "x": 440,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -123,10 +123,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 660, "x": 660,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -162,7 +162,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": -20, "x": -20,
"y": 436 "y": 479
}, },
"width": 190, "width": 190,
"height": 126, "height": 126,
@ -201,7 +201,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": -50, "x": -50,
"y": 692 "y": 735
}, },
"width": 250, "width": 250,
"height": 126, "height": 126,
@ -240,7 +240,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 98, "x": 98,
"y": 1078 "y": 1121
}, },
"width": 393, "width": 393,
"height": 142, "height": 142,
@ -279,7 +279,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 464, "x": 464,
"y": 1480 "y": 1523
}, },
"width": 541, "width": 541,
"height": 126, "height": 126,
@ -342,11 +342,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 306 "y": 349
}, },
{ {
"x": 295, "x": 295,
"y": 306 "y": 349
} }
], ],
"animated": false, "animated": false,
@ -381,11 +381,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 948 "y": 991
}, },
{ {
"x": 515, "x": 515,
"y": 948 "y": 991
} }
], ],
"animated": false, "animated": false,
@ -420,11 +420,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 1350 "y": 1393
}, },
{ {
"x": 295, "x": 295,
"y": 1350 "y": 1393
} }
], ],
"animated": false, "animated": false,
@ -459,11 +459,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 176 "y": 219
}, },
{ {
"x": 75, "x": 75,
"y": 1736 "y": 1779
} }
], ],
"animated": false, "animated": false,
@ -498,11 +498,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 176 "y": 219
}, },
{ {
"x": 295, "x": 295,
"y": 1736 "y": 1779
} }
], ],
"animated": false, "animated": false,
@ -537,11 +537,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 176 "y": 219
}, },
{ {
"x": 515, "x": 515,
"y": 1736 "y": 1779
} }
], ],
"animated": false, "animated": false,
@ -576,11 +576,11 @@
"route": [ "route": [
{ {
"x": 735, "x": 735,
"y": 176 "y": 219
}, },
{ {
"x": 735, "x": 735,
"y": 1736 "y": 1779
} }
], ],
"animated": false, "animated": false,

View file

@ -2,7 +2,7 @@
<svg <svg
style="background: white;" style="background: white;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="1255" height="1886" viewBox="-150 -50 1255 1886"><style type="text/css"> width="1255" height="1929" viewBox="-150 -50 1255 1929"><style type="text/css">
<![CDATA[ <![CDATA[
.shape { .shape {
shape-rendering: geometricPrecision; shape-rendering: geometricPrecision;
@ -14,9 +14,9 @@ width="1255" height="1886" viewBox="-150 -50 1255 1886"><style type="text/css">
} }
]]> ]]>
</style><g id="a"><g class="shape" ><rect x="0" y="50" width="150" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="75.000000" y="116.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a</text></g><g id="b"><g class="shape" ><rect x="220" y="50" width="150" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="295.000000" y="116.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">b</text></g><g id="c"><g class="shape" ><rect x="440" y="50" width="150" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="515.000000" y="116.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">c</text></g><g id="d"><g class="shape" ><rect x="660" y="50" width="150" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="735.000000" y="116.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">d</text></g><g id="(a -- )[0]"><path d="M 75.000000 178.000000 L 75.000000 1735.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(b -- )[0]"><path d="M 295.000000 178.000000 L 295.000000 1735.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(c -- )[0]"><path d="M 515.000000 178.000000 L 515.000000 1735.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(d -- )[0]"><path d="M 735.000000 178.000000 L 735.000000 1735.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(a -&gt; b)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 77.000000 306.000000 L 291.000000 306.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#labels)"/></g><g id="(b -&gt; c)[0]"><path d="M 297.000000 948.000000 L 511.000000 948.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#labels)"/></g><g id="(c -&gt; b)[0]"><path d="M 513.000000 1350.000000 L 299.000000 1350.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#labels)"/><text class="text-italic" x="405.500000" y="1356.000000" style="text-anchor:middle;font-size:16px;fill:#676C7E">okay</text></g><g id="a.explanation"><g class="shape" ><rect x="-20" y="436" width="190" height="126" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="75.000000" y="502.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">explanation</text></g><g id="a.another explanation"><g class="shape" ><rect x="-50" y="692" width="250" height="126" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="75.000000" y="758.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">another explanation</text></g><g id="b.&#34;Some one who believes imaginary things\n appear right before your i&#39;s.&#34;"><g class="shape" ><rect x="98" y="1078" width="393" height="142" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="294.500000" y="1144.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25"><tspan x="294.500000" dy="0.000000">Some one who believes imaginary things</tspan><tspan x="294.500000" dy="21.000000"> appear right before your i&#39;s.</tspan></text></g><g id="d.The earth is like a tiny grain of sand, only much, much heavier"><g class="shape" ><rect x="464" y="1480" width="541" height="126" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="734.500000" y="1546.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">The earth is like a tiny grain of sand, only much, much heavier</text></g><mask id="labels" maskUnits="userSpaceOnUse" x="0" y="0" width="1255" height="1886"> </style><g id="a"><g class="shape" ><rect x="0" y="50" width="150" height="169" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="75.000000" y="137.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a</text></g><g id="b"><g class="shape" ><rect x="220" y="52" width="150" height="167" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="295.000000" y="138.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">b</text></g><g id="c"><g class="shape" ><rect x="440" y="52" width="150" height="167" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="515.000000" y="138.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">c</text></g><g id="d"><g class="shape" ><rect x="660" y="52" width="150" height="167" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="735.000000" y="138.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">d</text></g><g id="(a -- )[0]"><path d="M 75.000000 221.000000 L 75.000000 1778.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(b -- )[0]"><path d="M 295.000000 221.000000 L 295.000000 1778.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(c -- )[0]"><path d="M 515.000000 221.000000 L 515.000000 1778.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(d -- )[0]"><path d="M 735.000000 221.000000 L 735.000000 1778.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;stroke-dasharray:12.000000,11.838767;" mask="url(#labels)"/></g><g id="(a -&gt; b)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 77.000000 349.000000 L 291.000000 349.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#labels)"/></g><g id="(b -&gt; c)[0]"><path d="M 297.000000 991.000000 L 511.000000 991.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#labels)"/></g><g id="(c -&gt; b)[0]"><path d="M 513.000000 1393.000000 L 299.000000 1393.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#labels)"/><text class="text-italic" x="405.500000" y="1399.000000" style="text-anchor:middle;font-size:16px;fill:#676C7E">okay</text></g><g id="a.explanation"><g class="shape" ><rect x="-20" y="479" width="190" height="126" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="75.000000" y="545.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">explanation</text></g><g id="a.another explanation"><g class="shape" ><rect x="-50" y="735" width="250" height="126" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="75.000000" y="801.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">another explanation</text></g><g id="b.&#34;Some one who believes imaginary things\n appear right before your i&#39;s.&#34;"><g class="shape" ><rect x="98" y="1121" width="393" height="142" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="294.500000" y="1187.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25"><tspan x="294.500000" dy="0.000000">Some one who believes imaginary things</tspan><tspan x="294.500000" dy="21.000000"> appear right before your i&#39;s.</tspan></text></g><g id="d.The earth is like a tiny grain of sand, only much, much heavier"><g class="shape" ><rect x="464" y="1523" width="541" height="126" style="fill:#FFFFFF;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="734.500000" y="1589.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">The earth is like a tiny grain of sand, only much, much heavier</text></g><mask id="labels" maskUnits="userSpaceOnUse" x="0" y="0" width="1255" height="1929">
<rect x="0" y="0" width="1255" height="1886" fill="white"></rect> <rect x="0" y="0" width="1255" height="1929" fill="white"></rect>
<rect x="389.000000" y="1340.000000" width="33" height="21" fill="black"></rect> <rect x="389.000000" y="1383.000000" width="33" height="21" fill="black"></rect>
</mask><style type="text/css"><![CDATA[ </mask><style type="text/css"><![CDATA[
.text-bold { .text-bold {
font-family: "font-bold"; font-family: "font-bold";

Before

Width:  |  Height:  |  Size: 471 KiB

After

Width:  |  Height:  |  Size: 471 KiB

View file

@ -48,7 +48,7 @@
"y": 86 "y": 86
}, },
"width": 150, "width": 150,
"height": 126, "height": 149,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -84,10 +84,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 86 "y": 105
}, },
"width": 150, "width": 150,
"height": 126, "height": 130,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -123,7 +123,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 440, "x": 440,
"y": 86 "y": 109
}, },
"width": 182, "width": 182,
"height": 126, "height": 126,
@ -162,7 +162,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 692, "x": 692,
"y": 86 "y": 109
}, },
"width": 165, "width": 165,
"height": 126, "height": 126,
@ -201,7 +201,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 927, "x": 927,
"y": 86 "y": 109
}, },
"width": 180, "width": 180,
"height": 126, "height": 126,
@ -240,7 +240,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1177, "x": 1177,
"y": 86 "y": 109
}, },
"width": 176, "width": 176,
"height": 126, "height": 126,
@ -279,7 +279,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1423, "x": 1423,
"y": 86 "y": 109
}, },
"width": 186, "width": 186,
"height": 126, "height": 126,
@ -318,7 +318,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 372, "x": 372,
"y": 732 "y": 755
}, },
"width": 318, "width": 318,
"height": 126, "height": 126,
@ -396,7 +396,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 768, "x": 768,
"y": 1102 "y": 1125
}, },
"width": 12, "width": 12,
"height": 422, "height": 422,
@ -434,7 +434,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1679, "x": 1679,
"y": 86 "y": 109
}, },
"width": 235, "width": 235,
"height": 126, "height": 126,
@ -473,7 +473,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1984, "x": 1984,
"y": 86 "y": 109
}, },
"width": 209, "width": 209,
"height": 126, "height": 126,
@ -512,7 +512,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1011, "x": 1011,
"y": 1882 "y": 1905
}, },
"width": 12, "width": 12,
"height": 292, "height": 292,
@ -574,11 +574,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 342 "y": 365
}, },
{ {
"x": 295, "x": 295,
"y": 342 "y": 365
} }
], ],
"animated": false, "animated": false,
@ -613,11 +613,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 472 "y": 495
}, },
{ {
"x": 75, "x": 75,
"y": 472 "y": 495
} }
], ],
"animated": false, "animated": false,
@ -652,11 +652,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 602 "y": 625
}, },
{ {
"x": 531, "x": 531,
"y": 602 "y": 625
} }
], ],
"animated": false, "animated": false,
@ -691,11 +691,11 @@
"route": [ "route": [
{ {
"x": 531, "x": 531,
"y": 988 "y": 1011
}, },
{ {
"x": 75, "x": 75,
"y": 988 "y": 1011
} }
], ],
"animated": false, "animated": false,
@ -730,11 +730,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 1118 "y": 1141
}, },
{ {
"x": 768.5, "x": 768.5,
"y": 1118 "y": 1141
} }
], ],
"animated": false, "animated": false,
@ -769,11 +769,11 @@
"route": [ "route": [
{ {
"x": 780.5, "x": 780.5,
"y": 1248 "y": 1271
}, },
{ {
"x": 1796.5, "x": 1796.5,
"y": 1248 "y": 1271
} }
], ],
"animated": false, "animated": false,
@ -808,11 +808,11 @@
"route": [ "route": [
{ {
"x": 780.5, "x": 780.5,
"y": 1378 "y": 1401
}, },
{ {
"x": 2088.5, "x": 2088.5,
"y": 1378 "y": 1401
} }
], ],
"animated": false, "animated": false,
@ -847,11 +847,11 @@
"route": [ "route": [
{ {
"x": 780.5, "x": 780.5,
"y": 1508 "y": 1531
}, },
{ {
"x": 1796.5, "x": 1796.5,
"y": 1508 "y": 1531
} }
], ],
"animated": false, "animated": false,
@ -886,11 +886,11 @@
"route": [ "route": [
{ {
"x": 774.5, "x": 774.5,
"y": 1638 "y": 1661
}, },
{ {
"x": 75, "x": 75,
"y": 1638 "y": 1661
} }
], ],
"animated": false, "animated": false,
@ -925,11 +925,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 1768 "y": 1791
}, },
{ {
"x": 1017, "x": 1017,
"y": 1768 "y": 1791
} }
], ],
"animated": false, "animated": false,
@ -964,11 +964,11 @@
"route": [ "route": [
{ {
"x": 1023, "x": 1023,
"y": 1898 "y": 1921
}, },
{ {
"x": 1265, "x": 1265,
"y": 1898 "y": 1921
} }
], ],
"animated": false, "animated": false,
@ -1003,11 +1003,11 @@
"route": [ "route": [
{ {
"x": 1023, "x": 1023,
"y": 2028 "y": 2051
}, },
{ {
"x": 1516, "x": 1516,
"y": 2028 "y": 2051
} }
], ],
"animated": false, "animated": false,
@ -1042,11 +1042,11 @@
"route": [ "route": [
{ {
"x": 1011, "x": 1011,
"y": 2158 "y": 2181
}, },
{ {
"x": 75, "x": 75,
"y": 2158 "y": 2181
} }
], ],
"animated": false, "animated": false,
@ -1081,11 +1081,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 212 "y": 235
}, },
{ {
"x": 75, "x": 75,
"y": 2288 "y": 2311
} }
], ],
"animated": false, "animated": false,
@ -1120,11 +1120,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 212 "y": 235
}, },
{ {
"x": 295, "x": 295,
"y": 2288 "y": 2311
} }
], ],
"animated": false, "animated": false,
@ -1159,11 +1159,11 @@
"route": [ "route": [
{ {
"x": 531, "x": 531,
"y": 212 "y": 235
}, },
{ {
"x": 531, "x": 531,
"y": 2288 "y": 2311
} }
], ],
"animated": false, "animated": false,
@ -1198,11 +1198,11 @@
"route": [ "route": [
{ {
"x": 774.5, "x": 774.5,
"y": 212 "y": 235
}, },
{ {
"x": 774.5, "x": 774.5,
"y": 2288 "y": 2311
} }
], ],
"animated": false, "animated": false,
@ -1237,11 +1237,11 @@
"route": [ "route": [
{ {
"x": 1017, "x": 1017,
"y": 212 "y": 235
}, },
{ {
"x": 1017, "x": 1017,
"y": 2288 "y": 2311
} }
], ],
"animated": false, "animated": false,
@ -1276,11 +1276,11 @@
"route": [ "route": [
{ {
"x": 1265, "x": 1265,
"y": 212 "y": 235
}, },
{ {
"x": 1265, "x": 1265,
"y": 2288 "y": 2311
} }
], ],
"animated": false, "animated": false,
@ -1315,11 +1315,11 @@
"route": [ "route": [
{ {
"x": 1516, "x": 1516,
"y": 212 "y": 235
}, },
{ {
"x": 1516, "x": 1516,
"y": 2288 "y": 2311
} }
], ],
"animated": false, "animated": false,
@ -1354,11 +1354,11 @@
"route": [ "route": [
{ {
"x": 1796.5, "x": 1796.5,
"y": 212 "y": 235
}, },
{ {
"x": 1796.5, "x": 1796.5,
"y": 2288 "y": 2311
} }
], ],
"animated": false, "animated": false,
@ -1393,11 +1393,11 @@
"route": [ "route": [
{ {
"x": 2088.5, "x": 2088.5,
"y": 212 "y": 235
}, },
{ {
"x": 2088.5, "x": 2088.5,
"y": 2288 "y": 2311
} }
], ],
"animated": false, "animated": false,

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

@ -9,7 +9,7 @@
"y": 12 "y": 12
}, },
"width": 2193, "width": 2193,
"height": 2288, "height": 2311,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -48,7 +48,7 @@
"y": 98 "y": 98
}, },
"width": 150, "width": 150,
"height": 126, "height": 149,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -84,10 +84,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 232, "x": 232,
"y": 98 "y": 117
}, },
"width": 150, "width": 150,
"height": 126, "height": 130,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -123,7 +123,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 452, "x": 452,
"y": 98 "y": 121
}, },
"width": 182, "width": 182,
"height": 126, "height": 126,
@ -162,7 +162,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 704, "x": 704,
"y": 98 "y": 121
}, },
"width": 165, "width": 165,
"height": 126, "height": 126,
@ -201,7 +201,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 939, "x": 939,
"y": 98 "y": 121
}, },
"width": 180, "width": 180,
"height": 126, "height": 126,
@ -240,7 +240,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1189, "x": 1189,
"y": 98 "y": 121
}, },
"width": 176, "width": 176,
"height": 126, "height": 126,
@ -279,7 +279,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1435, "x": 1435,
"y": 98 "y": 121
}, },
"width": 186, "width": 186,
"height": 126, "height": 126,
@ -318,7 +318,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 372, "x": 372,
"y": 732 "y": 755
}, },
"width": 318, "width": 318,
"height": 126, "height": 126,
@ -357,7 +357,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 730, "x": 730,
"y": 1338 "y": 1361
}, },
"width": 1408, "width": 1408,
"height": 80, "height": 80,
@ -395,7 +395,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 780, "x": 780,
"y": 1114 "y": 1137
}, },
"width": 12, "width": 12,
"height": 422, "height": 422,
@ -433,7 +433,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1691, "x": 1691,
"y": 98 "y": 121
}, },
"width": 235, "width": 235,
"height": 126, "height": 126,
@ -472,7 +472,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1996, "x": 1996,
"y": 98 "y": 121
}, },
"width": 209, "width": 209,
"height": 126, "height": 126,
@ -511,7 +511,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1023, "x": 1023,
"y": 1894 "y": 1917
}, },
"width": 12, "width": 12,
"height": 292, "height": 292,
@ -573,11 +573,11 @@
"route": [ "route": [
{ {
"x": 87, "x": 87,
"y": 354 "y": 377
}, },
{ {
"x": 307, "x": 307,
"y": 354 "y": 377
} }
], ],
"animated": false, "animated": false,
@ -612,11 +612,11 @@
"route": [ "route": [
{ {
"x": 307, "x": 307,
"y": 484 "y": 507
}, },
{ {
"x": 87, "x": 87,
"y": 484 "y": 507
} }
], ],
"animated": false, "animated": false,
@ -651,11 +651,11 @@
"route": [ "route": [
{ {
"x": 87, "x": 87,
"y": 614 "y": 637
}, },
{ {
"x": 543, "x": 543,
"y": 614 "y": 637
} }
], ],
"animated": false, "animated": false,
@ -690,11 +690,11 @@
"route": [ "route": [
{ {
"x": 543, "x": 543,
"y": 1000 "y": 1023
}, },
{ {
"x": 87, "x": 87,
"y": 1000 "y": 1023
} }
], ],
"animated": false, "animated": false,
@ -729,11 +729,11 @@
"route": [ "route": [
{ {
"x": 87, "x": 87,
"y": 1130 "y": 1153
}, },
{ {
"x": 780.5, "x": 780.5,
"y": 1130 "y": 1153
} }
], ],
"animated": false, "animated": false,
@ -768,11 +768,11 @@
"route": [ "route": [
{ {
"x": 792.5, "x": 792.5,
"y": 1260 "y": 1283
}, },
{ {
"x": 1808.5, "x": 1808.5,
"y": 1260 "y": 1283
} }
], ],
"animated": false, "animated": false,
@ -807,11 +807,11 @@
"route": [ "route": [
{ {
"x": 792.5, "x": 792.5,
"y": 1390 "y": 1413
}, },
{ {
"x": 2100.5, "x": 2100.5,
"y": 1390 "y": 1413
} }
], ],
"animated": false, "animated": false,
@ -846,11 +846,11 @@
"route": [ "route": [
{ {
"x": 792.5, "x": 792.5,
"y": 1520 "y": 1543
}, },
{ {
"x": 1808.5, "x": 1808.5,
"y": 1520 "y": 1543
} }
], ],
"animated": false, "animated": false,
@ -885,11 +885,11 @@
"route": [ "route": [
{ {
"x": 786.5, "x": 786.5,
"y": 1650 "y": 1673
}, },
{ {
"x": 87, "x": 87,
"y": 1650 "y": 1673
} }
], ],
"animated": false, "animated": false,
@ -924,11 +924,11 @@
"route": [ "route": [
{ {
"x": 87, "x": 87,
"y": 1780 "y": 1803
}, },
{ {
"x": 1029, "x": 1029,
"y": 1780 "y": 1803
} }
], ],
"animated": false, "animated": false,
@ -963,11 +963,11 @@
"route": [ "route": [
{ {
"x": 1035, "x": 1035,
"y": 1910 "y": 1933
}, },
{ {
"x": 1277, "x": 1277,
"y": 1910 "y": 1933
} }
], ],
"animated": false, "animated": false,
@ -1002,11 +1002,11 @@
"route": [ "route": [
{ {
"x": 1035, "x": 1035,
"y": 2040 "y": 2063
}, },
{ {
"x": 1528, "x": 1528,
"y": 2040 "y": 2063
} }
], ],
"animated": false, "animated": false,
@ -1041,11 +1041,11 @@
"route": [ "route": [
{ {
"x": 1023, "x": 1023,
"y": 2170 "y": 2193
}, },
{ {
"x": 87, "x": 87,
"y": 2170 "y": 2193
} }
], ],
"animated": false, "animated": false,
@ -1080,11 +1080,11 @@
"route": [ "route": [
{ {
"x": 87, "x": 87,
"y": 224 "y": 247
}, },
{ {
"x": 87, "x": 87,
"y": 2300 "y": 2323
} }
], ],
"animated": false, "animated": false,
@ -1119,11 +1119,11 @@
"route": [ "route": [
{ {
"x": 307, "x": 307,
"y": 224 "y": 247
}, },
{ {
"x": 307, "x": 307,
"y": 2300 "y": 2323
} }
], ],
"animated": false, "animated": false,
@ -1158,11 +1158,11 @@
"route": [ "route": [
{ {
"x": 543, "x": 543,
"y": 224 "y": 247
}, },
{ {
"x": 543, "x": 543,
"y": 2300 "y": 2323
} }
], ],
"animated": false, "animated": false,
@ -1197,11 +1197,11 @@
"route": [ "route": [
{ {
"x": 786.5, "x": 786.5,
"y": 224 "y": 247
}, },
{ {
"x": 786.5, "x": 786.5,
"y": 2300 "y": 2323
} }
], ],
"animated": false, "animated": false,
@ -1236,11 +1236,11 @@
"route": [ "route": [
{ {
"x": 1029, "x": 1029,
"y": 224 "y": 247
}, },
{ {
"x": 1029, "x": 1029,
"y": 2300 "y": 2323
} }
], ],
"animated": false, "animated": false,
@ -1275,11 +1275,11 @@
"route": [ "route": [
{ {
"x": 1277, "x": 1277,
"y": 224 "y": 247
}, },
{ {
"x": 1277, "x": 1277,
"y": 2300 "y": 2323
} }
], ],
"animated": false, "animated": false,
@ -1314,11 +1314,11 @@
"route": [ "route": [
{ {
"x": 1528, "x": 1528,
"y": 224 "y": 247
}, },
{ {
"x": 1528, "x": 1528,
"y": 2300 "y": 2323
} }
], ],
"animated": false, "animated": false,
@ -1353,11 +1353,11 @@
"route": [ "route": [
{ {
"x": 1808.5, "x": 1808.5,
"y": 224 "y": 247
}, },
{ {
"x": 1808.5, "x": 1808.5,
"y": 2300 "y": 2323
} }
], ],
"animated": false, "animated": false,
@ -1392,11 +1392,11 @@
"route": [ "route": [
{ {
"x": 2100.5, "x": 2100.5,
"y": 224 "y": 247
}, },
{ {
"x": 2100.5, "x": 2100.5,
"y": 2300 "y": 2323
} }
], ],
"animated": false, "animated": false,

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

@ -9,7 +9,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 126, "height": 169,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -45,10 +45,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -84,7 +84,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 289, "x": 289,
"y": 630 "y": 673
}, },
"width": 12, "width": 12,
"height": 228, "height": 228,
@ -122,7 +122,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 285, "x": 285,
"y": 760 "y": 803
}, },
"width": 20, "width": 20,
"height": 82, "height": 82,
@ -160,7 +160,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 69, "x": 69,
"y": 924 "y": 967
}, },
"width": 12, "width": 12,
"height": 178, "height": 178,
@ -198,7 +198,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 65, "x": 65,
"y": 940 "y": 983
}, },
"width": 20, "width": 20,
"height": 80, "height": 80,
@ -236,7 +236,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 289, "x": 289,
"y": 1070 "y": 1113
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -298,19 +298,19 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 306 "y": 349
}, },
{ {
"x": 175, "x": 175,
"y": 306 "y": 349
}, },
{ {
"x": 175, "x": 175,
"y": 386 "y": 429
}, },
{ {
"x": 75, "x": 75,
"y": 386 "y": 429
} }
], ],
"animated": false, "animated": false,
@ -345,11 +345,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 436 "y": 479
}, },
{ {
"x": 295, "x": 295,
"y": 436 "y": 479
} }
], ],
"animated": false, "animated": false,
@ -384,19 +384,19 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 566 "y": 609
}, },
{ {
"x": 395, "x": 395,
"y": 566 "y": 609
}, },
{ {
"x": 395, "x": 395,
"y": 646 "y": 689
}, },
{ {
"x": 301, "x": 301,
"y": 646 "y": 689
} }
], ],
"animated": false, "animated": false,
@ -431,19 +431,19 @@
"route": [ "route": [
{ {
"x": 301, "x": 301,
"y": 696 "y": 739
}, },
{ {
"x": 395, "x": 395,
"y": 696 "y": 739
}, },
{ {
"x": 395, "x": 395,
"y": 776 "y": 819
}, },
{ {
"x": 305, "x": 305,
"y": 776 "y": 819
} }
], ],
"animated": false, "animated": false,
@ -478,19 +478,19 @@
"route": [ "route": [
{ {
"x": 305, "x": 305,
"y": 826 "y": 869
}, },
{ {
"x": 395, "x": 395,
"y": 826 "y": 869
}, },
{ {
"x": 395, "x": 395,
"y": 906 "y": 949
}, },
{ {
"x": 295, "x": 295,
"y": 906 "y": 949
} }
], ],
"animated": false, "animated": false,
@ -525,11 +525,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 956 "y": 999
}, },
{ {
"x": 85, "x": 85,
"y": 956 "y": 999
} }
], ],
"animated": false, "animated": false,
@ -564,11 +564,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1086 "y": 1129
}, },
{ {
"x": 289, "x": 289,
"y": 1086 "y": 1129
} }
], ],
"animated": false, "animated": false,
@ -603,11 +603,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 176 "y": 219
}, },
{ {
"x": 75, "x": 75,
"y": 1216 "y": 1259
} }
], ],
"animated": false, "animated": false,
@ -642,11 +642,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 176 "y": 219
}, },
{ {
"x": 295, "x": 295,
"y": 1216 "y": 1259
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 472 KiB

After

Width:  |  Height:  |  Size: 472 KiB

View file

@ -9,7 +9,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 126, "height": 169,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -45,10 +45,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 50 "y": 52
}, },
"width": 150, "width": 150,
"height": 126, "height": 167,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -84,7 +84,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 289, "x": 289,
"y": 630 "y": 673
}, },
"width": 12, "width": 12,
"height": 228, "height": 228,
@ -122,7 +122,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 285, "x": 285,
"y": 760 "y": 803
}, },
"width": 20, "width": 20,
"height": 82, "height": 82,
@ -160,7 +160,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 69, "x": 69,
"y": 924 "y": 967
}, },
"width": 12, "width": 12,
"height": 178, "height": 178,
@ -198,7 +198,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 65, "x": 65,
"y": 940 "y": 983
}, },
"width": 20, "width": 20,
"height": 80, "height": 80,
@ -236,7 +236,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 289, "x": 289,
"y": 1070 "y": 1113
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -298,19 +298,19 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 306 "y": 349
}, },
{ {
"x": 175, "x": 175,
"y": 306 "y": 349
}, },
{ {
"x": 175, "x": 175,
"y": 386 "y": 429
}, },
{ {
"x": 75, "x": 75,
"y": 386 "y": 429
} }
], ],
"animated": false, "animated": false,
@ -345,11 +345,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 436 "y": 479
}, },
{ {
"x": 295, "x": 295,
"y": 436 "y": 479
} }
], ],
"animated": false, "animated": false,
@ -384,19 +384,19 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 566 "y": 609
}, },
{ {
"x": 395, "x": 395,
"y": 566 "y": 609
}, },
{ {
"x": 395, "x": 395,
"y": 646 "y": 689
}, },
{ {
"x": 301, "x": 301,
"y": 646 "y": 689
} }
], ],
"animated": false, "animated": false,
@ -431,19 +431,19 @@
"route": [ "route": [
{ {
"x": 301, "x": 301,
"y": 696 "y": 739
}, },
{ {
"x": 395, "x": 395,
"y": 696 "y": 739
}, },
{ {
"x": 395, "x": 395,
"y": 776 "y": 819
}, },
{ {
"x": 305, "x": 305,
"y": 776 "y": 819
} }
], ],
"animated": false, "animated": false,
@ -478,19 +478,19 @@
"route": [ "route": [
{ {
"x": 305, "x": 305,
"y": 826 "y": 869
}, },
{ {
"x": 395, "x": 395,
"y": 826 "y": 869
}, },
{ {
"x": 395, "x": 395,
"y": 906 "y": 949
}, },
{ {
"x": 295, "x": 295,
"y": 906 "y": 949
} }
], ],
"animated": false, "animated": false,
@ -525,11 +525,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 956 "y": 999
}, },
{ {
"x": 85, "x": 85,
"y": 956 "y": 999
} }
], ],
"animated": false, "animated": false,
@ -564,11 +564,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1086 "y": 1129
}, },
{ {
"x": 289, "x": 289,
"y": 1086 "y": 1129
} }
], ],
"animated": false, "animated": false,
@ -603,11 +603,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 176 "y": 219
}, },
{ {
"x": 75, "x": 75,
"y": 1216 "y": 1259
} }
], ],
"animated": false, "animated": false,
@ -642,11 +642,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 176 "y": 219
}, },
{ {
"x": 295, "x": 295,
"y": 1216 "y": 1259
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 472 KiB

After

Width:  |  Height:  |  Size: 472 KiB

View file

@ -45,10 +45,10 @@
"type": "person", "type": "person",
"pos": { "pos": {
"x": 233, "x": 233,
"y": 141 "y": 124
}, },
"width": 150, "width": 150,
"height": 126, "height": 143,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 5, "strokeWidth": 5,
@ -84,10 +84,10 @@
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 453, "x": 453,
"y": 162 "y": 136
}, },
"width": 150, "width": 150,
"height": 126, "height": 152,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -123,10 +123,10 @@
"type": "queue", "type": "queue",
"pos": { "pos": {
"x": 673, "x": 673,
"y": 162 "y": 161
}, },
"width": 150, "width": 150,
"height": 126, "height": 127,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 475 KiB

After

Width:  |  Height:  |  Size: 475 KiB

View file

@ -45,10 +45,10 @@
"type": "person", "type": "person",
"pos": { "pos": {
"x": 233, "x": 233,
"y": 141 "y": 124
}, },
"width": 150, "width": 150,
"height": 126, "height": 143,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 5, "strokeWidth": 5,
@ -84,10 +84,10 @@
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 453, "x": 453,
"y": 162 "y": 136
}, },
"width": 150, "width": 150,
"height": 126, "height": 152,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -123,10 +123,10 @@
"type": "queue", "type": "queue",
"pos": { "pos": {
"x": 673, "x": 673,
"y": 162 "y": 161
}, },
"width": 150, "width": 150,
"height": 126, "height": 127,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 475 KiB

After

Width:  |  Height:  |  Size: 475 KiB

View file

@ -6,10 +6,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 0, "x": 0,
"y": 50 "y": 62
}, },
"width": 150, "width": 150,
"height": 126, "height": 128,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -45,7 +45,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 69, "x": 69,
"y": 290 "y": 304
}, },
"width": 12, "width": 12,
"height": 1592, "height": 1592,
@ -83,7 +83,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 50 "y": 64
}, },
"width": 200, "width": 200,
"height": 126, "height": 126,
@ -122,7 +122,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 314, "x": 314,
"y": 290 "y": 304
}, },
"width": 12, "width": 12,
"height": 162, "height": 162,
@ -163,7 +163,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 126, "height": 140,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -199,7 +199,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 559, "x": 559,
"y": 550 "y": 564
}, },
"width": 12, "width": 12,
"height": 162, "height": 162,
@ -237,7 +237,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 710, "x": 710,
"y": 50 "y": 64
}, },
"width": 186, "width": 186,
"height": 126, "height": 126,
@ -276,7 +276,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 797, "x": 797,
"y": 810 "y": 824
}, },
"width": 12, "width": 12,
"height": 422, "height": 422,
@ -314,7 +314,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 793, "x": 793,
"y": 940 "y": 954
}, },
"width": 20, "width": 20,
"height": 162, "height": 162,
@ -352,7 +352,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 966, "x": 966,
"y": 50 "y": 64
}, },
"width": 160, "width": 160,
"height": 126, "height": 126,
@ -391,7 +391,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1040, "x": 1040,
"y": 1070 "y": 1084
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -429,7 +429,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1196, "x": 1196,
"y": 50 "y": 64
}, },
"width": 197, "width": 197,
"height": 126, "height": 126,
@ -468,7 +468,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 1330 "y": 1344
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -506,7 +506,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 559, "x": 559,
"y": 1460 "y": 1474
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -544,7 +544,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 559, "x": 559,
"y": 1590 "y": 1604
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -582,7 +582,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 1720 "y": 1734
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -620,7 +620,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 1850 "y": 1864
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -682,11 +682,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 306 "y": 320
}, },
{ {
"x": 314, "x": 314,
"y": 306 "y": 320
} }
], ],
"animated": false, "animated": false,
@ -721,11 +721,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 436 "y": 450
}, },
{ {
"x": 314, "x": 314,
"y": 436 "y": 450
} }
], ],
"animated": false, "animated": false,
@ -760,11 +760,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 566 "y": 580
}, },
{ {
"x": 559, "x": 559,
"y": 566 "y": 580
} }
], ],
"animated": false, "animated": false,
@ -799,11 +799,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 696 "y": 710
}, },
{ {
"x": 559, "x": 559,
"y": 696 "y": 710
} }
], ],
"animated": false, "animated": false,
@ -838,11 +838,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 826 "y": 840
}, },
{ {
"x": 797, "x": 797,
"y": 826 "y": 840
} }
], ],
"animated": false, "animated": false,
@ -877,11 +877,11 @@
"route": [ "route": [
{ {
"x": 320, "x": 320,
"y": 956 "y": 970
}, },
{ {
"x": 793, "x": 793,
"y": 956 "y": 970
} }
], ],
"animated": false, "animated": false,
@ -916,11 +916,11 @@
"route": [ "route": [
{ {
"x": 813, "x": 813,
"y": 1086 "y": 1100
}, },
{ {
"x": 1040, "x": 1040,
"y": 1086 "y": 1100
} }
], ],
"animated": false, "animated": false,
@ -955,11 +955,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 1216 "y": 1230
}, },
{ {
"x": 797, "x": 797,
"y": 1216 "y": 1230
} }
], ],
"animated": false, "animated": false,
@ -994,11 +994,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1346 "y": 1360
}, },
{ {
"x": 1288.5, "x": 1288.5,
"y": 1346 "y": 1360
} }
], ],
"animated": false, "animated": false,
@ -1033,11 +1033,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1476 "y": 1490
}, },
{ {
"x": 559, "x": 559,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,
@ -1072,11 +1072,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1606 "y": 1620
}, },
{ {
"x": 559, "x": 559,
"y": 1606 "y": 1620
} }
], ],
"animated": false, "animated": false,
@ -1111,11 +1111,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1736 "y": 1750
}, },
{ {
"x": 1288.5, "x": 1288.5,
"y": 1736 "y": 1750
} }
], ],
"animated": false, "animated": false,
@ -1150,11 +1150,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1866 "y": 1880
}, },
{ {
"x": 1288.5, "x": 1288.5,
"y": 1866 "y": 1880
} }
], ],
"animated": false, "animated": false,
@ -1189,11 +1189,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 176 "y": 190
}, },
{ {
"x": 75, "x": 75,
"y": 1996 "y": 2010
} }
], ],
"animated": false, "animated": false,
@ -1228,11 +1228,11 @@
"route": [ "route": [
{ {
"x": 320, "x": 320,
"y": 176 "y": 190
}, },
{ {
"x": 320, "x": 320,
"y": 1996 "y": 2010
} }
], ],
"animated": false, "animated": false,
@ -1267,11 +1267,11 @@
"route": [ "route": [
{ {
"x": 565, "x": 565,
"y": 176 "y": 190
}, },
{ {
"x": 565, "x": 565,
"y": 1996 "y": 2010
} }
], ],
"animated": false, "animated": false,
@ -1306,11 +1306,11 @@
"route": [ "route": [
{ {
"x": 803, "x": 803,
"y": 176 "y": 190
}, },
{ {
"x": 803, "x": 803,
"y": 1996 "y": 2010
} }
], ],
"animated": false, "animated": false,
@ -1345,11 +1345,11 @@
"route": [ "route": [
{ {
"x": 1046, "x": 1046,
"y": 176 "y": 190
}, },
{ {
"x": 1046, "x": 1046,
"y": 1996 "y": 2010
} }
], ],
"animated": false, "animated": false,
@ -1384,11 +1384,11 @@
"route": [ "route": [
{ {
"x": 1294.5, "x": 1294.5,
"y": 176 "y": 190
}, },
{ {
"x": 1294.5, "x": 1294.5,
"y": 1996 "y": 2010
} }
], ],
"animated": false, "animated": false,

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

@ -6,10 +6,10 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 0, "x": 0,
"y": 50 "y": 62
}, },
"width": 150, "width": 150,
"height": 126, "height": 128,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -45,7 +45,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 69, "x": 69,
"y": 290 "y": 304
}, },
"width": 12, "width": 12,
"height": 1592, "height": 1592,
@ -83,7 +83,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 50 "y": 64
}, },
"width": 200, "width": 200,
"height": 126, "height": 126,
@ -122,7 +122,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 314, "x": 314,
"y": 290 "y": 304
}, },
"width": 12, "width": 12,
"height": 162, "height": 162,
@ -163,7 +163,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 126, "height": 140,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -199,7 +199,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 559, "x": 559,
"y": 550 "y": 564
}, },
"width": 12, "width": 12,
"height": 162, "height": 162,
@ -237,7 +237,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 710, "x": 710,
"y": 50 "y": 64
}, },
"width": 186, "width": 186,
"height": 126, "height": 126,
@ -276,7 +276,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 797, "x": 797,
"y": 810 "y": 824
}, },
"width": 12, "width": 12,
"height": 422, "height": 422,
@ -314,7 +314,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 793, "x": 793,
"y": 940 "y": 954
}, },
"width": 20, "width": 20,
"height": 162, "height": 162,
@ -352,7 +352,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 966, "x": 966,
"y": 50 "y": 64
}, },
"width": 160, "width": 160,
"height": 126, "height": 126,
@ -391,7 +391,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1040, "x": 1040,
"y": 1070 "y": 1084
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -429,7 +429,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1196, "x": 1196,
"y": 50 "y": 64
}, },
"width": 197, "width": 197,
"height": 126, "height": 126,
@ -468,7 +468,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 1330 "y": 1344
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -506,7 +506,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 559, "x": 559,
"y": 1460 "y": 1474
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -544,7 +544,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 559, "x": 559,
"y": 1590 "y": 1604
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -582,7 +582,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 1720 "y": 1734
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -620,7 +620,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 1850 "y": 1864
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -682,11 +682,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 306 "y": 320
}, },
{ {
"x": 314, "x": 314,
"y": 306 "y": 320
} }
], ],
"animated": false, "animated": false,
@ -721,11 +721,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 436 "y": 450
}, },
{ {
"x": 314, "x": 314,
"y": 436 "y": 450
} }
], ],
"animated": false, "animated": false,
@ -760,11 +760,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 566 "y": 580
}, },
{ {
"x": 559, "x": 559,
"y": 566 "y": 580
} }
], ],
"animated": false, "animated": false,
@ -799,11 +799,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 696 "y": 710
}, },
{ {
"x": 559, "x": 559,
"y": 696 "y": 710
} }
], ],
"animated": false, "animated": false,
@ -838,11 +838,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 826 "y": 840
}, },
{ {
"x": 797, "x": 797,
"y": 826 "y": 840
} }
], ],
"animated": false, "animated": false,
@ -877,11 +877,11 @@
"route": [ "route": [
{ {
"x": 320, "x": 320,
"y": 956 "y": 970
}, },
{ {
"x": 793, "x": 793,
"y": 956 "y": 970
} }
], ],
"animated": false, "animated": false,
@ -916,11 +916,11 @@
"route": [ "route": [
{ {
"x": 813, "x": 813,
"y": 1086 "y": 1100
}, },
{ {
"x": 1040, "x": 1040,
"y": 1086 "y": 1100
} }
], ],
"animated": false, "animated": false,
@ -955,11 +955,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 1216 "y": 1230
}, },
{ {
"x": 797, "x": 797,
"y": 1216 "y": 1230
} }
], ],
"animated": false, "animated": false,
@ -994,11 +994,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1346 "y": 1360
}, },
{ {
"x": 1288.5, "x": 1288.5,
"y": 1346 "y": 1360
} }
], ],
"animated": false, "animated": false,
@ -1033,11 +1033,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1476 "y": 1490
}, },
{ {
"x": 559, "x": 559,
"y": 1476 "y": 1490
} }
], ],
"animated": false, "animated": false,
@ -1072,11 +1072,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1606 "y": 1620
}, },
{ {
"x": 559, "x": 559,
"y": 1606 "y": 1620
} }
], ],
"animated": false, "animated": false,
@ -1111,11 +1111,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1736 "y": 1750
}, },
{ {
"x": 1288.5, "x": 1288.5,
"y": 1736 "y": 1750
} }
], ],
"animated": false, "animated": false,
@ -1150,11 +1150,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1866 "y": 1880
}, },
{ {
"x": 1288.5, "x": 1288.5,
"y": 1866 "y": 1880
} }
], ],
"animated": false, "animated": false,
@ -1189,11 +1189,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 176 "y": 190
}, },
{ {
"x": 75, "x": 75,
"y": 1996 "y": 2010
} }
], ],
"animated": false, "animated": false,
@ -1228,11 +1228,11 @@
"route": [ "route": [
{ {
"x": 320, "x": 320,
"y": 176 "y": 190
}, },
{ {
"x": 320, "x": 320,
"y": 1996 "y": 2010
} }
], ],
"animated": false, "animated": false,
@ -1267,11 +1267,11 @@
"route": [ "route": [
{ {
"x": 565, "x": 565,
"y": 176 "y": 190
}, },
{ {
"x": 565, "x": 565,
"y": 1996 "y": 2010
} }
], ],
"animated": false, "animated": false,
@ -1306,11 +1306,11 @@
"route": [ "route": [
{ {
"x": 803, "x": 803,
"y": 176 "y": 190
}, },
{ {
"x": 803, "x": 803,
"y": 1996 "y": 2010
} }
], ],
"animated": false, "animated": false,
@ -1345,11 +1345,11 @@
"route": [ "route": [
{ {
"x": 1046, "x": 1046,
"y": 176 "y": 190
}, },
{ {
"x": 1046, "x": 1046,
"y": 1996 "y": 2010
} }
], ],
"animated": false, "animated": false,
@ -1384,11 +1384,11 @@
"route": [ "route": [
{ {
"x": 1294.5, "x": 1294.5,
"y": 176 "y": 190
}, },
{ {
"x": 1294.5, "x": 1294.5,
"y": 1996 "y": 2010
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 477 KiB

After

Width:  |  Height:  |  Size: 477 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: 501 KiB

After

Width:  |  Height:  |  Size: 501 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: 501 KiB

After

Width:  |  Height:  |  Size: 501 KiB