no aspect ratio actor height

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

View file

@ -101,9 +101,7 @@ 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": 84 "y": 87
}, },
"width": 150, "width": 150,
"height": 150, "height": 147,
"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": 84 "y": 108
}, },
"width": 150, "width": 150,
"height": 150, "height": 126,
"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": 85 "y": 108
}, },
"width": 150, "width": 150,
"height": 149, "height": 126,
"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": 97 "y": 108
}, },
"width": 150, "width": 150,
"height": 137, "height": 126,
"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": 63 "y": 85
}, },
"width": 150, "width": 150,
"height": 150, "height": 128,
"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": 97 "y": 108
}, },
"width": 150, "width": 150,
"height": 137, "height": 126,
"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": 98 "y": 108
}, },
"width": 150, "width": 150,
"height": 136, "height": 126,
"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": 96 "y": 108
}, },
"width": 150, "width": 150,
"height": 138, "height": 126,
"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": 84 "y": 87
}, },
"width": 150, "width": 150,
"height": 150, "height": 147,
"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": 84 "y": 108
}, },
"width": 150, "width": 150,
"height": 150, "height": 126,
"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": 85 "y": 108
}, },
"width": 150, "width": 150,
"height": 149, "height": 126,
"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": 97 "y": 108
}, },
"width": 150, "width": 150,
"height": 137, "height": 126,
"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": 63 "y": 85
}, },
"width": 150, "width": 150,
"height": 150, "height": 128,
"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": 97 "y": 108
}, },
"width": 150, "width": 150,
"height": 137, "height": 126,
"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": 98 "y": 108
}, },
"width": 150, "width": 150,
"height": 136, "height": 126,
"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": 96 "y": 108
}, },
"width": 150, "width": 150,
"height": 138, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 169, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 439 "y": 396
}, },
"width": 320, "width": 320,
"height": 80, "height": 80,
@ -200,7 +200,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 245, "x": 245,
"y": 569 "y": 526
}, },
"width": 320, "width": 320,
"height": 730, "height": 730,
@ -238,7 +238,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 245, "x": 245,
"y": 829 "y": 786
}, },
"width": 320, "width": 320,
"height": 80, "height": 80,
@ -276,7 +276,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 245, "x": 245,
"y": 1349 "y": 1306
}, },
"width": 453, "width": 453,
"height": 466, "height": 466,
@ -314,7 +314,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 382, "x": 382,
"y": 1519 "y": 1476
}, },
"width": 266, "width": 266,
"height": 126, "height": 126,
@ -353,7 +353,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 601, "x": 601,
"y": 1865 "y": 1822
}, },
"width": 268, "width": 268,
"height": 206, "height": 206,
@ -391,7 +391,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 651, "x": 651,
"y": 1905 "y": 1862
}, },
"width": 168, "width": 168,
"height": 126, "height": 126,
@ -430,7 +430,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 289, "x": 289,
"y": 983 "y": 940
}, },
"width": 12, "width": 12,
"height": 292, "height": 292,
@ -468,7 +468,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 509, "x": 509,
"y": 983 "y": 940
}, },
"width": 12, "width": 12,
"height": 292, "height": 292,
@ -506,7 +506,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 285, "x": 285,
"y": 1113 "y": 1070
}, },
"width": 20, "width": 20,
"height": 80, "height": 80,
@ -568,11 +568,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 349 "y": 306
}, },
{ {
"x": 295, "x": 295,
"y": 349 "y": 306
} }
], ],
"animated": false, "animated": false,
@ -607,11 +607,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 479 "y": 436
}, },
{ {
"x": 295, "x": 295,
"y": 479 "y": 436
} }
], ],
"animated": false, "animated": false,
@ -646,11 +646,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 609 "y": 566
}, },
{ {
"x": 515, "x": 515,
"y": 609 "y": 566
} }
], ],
"animated": false, "animated": false,
@ -685,11 +685,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 739 "y": 696
}, },
{ {
"x": 295, "x": 295,
"y": 739 "y": 696
} }
], ],
"animated": false, "animated": false,
@ -724,11 +724,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 869 "y": 826
}, },
{ {
"x": 295, "x": 295,
"y": 869 "y": 826
} }
], ],
"animated": false, "animated": false,
@ -763,11 +763,11 @@
"route": [ "route": [
{ {
"x": 301, "x": 301,
"y": 999 "y": 956
}, },
{ {
"x": 509, "x": 509,
"y": 999 "y": 956
} }
], ],
"animated": false, "animated": false,
@ -802,11 +802,11 @@
"route": [ "route": [
{ {
"x": 305, "x": 305,
"y": 1129 "y": 1086
}, },
{ {
"x": 509, "x": 509,
"y": 1129 "y": 1086
} }
], ],
"animated": false, "animated": false,
@ -841,11 +841,11 @@
"route": [ "route": [
{ {
"x": 509, "x": 509,
"y": 1259 "y": 1216
}, },
{ {
"x": 301, "x": 301,
"y": 1259 "y": 1216
} }
], ],
"animated": false, "animated": false,
@ -880,11 +880,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 1389 "y": 1346
}, },
{ {
"x": 515, "x": 515,
"y": 1389 "y": 1346
} }
], ],
"animated": false, "animated": false,
@ -919,11 +919,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 1775 "y": 1732
}, },
{ {
"x": 295, "x": 295,
"y": 1775 "y": 1732
} }
], ],
"animated": false, "animated": false,
@ -958,11 +958,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 219 "y": 176
}, },
{ {
"x": 75, "x": 75,
"y": 2161 "y": 2118
} }
], ],
"animated": false, "animated": false,
@ -997,11 +997,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 219 "y": 176
}, },
{ {
"x": 295, "x": 295,
"y": 2161 "y": 2118
} }
], ],
"animated": false, "animated": false,
@ -1036,11 +1036,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 219 "y": 176
}, },
{ {
"x": 515, "x": 515,
"y": 2161 "y": 2118
} }
], ],
"animated": false, "animated": false,
@ -1075,11 +1075,11 @@
"route": [ "route": [
{ {
"x": 735, "x": 735,
"y": 219 "y": 176
}, },
{ {
"x": 735, "x": 735,
"y": 2161 "y": 2118
} }
], ],
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 169, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 439 "y": 396
}, },
"width": 320, "width": 320,
"height": 80, "height": 80,
@ -200,7 +200,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 245, "x": 245,
"y": 569 "y": 526
}, },
"width": 320, "width": 320,
"height": 730, "height": 730,
@ -238,7 +238,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 245, "x": 245,
"y": 829 "y": 786
}, },
"width": 320, "width": 320,
"height": 80, "height": 80,
@ -276,7 +276,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 245, "x": 245,
"y": 1349 "y": 1306
}, },
"width": 453, "width": 453,
"height": 466, "height": 466,
@ -314,7 +314,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 382, "x": 382,
"y": 1519 "y": 1476
}, },
"width": 266, "width": 266,
"height": 126, "height": 126,
@ -353,7 +353,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 601, "x": 601,
"y": 1865 "y": 1822
}, },
"width": 268, "width": 268,
"height": 206, "height": 206,
@ -391,7 +391,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 651, "x": 651,
"y": 1905 "y": 1862
}, },
"width": 168, "width": 168,
"height": 126, "height": 126,
@ -430,7 +430,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 289, "x": 289,
"y": 983 "y": 940
}, },
"width": 12, "width": 12,
"height": 292, "height": 292,
@ -468,7 +468,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 509, "x": 509,
"y": 983 "y": 940
}, },
"width": 12, "width": 12,
"height": 292, "height": 292,
@ -506,7 +506,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 285, "x": 285,
"y": 1113 "y": 1070
}, },
"width": 20, "width": 20,
"height": 80, "height": 80,
@ -568,11 +568,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 349 "y": 306
}, },
{ {
"x": 295, "x": 295,
"y": 349 "y": 306
} }
], ],
"animated": false, "animated": false,
@ -607,11 +607,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 479 "y": 436
}, },
{ {
"x": 295, "x": 295,
"y": 479 "y": 436
} }
], ],
"animated": false, "animated": false,
@ -646,11 +646,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 609 "y": 566
}, },
{ {
"x": 515, "x": 515,
"y": 609 "y": 566
} }
], ],
"animated": false, "animated": false,
@ -685,11 +685,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 739 "y": 696
}, },
{ {
"x": 295, "x": 295,
"y": 739 "y": 696
} }
], ],
"animated": false, "animated": false,
@ -724,11 +724,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 869 "y": 826
}, },
{ {
"x": 295, "x": 295,
"y": 869 "y": 826
} }
], ],
"animated": false, "animated": false,
@ -763,11 +763,11 @@
"route": [ "route": [
{ {
"x": 301, "x": 301,
"y": 999 "y": 956
}, },
{ {
"x": 509, "x": 509,
"y": 999 "y": 956
} }
], ],
"animated": false, "animated": false,
@ -802,11 +802,11 @@
"route": [ "route": [
{ {
"x": 305, "x": 305,
"y": 1129 "y": 1086
}, },
{ {
"x": 509, "x": 509,
"y": 1129 "y": 1086
} }
], ],
"animated": false, "animated": false,
@ -841,11 +841,11 @@
"route": [ "route": [
{ {
"x": 509, "x": 509,
"y": 1259 "y": 1216
}, },
{ {
"x": 301, "x": 301,
"y": 1259 "y": 1216
} }
], ],
"animated": false, "animated": false,
@ -880,11 +880,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 1389 "y": 1346
}, },
{ {
"x": 515, "x": 515,
"y": 1389 "y": 1346
} }
], ],
"animated": false, "animated": false,
@ -919,11 +919,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 1775 "y": 1732
}, },
{ {
"x": 295, "x": 295,
"y": 1775 "y": 1732
} }
], ],
"animated": false, "animated": false,
@ -958,11 +958,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 219 "y": 176
}, },
{ {
"x": 75, "x": 75,
"y": 2161 "y": 2118
} }
], ],
"animated": false, "animated": false,
@ -997,11 +997,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 219 "y": 176
}, },
{ {
"x": 295, "x": 295,
"y": 2161 "y": 2118
} }
], ],
"animated": false, "animated": false,
@ -1036,11 +1036,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 219 "y": 176
}, },
{ {
"x": 515, "x": 515,
"y": 2161 "y": 2118
} }
], ],
"animated": false, "animated": false,
@ -1075,11 +1075,11 @@
"route": [ "route": [
{ {
"x": 735, "x": 735,
"y": 219 "y": 176
}, },
{ {
"x": 735, "x": 735,
"y": 2161 "y": 2118
} }
], ],
"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": 62 "y": 50
}, },
"width": 150, "width": 150,
"height": 128, "height": 126,
"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": 1084 "y": 1070
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -83,7 +83,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 64 "y": 50
}, },
"width": 200, "width": 200,
"height": 126, "height": 126,
@ -122,7 +122,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 314, "x": 314,
"y": 304 "y": 290
}, },
"width": 12, "width": 12,
"height": 162, "height": 162,
@ -163,7 +163,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 140, "height": 126,
"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": 418 "y": 404
}, },
"width": 12, "width": 12,
"height": 698, "height": 698,
@ -237,7 +237,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 555, "x": 555,
"y": 434 "y": 420
}, },
"width": 20, "width": 20,
"height": 162, "height": 162,
@ -275,7 +275,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 710, "x": 710,
"y": 64 "y": 50
}, },
"width": 186, "width": 186,
"height": 126, "height": 126,
@ -314,7 +314,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 797, "x": 797,
"y": 532 "y": 518
}, },
"width": 12, "width": 12,
"height": 340, "height": 340,
@ -352,7 +352,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 793, "x": 793,
"y": 548 "y": 534
}, },
"width": 20, "width": 20,
"height": 308, "height": 308,
@ -390,7 +390,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 789, "x": 789,
"y": 564 "y": 550
}, },
"width": 28, "width": 28,
"height": 162, "height": 162,
@ -428,7 +428,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 966, "x": 966,
"y": 64 "y": 50
}, },
"width": 160, "width": 160,
"height": 126, "height": 126,
@ -467,7 +467,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1040, "x": 1040,
"y": 646 "y": 632
}, },
"width": 12, "width": 12,
"height": 388, "height": 388,
@ -505,7 +505,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1036, "x": 1036,
"y": 662 "y": 648
}, },
"width": 20, "width": 20,
"height": 356, "height": 356,
@ -543,7 +543,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1032, "x": 1032,
"y": 678 "y": 664
}, },
"width": 28, "width": 28,
"height": 324, "height": 324,
@ -581,7 +581,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1028, "x": 1028,
"y": 694 "y": 680
}, },
"width": 36, "width": 36,
"height": 292, "height": 292,
@ -619,7 +619,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1196, "x": 1196,
"y": 64 "y": 50
}, },
"width": 197, "width": 197,
"height": 126, "height": 126,
@ -658,7 +658,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 890 "y": 876
}, },
"width": 12, "width": 12,
"height": 420, "height": 420,
@ -696,7 +696,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1284, "x": 1284,
"y": 906 "y": 892
}, },
"width": 20, "width": 20,
"height": 388, "height": 388,
@ -734,7 +734,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1280, "x": 1280,
"y": 922 "y": 908
}, },
"width": 28, "width": 28,
"height": 356, "height": 356,
@ -772,7 +772,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1276, "x": 1276,
"y": 938 "y": 924
}, },
"width": 36, "width": 36,
"height": 324, "height": 324,
@ -810,7 +810,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1272, "x": 1272,
"y": 954 "y": 940
}, },
"width": 44, "width": 44,
"height": 292, "height": 292,
@ -848,7 +848,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 314, "x": 314,
"y": 1344 "y": 1330
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -910,11 +910,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 320 "y": 306
}, },
{ {
"x": 314, "x": 314,
"y": 320 "y": 306
} }
], ],
"animated": false, "animated": false,
@ -949,11 +949,11 @@
"route": [ "route": [
{ {
"x": 326, "x": 326,
"y": 450 "y": 436
}, },
{ {
"x": 555, "x": 555,
"y": 450 "y": 436
} }
], ],
"animated": false, "animated": false,
@ -988,11 +988,11 @@
"route": [ "route": [
{ {
"x": 575, "x": 575,
"y": 580 "y": 566
}, },
{ {
"x": 789, "x": 789,
"y": 580 "y": 566
} }
], ],
"animated": false, "animated": false,
@ -1027,11 +1027,11 @@
"route": [ "route": [
{ {
"x": 817, "x": 817,
"y": 710 "y": 696
}, },
{ {
"x": 1028, "x": 1028,
"y": 710 "y": 696
} }
], ],
"animated": false, "animated": false,
@ -1066,11 +1066,11 @@
"route": [ "route": [
{ {
"x": 571, "x": 571,
"y": 840 "y": 826
}, },
{ {
"x": 793, "x": 793,
"y": 840 "y": 826
} }
], ],
"animated": false, "animated": false,
@ -1105,11 +1105,11 @@
"route": [ "route": [
{ {
"x": 1064, "x": 1064,
"y": 970 "y": 956
}, },
{ {
"x": 1272.5, "x": 1272.5,
"y": 970 "y": 956
} }
], ],
"animated": false, "animated": false,
@ -1144,11 +1144,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1100 "y": 1086
}, },
{ {
"x": 559, "x": 559,
"y": 1100 "y": 1086
} }
], ],
"animated": false, "animated": false,
@ -1183,11 +1183,11 @@
"route": [ "route": [
{ {
"x": 1272.5, "x": 1272.5,
"y": 1230 "y": 1216
}, },
{ {
"x": 75, "x": 75,
"y": 1230 "y": 1216
} }
], ],
"animated": false, "animated": false,
@ -1222,11 +1222,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 1360 "y": 1346
}, },
{ {
"x": 314, "x": 314,
"y": 1360 "y": 1346
} }
], ],
"animated": false, "animated": false,
@ -1261,11 +1261,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 190 "y": 176
}, },
{ {
"x": 75, "x": 75,
"y": 1490 "y": 1476
} }
], ],
"animated": false, "animated": false,
@ -1300,11 +1300,11 @@
"route": [ "route": [
{ {
"x": 320, "x": 320,
"y": 190 "y": 176
}, },
{ {
"x": 320, "x": 320,
"y": 1490 "y": 1476
} }
], ],
"animated": false, "animated": false,
@ -1339,11 +1339,11 @@
"route": [ "route": [
{ {
"x": 565, "x": 565,
"y": 190 "y": 176
}, },
{ {
"x": 565, "x": 565,
"y": 1490 "y": 1476
} }
], ],
"animated": false, "animated": false,
@ -1378,11 +1378,11 @@
"route": [ "route": [
{ {
"x": 803, "x": 803,
"y": 190 "y": 176
}, },
{ {
"x": 803, "x": 803,
"y": 1490 "y": 1476
} }
], ],
"animated": false, "animated": false,
@ -1417,11 +1417,11 @@
"route": [ "route": [
{ {
"x": 1046, "x": 1046,
"y": 190 "y": 176
}, },
{ {
"x": 1046, "x": 1046,
"y": 1490 "y": 1476
} }
], ],
"animated": false, "animated": false,
@ -1456,11 +1456,11 @@
"route": [ "route": [
{ {
"x": 1294.5, "x": 1294.5,
"y": 190 "y": 176
}, },
{ {
"x": 1294.5, "x": 1294.5,
"y": 1490 "y": 1476
} }
], ],
"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": 62 "y": 50
}, },
"width": 150, "width": 150,
"height": 128, "height": 126,
"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": 1084 "y": 1070
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -83,7 +83,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 64 "y": 50
}, },
"width": 200, "width": 200,
"height": 126, "height": 126,
@ -122,7 +122,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 314, "x": 314,
"y": 304 "y": 290
}, },
"width": 12, "width": 12,
"height": 162, "height": 162,
@ -163,7 +163,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 140, "height": 126,
"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": 418 "y": 404
}, },
"width": 12, "width": 12,
"height": 698, "height": 698,
@ -237,7 +237,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 555, "x": 555,
"y": 434 "y": 420
}, },
"width": 20, "width": 20,
"height": 162, "height": 162,
@ -275,7 +275,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 710, "x": 710,
"y": 64 "y": 50
}, },
"width": 186, "width": 186,
"height": 126, "height": 126,
@ -314,7 +314,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 797, "x": 797,
"y": 532 "y": 518
}, },
"width": 12, "width": 12,
"height": 340, "height": 340,
@ -352,7 +352,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 793, "x": 793,
"y": 548 "y": 534
}, },
"width": 20, "width": 20,
"height": 308, "height": 308,
@ -390,7 +390,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 789, "x": 789,
"y": 564 "y": 550
}, },
"width": 28, "width": 28,
"height": 162, "height": 162,
@ -428,7 +428,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 966, "x": 966,
"y": 64 "y": 50
}, },
"width": 160, "width": 160,
"height": 126, "height": 126,
@ -467,7 +467,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1040, "x": 1040,
"y": 646 "y": 632
}, },
"width": 12, "width": 12,
"height": 388, "height": 388,
@ -505,7 +505,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1036, "x": 1036,
"y": 662 "y": 648
}, },
"width": 20, "width": 20,
"height": 356, "height": 356,
@ -543,7 +543,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1032, "x": 1032,
"y": 678 "y": 664
}, },
"width": 28, "width": 28,
"height": 324, "height": 324,
@ -581,7 +581,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1028, "x": 1028,
"y": 694 "y": 680
}, },
"width": 36, "width": 36,
"height": 292, "height": 292,
@ -619,7 +619,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1196, "x": 1196,
"y": 64 "y": 50
}, },
"width": 197, "width": 197,
"height": 126, "height": 126,
@ -658,7 +658,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 890 "y": 876
}, },
"width": 12, "width": 12,
"height": 420, "height": 420,
@ -696,7 +696,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1284, "x": 1284,
"y": 906 "y": 892
}, },
"width": 20, "width": 20,
"height": 388, "height": 388,
@ -734,7 +734,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1280, "x": 1280,
"y": 922 "y": 908
}, },
"width": 28, "width": 28,
"height": 356, "height": 356,
@ -772,7 +772,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1276, "x": 1276,
"y": 938 "y": 924
}, },
"width": 36, "width": 36,
"height": 324, "height": 324,
@ -810,7 +810,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1272, "x": 1272,
"y": 954 "y": 940
}, },
"width": 44, "width": 44,
"height": 292, "height": 292,
@ -848,7 +848,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 314, "x": 314,
"y": 1344 "y": 1330
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -910,11 +910,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 320 "y": 306
}, },
{ {
"x": 314, "x": 314,
"y": 320 "y": 306
} }
], ],
"animated": false, "animated": false,
@ -949,11 +949,11 @@
"route": [ "route": [
{ {
"x": 326, "x": 326,
"y": 450 "y": 436
}, },
{ {
"x": 555, "x": 555,
"y": 450 "y": 436
} }
], ],
"animated": false, "animated": false,
@ -988,11 +988,11 @@
"route": [ "route": [
{ {
"x": 575, "x": 575,
"y": 580 "y": 566
}, },
{ {
"x": 789, "x": 789,
"y": 580 "y": 566
} }
], ],
"animated": false, "animated": false,
@ -1027,11 +1027,11 @@
"route": [ "route": [
{ {
"x": 817, "x": 817,
"y": 710 "y": 696
}, },
{ {
"x": 1028, "x": 1028,
"y": 710 "y": 696
} }
], ],
"animated": false, "animated": false,
@ -1066,11 +1066,11 @@
"route": [ "route": [
{ {
"x": 571, "x": 571,
"y": 840 "y": 826
}, },
{ {
"x": 793, "x": 793,
"y": 840 "y": 826
} }
], ],
"animated": false, "animated": false,
@ -1105,11 +1105,11 @@
"route": [ "route": [
{ {
"x": 1064, "x": 1064,
"y": 970 "y": 956
}, },
{ {
"x": 1272.5, "x": 1272.5,
"y": 970 "y": 956
} }
], ],
"animated": false, "animated": false,
@ -1144,11 +1144,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1100 "y": 1086
}, },
{ {
"x": 559, "x": 559,
"y": 1100 "y": 1086
} }
], ],
"animated": false, "animated": false,
@ -1183,11 +1183,11 @@
"route": [ "route": [
{ {
"x": 1272.5, "x": 1272.5,
"y": 1230 "y": 1216
}, },
{ {
"x": 75, "x": 75,
"y": 1230 "y": 1216
} }
], ],
"animated": false, "animated": false,
@ -1222,11 +1222,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 1360 "y": 1346
}, },
{ {
"x": 314, "x": 314,
"y": 1360 "y": 1346
} }
], ],
"animated": false, "animated": false,
@ -1261,11 +1261,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 190 "y": 176
}, },
{ {
"x": 75, "x": 75,
"y": 1490 "y": 1476
} }
], ],
"animated": false, "animated": false,
@ -1300,11 +1300,11 @@
"route": [ "route": [
{ {
"x": 320, "x": 320,
"y": 190 "y": 176
}, },
{ {
"x": 320, "x": 320,
"y": 1490 "y": 1476
} }
], ],
"animated": false, "animated": false,
@ -1339,11 +1339,11 @@
"route": [ "route": [
{ {
"x": 565, "x": 565,
"y": 190 "y": 176
}, },
{ {
"x": 565, "x": 565,
"y": 1490 "y": 1476
} }
], ],
"animated": false, "animated": false,
@ -1378,11 +1378,11 @@
"route": [ "route": [
{ {
"x": 803, "x": 803,
"y": 190 "y": 176
}, },
{ {
"x": 803, "x": 803,
"y": 1490 "y": 1476
} }
], ],
"animated": false, "animated": false,
@ -1417,11 +1417,11 @@
"route": [ "route": [
{ {
"x": 1046, "x": 1046,
"y": 190 "y": 176
}, },
{ {
"x": 1046, "x": 1046,
"y": 1490 "y": 1476
} }
], ],
"animated": false, "animated": false,
@ -1456,11 +1456,11 @@
"route": [ "route": [
{ {
"x": 1294.5, "x": 1294.5,
"y": 190 "y": 176
}, },
{ {
"x": 1294.5, "x": 1294.5,
"y": 1490 "y": 1476
} }
], ],
"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": 169, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 479 "y": 436
}, },
"width": 190, "width": 190,
"height": 126, "height": 126,
@ -201,7 +201,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": -50, "x": -50,
"y": 735 "y": 692
}, },
"width": 250, "width": 250,
"height": 126, "height": 126,
@ -240,7 +240,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 98, "x": 98,
"y": 1121 "y": 1078
}, },
"width": 393, "width": 393,
"height": 142, "height": 142,
@ -279,7 +279,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 464, "x": 464,
"y": 1523 "y": 1480
}, },
"width": 541, "width": 541,
"height": 126, "height": 126,
@ -342,11 +342,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 349 "y": 306
}, },
{ {
"x": 295, "x": 295,
"y": 349 "y": 306
} }
], ],
"animated": false, "animated": false,
@ -381,11 +381,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 991 "y": 948
}, },
{ {
"x": 515, "x": 515,
"y": 991 "y": 948
} }
], ],
"animated": false, "animated": false,
@ -420,11 +420,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 1393 "y": 1350
}, },
{ {
"x": 295, "x": 295,
"y": 1393 "y": 1350
} }
], ],
"animated": false, "animated": false,
@ -459,11 +459,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 219 "y": 176
}, },
{ {
"x": 75, "x": 75,
"y": 1779 "y": 1736
} }
], ],
"animated": false, "animated": false,
@ -498,11 +498,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 219 "y": 176
}, },
{ {
"x": 295, "x": 295,
"y": 1779 "y": 1736
} }
], ],
"animated": false, "animated": false,
@ -537,11 +537,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 219 "y": 176
}, },
{ {
"x": 515, "x": 515,
"y": 1779 "y": 1736
} }
], ],
"animated": false, "animated": false,
@ -576,11 +576,11 @@
"route": [ "route": [
{ {
"x": 735, "x": 735,
"y": 219 "y": 176
}, },
{ {
"x": 735, "x": 735,
"y": 1779 "y": 1736
} }
], ],
"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="1929" viewBox="-150 -50 1255 1929"><style type="text/css"> width="1255" height="1886" viewBox="-150 -50 1255 1886"><style type="text/css">
<![CDATA[ <![CDATA[
.shape { .shape {
shape-rendering: geometricPrecision; shape-rendering: geometricPrecision;
@ -14,9 +14,9 @@ width="1255" height="1929" viewBox="-150 -50 1255 1929"><style type="text/css">
} }
]]> ]]>
</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"> </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">
<rect x="0" y="0" width="1255" height="1929" fill="white"></rect> <rect x="0" y="0" width="1255" height="1886" fill="white"></rect>
<rect x="389.000000" y="1383.000000" width="33" height="21" fill="black"></rect> <rect x="389.000000" y="1340.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": 169, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 479 "y": 436
}, },
"width": 190, "width": 190,
"height": 126, "height": 126,
@ -201,7 +201,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": -50, "x": -50,
"y": 735 "y": 692
}, },
"width": 250, "width": 250,
"height": 126, "height": 126,
@ -240,7 +240,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 98, "x": 98,
"y": 1121 "y": 1078
}, },
"width": 393, "width": 393,
"height": 142, "height": 142,
@ -279,7 +279,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 464, "x": 464,
"y": 1523 "y": 1480
}, },
"width": 541, "width": 541,
"height": 126, "height": 126,
@ -342,11 +342,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 349 "y": 306
}, },
{ {
"x": 295, "x": 295,
"y": 349 "y": 306
} }
], ],
"animated": false, "animated": false,
@ -381,11 +381,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 991 "y": 948
}, },
{ {
"x": 515, "x": 515,
"y": 991 "y": 948
} }
], ],
"animated": false, "animated": false,
@ -420,11 +420,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 1393 "y": 1350
}, },
{ {
"x": 295, "x": 295,
"y": 1393 "y": 1350
} }
], ],
"animated": false, "animated": false,
@ -459,11 +459,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 219 "y": 176
}, },
{ {
"x": 75, "x": 75,
"y": 1779 "y": 1736
} }
], ],
"animated": false, "animated": false,
@ -498,11 +498,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 219 "y": 176
}, },
{ {
"x": 295, "x": 295,
"y": 1779 "y": 1736
} }
], ],
"animated": false, "animated": false,
@ -537,11 +537,11 @@
"route": [ "route": [
{ {
"x": 515, "x": 515,
"y": 219 "y": 176
}, },
{ {
"x": 515, "x": 515,
"y": 1779 "y": 1736
} }
], ],
"animated": false, "animated": false,
@ -576,11 +576,11 @@
"route": [ "route": [
{ {
"x": 735, "x": 735,
"y": 219 "y": 176
}, },
{ {
"x": 735, "x": 735,
"y": 1779 "y": 1736
} }
], ],
"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="1929" viewBox="-150 -50 1255 1929"><style type="text/css"> width="1255" height="1886" viewBox="-150 -50 1255 1886"><style type="text/css">
<![CDATA[ <![CDATA[
.shape { .shape {
shape-rendering: geometricPrecision; shape-rendering: geometricPrecision;
@ -14,9 +14,9 @@ width="1255" height="1929" viewBox="-150 -50 1255 1929"><style type="text/css">
} }
]]> ]]>
</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"> </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">
<rect x="0" y="0" width="1255" height="1929" fill="white"></rect> <rect x="0" y="0" width="1255" height="1886" fill="white"></rect>
<rect x="389.000000" y="1383.000000" width="33" height="21" fill="black"></rect> <rect x="389.000000" y="1340.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": 149, "height": 126,
"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": 105 "y": 86
}, },
"width": 150, "width": 150,
"height": 130, "height": 126,
"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": 109 "y": 86
}, },
"width": 182, "width": 182,
"height": 126, "height": 126,
@ -162,7 +162,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 692, "x": 692,
"y": 109 "y": 86
}, },
"width": 165, "width": 165,
"height": 126, "height": 126,
@ -201,7 +201,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 927, "x": 927,
"y": 109 "y": 86
}, },
"width": 180, "width": 180,
"height": 126, "height": 126,
@ -240,7 +240,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1177, "x": 1177,
"y": 109 "y": 86
}, },
"width": 176, "width": 176,
"height": 126, "height": 126,
@ -279,7 +279,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1423, "x": 1423,
"y": 109 "y": 86
}, },
"width": 186, "width": 186,
"height": 126, "height": 126,
@ -318,7 +318,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 372, "x": 372,
"y": 755 "y": 732
}, },
"width": 318, "width": 318,
"height": 126, "height": 126,
@ -396,7 +396,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 768, "x": 768,
"y": 1125 "y": 1102
}, },
"width": 12, "width": 12,
"height": 422, "height": 422,
@ -434,7 +434,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1679, "x": 1679,
"y": 109 "y": 86
}, },
"width": 235, "width": 235,
"height": 126, "height": 126,
@ -473,7 +473,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1984, "x": 1984,
"y": 109 "y": 86
}, },
"width": 209, "width": 209,
"height": 126, "height": 126,
@ -512,7 +512,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1011, "x": 1011,
"y": 1905 "y": 1882
}, },
"width": 12, "width": 12,
"height": 292, "height": 292,
@ -574,11 +574,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 365 "y": 342
}, },
{ {
"x": 295, "x": 295,
"y": 365 "y": 342
} }
], ],
"animated": false, "animated": false,
@ -613,11 +613,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 495 "y": 472
}, },
{ {
"x": 75, "x": 75,
"y": 495 "y": 472
} }
], ],
"animated": false, "animated": false,
@ -652,11 +652,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 625 "y": 602
}, },
{ {
"x": 531, "x": 531,
"y": 625 "y": 602
} }
], ],
"animated": false, "animated": false,
@ -691,11 +691,11 @@
"route": [ "route": [
{ {
"x": 531, "x": 531,
"y": 1011 "y": 988
}, },
{ {
"x": 75, "x": 75,
"y": 1011 "y": 988
} }
], ],
"animated": false, "animated": false,
@ -730,11 +730,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 1141 "y": 1118
}, },
{ {
"x": 768.5, "x": 768.5,
"y": 1141 "y": 1118
} }
], ],
"animated": false, "animated": false,
@ -769,11 +769,11 @@
"route": [ "route": [
{ {
"x": 780.5, "x": 780.5,
"y": 1271 "y": 1248
}, },
{ {
"x": 1796.5, "x": 1796.5,
"y": 1271 "y": 1248
} }
], ],
"animated": false, "animated": false,
@ -808,11 +808,11 @@
"route": [ "route": [
{ {
"x": 780.5, "x": 780.5,
"y": 1401 "y": 1378
}, },
{ {
"x": 2088.5, "x": 2088.5,
"y": 1401 "y": 1378
} }
], ],
"animated": false, "animated": false,
@ -847,11 +847,11 @@
"route": [ "route": [
{ {
"x": 780.5, "x": 780.5,
"y": 1531 "y": 1508
}, },
{ {
"x": 1796.5, "x": 1796.5,
"y": 1531 "y": 1508
} }
], ],
"animated": false, "animated": false,
@ -886,11 +886,11 @@
"route": [ "route": [
{ {
"x": 774.5, "x": 774.5,
"y": 1661 "y": 1638
}, },
{ {
"x": 75, "x": 75,
"y": 1661 "y": 1638
} }
], ],
"animated": false, "animated": false,
@ -925,11 +925,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 1791 "y": 1768
}, },
{ {
"x": 1017, "x": 1017,
"y": 1791 "y": 1768
} }
], ],
"animated": false, "animated": false,
@ -964,11 +964,11 @@
"route": [ "route": [
{ {
"x": 1023, "x": 1023,
"y": 1921 "y": 1898
}, },
{ {
"x": 1265, "x": 1265,
"y": 1921 "y": 1898
} }
], ],
"animated": false, "animated": false,
@ -1003,11 +1003,11 @@
"route": [ "route": [
{ {
"x": 1023, "x": 1023,
"y": 2051 "y": 2028
}, },
{ {
"x": 1516, "x": 1516,
"y": 2051 "y": 2028
} }
], ],
"animated": false, "animated": false,
@ -1042,11 +1042,11 @@
"route": [ "route": [
{ {
"x": 1011, "x": 1011,
"y": 2181 "y": 2158
}, },
{ {
"x": 75, "x": 75,
"y": 2181 "y": 2158
} }
], ],
"animated": false, "animated": false,
@ -1081,11 +1081,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 235 "y": 212
}, },
{ {
"x": 75, "x": 75,
"y": 2311 "y": 2288
} }
], ],
"animated": false, "animated": false,
@ -1120,11 +1120,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 235 "y": 212
}, },
{ {
"x": 295, "x": 295,
"y": 2311 "y": 2288
} }
], ],
"animated": false, "animated": false,
@ -1159,11 +1159,11 @@
"route": [ "route": [
{ {
"x": 531, "x": 531,
"y": 235 "y": 212
}, },
{ {
"x": 531, "x": 531,
"y": 2311 "y": 2288
} }
], ],
"animated": false, "animated": false,
@ -1198,11 +1198,11 @@
"route": [ "route": [
{ {
"x": 774.5, "x": 774.5,
"y": 235 "y": 212
}, },
{ {
"x": 774.5, "x": 774.5,
"y": 2311 "y": 2288
} }
], ],
"animated": false, "animated": false,
@ -1237,11 +1237,11 @@
"route": [ "route": [
{ {
"x": 1017, "x": 1017,
"y": 235 "y": 212
}, },
{ {
"x": 1017, "x": 1017,
"y": 2311 "y": 2288
} }
], ],
"animated": false, "animated": false,
@ -1276,11 +1276,11 @@
"route": [ "route": [
{ {
"x": 1265, "x": 1265,
"y": 235 "y": 212
}, },
{ {
"x": 1265, "x": 1265,
"y": 2311 "y": 2288
} }
], ],
"animated": false, "animated": false,
@ -1315,11 +1315,11 @@
"route": [ "route": [
{ {
"x": 1516, "x": 1516,
"y": 235 "y": 212
}, },
{ {
"x": 1516, "x": 1516,
"y": 2311 "y": 2288
} }
], ],
"animated": false, "animated": false,
@ -1354,11 +1354,11 @@
"route": [ "route": [
{ {
"x": 1796.5, "x": 1796.5,
"y": 235 "y": 212
}, },
{ {
"x": 1796.5, "x": 1796.5,
"y": 2311 "y": 2288
} }
], ],
"animated": false, "animated": false,
@ -1393,11 +1393,11 @@
"route": [ "route": [
{ {
"x": 2088.5, "x": 2088.5,
"y": 235 "y": 212
}, },
{ {
"x": 2088.5, "x": 2088.5,
"y": 2311 "y": 2288
} }
], ],
"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": 2311, "height": 2288,
"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": 149, "height": 126,
"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": 117 "y": 98
}, },
"width": 150, "width": 150,
"height": 130, "height": 126,
"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": 121 "y": 98
}, },
"width": 182, "width": 182,
"height": 126, "height": 126,
@ -162,7 +162,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 704, "x": 704,
"y": 121 "y": 98
}, },
"width": 165, "width": 165,
"height": 126, "height": 126,
@ -201,7 +201,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 939, "x": 939,
"y": 121 "y": 98
}, },
"width": 180, "width": 180,
"height": 126, "height": 126,
@ -240,7 +240,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1189, "x": 1189,
"y": 121 "y": 98
}, },
"width": 176, "width": 176,
"height": 126, "height": 126,
@ -279,7 +279,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1435, "x": 1435,
"y": 121 "y": 98
}, },
"width": 186, "width": 186,
"height": 126, "height": 126,
@ -318,7 +318,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 372, "x": 372,
"y": 755 "y": 732
}, },
"width": 318, "width": 318,
"height": 126, "height": 126,
@ -357,7 +357,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 730, "x": 730,
"y": 1361 "y": 1338
}, },
"width": 1408, "width": 1408,
"height": 80, "height": 80,
@ -395,7 +395,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 780, "x": 780,
"y": 1137 "y": 1114
}, },
"width": 12, "width": 12,
"height": 422, "height": 422,
@ -433,7 +433,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1691, "x": 1691,
"y": 121 "y": 98
}, },
"width": 235, "width": 235,
"height": 126, "height": 126,
@ -472,7 +472,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1996, "x": 1996,
"y": 121 "y": 98
}, },
"width": 209, "width": 209,
"height": 126, "height": 126,
@ -511,7 +511,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1023, "x": 1023,
"y": 1917 "y": 1894
}, },
"width": 12, "width": 12,
"height": 292, "height": 292,
@ -573,11 +573,11 @@
"route": [ "route": [
{ {
"x": 87, "x": 87,
"y": 377 "y": 354
}, },
{ {
"x": 307, "x": 307,
"y": 377 "y": 354
} }
], ],
"animated": false, "animated": false,
@ -612,11 +612,11 @@
"route": [ "route": [
{ {
"x": 307, "x": 307,
"y": 507 "y": 484
}, },
{ {
"x": 87, "x": 87,
"y": 507 "y": 484
} }
], ],
"animated": false, "animated": false,
@ -651,11 +651,11 @@
"route": [ "route": [
{ {
"x": 87, "x": 87,
"y": 637 "y": 614
}, },
{ {
"x": 543, "x": 543,
"y": 637 "y": 614
} }
], ],
"animated": false, "animated": false,
@ -690,11 +690,11 @@
"route": [ "route": [
{ {
"x": 543, "x": 543,
"y": 1023 "y": 1000
}, },
{ {
"x": 87, "x": 87,
"y": 1023 "y": 1000
} }
], ],
"animated": false, "animated": false,
@ -729,11 +729,11 @@
"route": [ "route": [
{ {
"x": 87, "x": 87,
"y": 1153 "y": 1130
}, },
{ {
"x": 780.5, "x": 780.5,
"y": 1153 "y": 1130
} }
], ],
"animated": false, "animated": false,
@ -768,11 +768,11 @@
"route": [ "route": [
{ {
"x": 792.5, "x": 792.5,
"y": 1283 "y": 1260
}, },
{ {
"x": 1808.5, "x": 1808.5,
"y": 1283 "y": 1260
} }
], ],
"animated": false, "animated": false,
@ -807,11 +807,11 @@
"route": [ "route": [
{ {
"x": 792.5, "x": 792.5,
"y": 1413 "y": 1390
}, },
{ {
"x": 2100.5, "x": 2100.5,
"y": 1413 "y": 1390
} }
], ],
"animated": false, "animated": false,
@ -846,11 +846,11 @@
"route": [ "route": [
{ {
"x": 792.5, "x": 792.5,
"y": 1543 "y": 1520
}, },
{ {
"x": 1808.5, "x": 1808.5,
"y": 1543 "y": 1520
} }
], ],
"animated": false, "animated": false,
@ -885,11 +885,11 @@
"route": [ "route": [
{ {
"x": 786.5, "x": 786.5,
"y": 1673 "y": 1650
}, },
{ {
"x": 87, "x": 87,
"y": 1673 "y": 1650
} }
], ],
"animated": false, "animated": false,
@ -924,11 +924,11 @@
"route": [ "route": [
{ {
"x": 87, "x": 87,
"y": 1803 "y": 1780
}, },
{ {
"x": 1029, "x": 1029,
"y": 1803 "y": 1780
} }
], ],
"animated": false, "animated": false,
@ -963,11 +963,11 @@
"route": [ "route": [
{ {
"x": 1035, "x": 1035,
"y": 1933 "y": 1910
}, },
{ {
"x": 1277, "x": 1277,
"y": 1933 "y": 1910
} }
], ],
"animated": false, "animated": false,
@ -1002,11 +1002,11 @@
"route": [ "route": [
{ {
"x": 1035, "x": 1035,
"y": 2063 "y": 2040
}, },
{ {
"x": 1528, "x": 1528,
"y": 2063 "y": 2040
} }
], ],
"animated": false, "animated": false,
@ -1041,11 +1041,11 @@
"route": [ "route": [
{ {
"x": 1023, "x": 1023,
"y": 2193 "y": 2170
}, },
{ {
"x": 87, "x": 87,
"y": 2193 "y": 2170
} }
], ],
"animated": false, "animated": false,
@ -1080,11 +1080,11 @@
"route": [ "route": [
{ {
"x": 87, "x": 87,
"y": 247 "y": 224
}, },
{ {
"x": 87, "x": 87,
"y": 2323 "y": 2300
} }
], ],
"animated": false, "animated": false,
@ -1119,11 +1119,11 @@
"route": [ "route": [
{ {
"x": 307, "x": 307,
"y": 247 "y": 224
}, },
{ {
"x": 307, "x": 307,
"y": 2323 "y": 2300
} }
], ],
"animated": false, "animated": false,
@ -1158,11 +1158,11 @@
"route": [ "route": [
{ {
"x": 543, "x": 543,
"y": 247 "y": 224
}, },
{ {
"x": 543, "x": 543,
"y": 2323 "y": 2300
} }
], ],
"animated": false, "animated": false,
@ -1197,11 +1197,11 @@
"route": [ "route": [
{ {
"x": 786.5, "x": 786.5,
"y": 247 "y": 224
}, },
{ {
"x": 786.5, "x": 786.5,
"y": 2323 "y": 2300
} }
], ],
"animated": false, "animated": false,
@ -1236,11 +1236,11 @@
"route": [ "route": [
{ {
"x": 1029, "x": 1029,
"y": 247 "y": 224
}, },
{ {
"x": 1029, "x": 1029,
"y": 2323 "y": 2300
} }
], ],
"animated": false, "animated": false,
@ -1275,11 +1275,11 @@
"route": [ "route": [
{ {
"x": 1277, "x": 1277,
"y": 247 "y": 224
}, },
{ {
"x": 1277, "x": 1277,
"y": 2323 "y": 2300
} }
], ],
"animated": false, "animated": false,
@ -1314,11 +1314,11 @@
"route": [ "route": [
{ {
"x": 1528, "x": 1528,
"y": 247 "y": 224
}, },
{ {
"x": 1528, "x": 1528,
"y": 2323 "y": 2300
} }
], ],
"animated": false, "animated": false,
@ -1353,11 +1353,11 @@
"route": [ "route": [
{ {
"x": 1808.5, "x": 1808.5,
"y": 247 "y": 224
}, },
{ {
"x": 1808.5, "x": 1808.5,
"y": 2323 "y": 2300
} }
], ],
"animated": false, "animated": false,
@ -1392,11 +1392,11 @@
"route": [ "route": [
{ {
"x": 2100.5, "x": 2100.5,
"y": 247 "y": 224
}, },
{ {
"x": 2100.5, "x": 2100.5,
"y": 2323 "y": 2300
} }
], ],
"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": 169, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 673 "y": 630
}, },
"width": 12, "width": 12,
"height": 228, "height": 228,
@ -122,7 +122,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 285, "x": 285,
"y": 803 "y": 760
}, },
"width": 20, "width": 20,
"height": 82, "height": 82,
@ -160,7 +160,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 69, "x": 69,
"y": 967 "y": 924
}, },
"width": 12, "width": 12,
"height": 178, "height": 178,
@ -198,7 +198,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 65, "x": 65,
"y": 983 "y": 940
}, },
"width": 20, "width": 20,
"height": 80, "height": 80,
@ -236,7 +236,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 289, "x": 289,
"y": 1113 "y": 1070
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -298,19 +298,19 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 349 "y": 306
}, },
{ {
"x": 175, "x": 175,
"y": 349 "y": 306
}, },
{ {
"x": 175, "x": 175,
"y": 429 "y": 386
}, },
{ {
"x": 75, "x": 75,
"y": 429 "y": 386
} }
], ],
"animated": false, "animated": false,
@ -345,11 +345,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 479 "y": 436
}, },
{ {
"x": 295, "x": 295,
"y": 479 "y": 436
} }
], ],
"animated": false, "animated": false,
@ -384,19 +384,19 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 609 "y": 566
}, },
{ {
"x": 395, "x": 395,
"y": 609 "y": 566
}, },
{ {
"x": 395, "x": 395,
"y": 689 "y": 646
}, },
{ {
"x": 301, "x": 301,
"y": 689 "y": 646
} }
], ],
"animated": false, "animated": false,
@ -431,19 +431,19 @@
"route": [ "route": [
{ {
"x": 301, "x": 301,
"y": 739 "y": 696
}, },
{ {
"x": 395, "x": 395,
"y": 739 "y": 696
}, },
{ {
"x": 395, "x": 395,
"y": 819 "y": 776
}, },
{ {
"x": 305, "x": 305,
"y": 819 "y": 776
} }
], ],
"animated": false, "animated": false,
@ -478,19 +478,19 @@
"route": [ "route": [
{ {
"x": 305, "x": 305,
"y": 869 "y": 826
}, },
{ {
"x": 395, "x": 395,
"y": 869 "y": 826
}, },
{ {
"x": 395, "x": 395,
"y": 949 "y": 906
}, },
{ {
"x": 295, "x": 295,
"y": 949 "y": 906
} }
], ],
"animated": false, "animated": false,
@ -525,11 +525,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 999 "y": 956
}, },
{ {
"x": 85, "x": 85,
"y": 999 "y": 956
} }
], ],
"animated": false, "animated": false,
@ -564,11 +564,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1129 "y": 1086
}, },
{ {
"x": 289, "x": 289,
"y": 1129 "y": 1086
} }
], ],
"animated": false, "animated": false,
@ -603,11 +603,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 219 "y": 176
}, },
{ {
"x": 75, "x": 75,
"y": 1259 "y": 1216
} }
], ],
"animated": false, "animated": false,
@ -642,11 +642,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 219 "y": 176
}, },
{ {
"x": 295, "x": 295,
"y": 1259 "y": 1216
} }
], ],
"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": 169, "height": 126,
"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": 52 "y": 50
}, },
"width": 150, "width": 150,
"height": 167, "height": 126,
"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": 673 "y": 630
}, },
"width": 12, "width": 12,
"height": 228, "height": 228,
@ -122,7 +122,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 285, "x": 285,
"y": 803 "y": 760
}, },
"width": 20, "width": 20,
"height": 82, "height": 82,
@ -160,7 +160,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 69, "x": 69,
"y": 967 "y": 924
}, },
"width": 12, "width": 12,
"height": 178, "height": 178,
@ -198,7 +198,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 65, "x": 65,
"y": 983 "y": 940
}, },
"width": 20, "width": 20,
"height": 80, "height": 80,
@ -236,7 +236,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 289, "x": 289,
"y": 1113 "y": 1070
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -298,19 +298,19 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 349 "y": 306
}, },
{ {
"x": 175, "x": 175,
"y": 349 "y": 306
}, },
{ {
"x": 175, "x": 175,
"y": 429 "y": 386
}, },
{ {
"x": 75, "x": 75,
"y": 429 "y": 386
} }
], ],
"animated": false, "animated": false,
@ -345,11 +345,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 479 "y": 436
}, },
{ {
"x": 295, "x": 295,
"y": 479 "y": 436
} }
], ],
"animated": false, "animated": false,
@ -384,19 +384,19 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 609 "y": 566
}, },
{ {
"x": 395, "x": 395,
"y": 609 "y": 566
}, },
{ {
"x": 395, "x": 395,
"y": 689 "y": 646
}, },
{ {
"x": 301, "x": 301,
"y": 689 "y": 646
} }
], ],
"animated": false, "animated": false,
@ -431,19 +431,19 @@
"route": [ "route": [
{ {
"x": 301, "x": 301,
"y": 739 "y": 696
}, },
{ {
"x": 395, "x": 395,
"y": 739 "y": 696
}, },
{ {
"x": 395, "x": 395,
"y": 819 "y": 776
}, },
{ {
"x": 305, "x": 305,
"y": 819 "y": 776
} }
], ],
"animated": false, "animated": false,
@ -478,19 +478,19 @@
"route": [ "route": [
{ {
"x": 305, "x": 305,
"y": 869 "y": 826
}, },
{ {
"x": 395, "x": 395,
"y": 869 "y": 826
}, },
{ {
"x": 395, "x": 395,
"y": 949 "y": 906
}, },
{ {
"x": 295, "x": 295,
"y": 949 "y": 906
} }
], ],
"animated": false, "animated": false,
@ -525,11 +525,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 999 "y": 956
}, },
{ {
"x": 85, "x": 85,
"y": 999 "y": 956
} }
], ],
"animated": false, "animated": false,
@ -564,11 +564,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1129 "y": 1086
}, },
{ {
"x": 289, "x": 289,
"y": 1129 "y": 1086
} }
], ],
"animated": false, "animated": false,
@ -603,11 +603,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 219 "y": 176
}, },
{ {
"x": 75, "x": 75,
"y": 1259 "y": 1216
} }
], ],
"animated": false, "animated": false,
@ -642,11 +642,11 @@
"route": [ "route": [
{ {
"x": 295, "x": 295,
"y": 219 "y": 176
}, },
{ {
"x": 295, "x": 295,
"y": 1259 "y": 1216
} }
], ],
"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": 124 "y": 141
}, },
"width": 150, "width": 150,
"height": 143, "height": 126,
"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": 136 "y": 162
}, },
"width": 150, "width": 150,
"height": 152, "height": 126,
"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": 161 "y": 162
}, },
"width": 150, "width": 150,
"height": 127, "height": 126,
"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": 124 "y": 141
}, },
"width": 150, "width": 150,
"height": 143, "height": 126,
"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": 136 "y": 162
}, },
"width": 150, "width": 150,
"height": 152, "height": 126,
"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": 161 "y": 162
}, },
"width": 150, "width": 150,
"height": 127, "height": 126,
"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": 62 "y": 50
}, },
"width": 150, "width": 150,
"height": 128, "height": 126,
"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": 304 "y": 290
}, },
"width": 12, "width": 12,
"height": 1592, "height": 1592,
@ -83,7 +83,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 64 "y": 50
}, },
"width": 200, "width": 200,
"height": 126, "height": 126,
@ -122,7 +122,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 314, "x": 314,
"y": 304 "y": 290
}, },
"width": 12, "width": 12,
"height": 162, "height": 162,
@ -163,7 +163,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 140, "height": 126,
"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": 564 "y": 550
}, },
"width": 12, "width": 12,
"height": 162, "height": 162,
@ -237,7 +237,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 710, "x": 710,
"y": 64 "y": 50
}, },
"width": 186, "width": 186,
"height": 126, "height": 126,
@ -276,7 +276,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 797, "x": 797,
"y": 824 "y": 810
}, },
"width": 12, "width": 12,
"height": 422, "height": 422,
@ -314,7 +314,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 793, "x": 793,
"y": 954 "y": 940
}, },
"width": 20, "width": 20,
"height": 162, "height": 162,
@ -352,7 +352,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 966, "x": 966,
"y": 64 "y": 50
}, },
"width": 160, "width": 160,
"height": 126, "height": 126,
@ -391,7 +391,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1040, "x": 1040,
"y": 1084 "y": 1070
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -429,7 +429,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1196, "x": 1196,
"y": 64 "y": 50
}, },
"width": 197, "width": 197,
"height": 126, "height": 126,
@ -468,7 +468,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 1344 "y": 1330
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -506,7 +506,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 559, "x": 559,
"y": 1474 "y": 1460
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -544,7 +544,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 559, "x": 559,
"y": 1604 "y": 1590
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -582,7 +582,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 1734 "y": 1720
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -620,7 +620,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 1864 "y": 1850
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -682,11 +682,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 320 "y": 306
}, },
{ {
"x": 314, "x": 314,
"y": 320 "y": 306
} }
], ],
"animated": false, "animated": false,
@ -721,11 +721,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 450 "y": 436
}, },
{ {
"x": 314, "x": 314,
"y": 450 "y": 436
} }
], ],
"animated": false, "animated": false,
@ -760,11 +760,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 580 "y": 566
}, },
{ {
"x": 559, "x": 559,
"y": 580 "y": 566
} }
], ],
"animated": false, "animated": false,
@ -799,11 +799,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 710 "y": 696
}, },
{ {
"x": 559, "x": 559,
"y": 710 "y": 696
} }
], ],
"animated": false, "animated": false,
@ -838,11 +838,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 840 "y": 826
}, },
{ {
"x": 797, "x": 797,
"y": 840 "y": 826
} }
], ],
"animated": false, "animated": false,
@ -877,11 +877,11 @@
"route": [ "route": [
{ {
"x": 320, "x": 320,
"y": 970 "y": 956
}, },
{ {
"x": 793, "x": 793,
"y": 970 "y": 956
} }
], ],
"animated": false, "animated": false,
@ -916,11 +916,11 @@
"route": [ "route": [
{ {
"x": 813, "x": 813,
"y": 1100 "y": 1086
}, },
{ {
"x": 1040, "x": 1040,
"y": 1100 "y": 1086
} }
], ],
"animated": false, "animated": false,
@ -955,11 +955,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 1230 "y": 1216
}, },
{ {
"x": 797, "x": 797,
"y": 1230 "y": 1216
} }
], ],
"animated": false, "animated": false,
@ -994,11 +994,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1360 "y": 1346
}, },
{ {
"x": 1288.5, "x": 1288.5,
"y": 1360 "y": 1346
} }
], ],
"animated": false, "animated": false,
@ -1033,11 +1033,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1490 "y": 1476
}, },
{ {
"x": 559, "x": 559,
"y": 1490 "y": 1476
} }
], ],
"animated": false, "animated": false,
@ -1072,11 +1072,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1620 "y": 1606
}, },
{ {
"x": 559, "x": 559,
"y": 1620 "y": 1606
} }
], ],
"animated": false, "animated": false,
@ -1111,11 +1111,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1750 "y": 1736
}, },
{ {
"x": 1288.5, "x": 1288.5,
"y": 1750 "y": 1736
} }
], ],
"animated": false, "animated": false,
@ -1150,11 +1150,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1880 "y": 1866
}, },
{ {
"x": 1288.5, "x": 1288.5,
"y": 1880 "y": 1866
} }
], ],
"animated": false, "animated": false,
@ -1189,11 +1189,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 190 "y": 176
}, },
{ {
"x": 75, "x": 75,
"y": 2010 "y": 1996
} }
], ],
"animated": false, "animated": false,
@ -1228,11 +1228,11 @@
"route": [ "route": [
{ {
"x": 320, "x": 320,
"y": 190 "y": 176
}, },
{ {
"x": 320, "x": 320,
"y": 2010 "y": 1996
} }
], ],
"animated": false, "animated": false,
@ -1267,11 +1267,11 @@
"route": [ "route": [
{ {
"x": 565, "x": 565,
"y": 190 "y": 176
}, },
{ {
"x": 565, "x": 565,
"y": 2010 "y": 1996
} }
], ],
"animated": false, "animated": false,
@ -1306,11 +1306,11 @@
"route": [ "route": [
{ {
"x": 803, "x": 803,
"y": 190 "y": 176
}, },
{ {
"x": 803, "x": 803,
"y": 2010 "y": 1996
} }
], ],
"animated": false, "animated": false,
@ -1345,11 +1345,11 @@
"route": [ "route": [
{ {
"x": 1046, "x": 1046,
"y": 190 "y": 176
}, },
{ {
"x": 1046, "x": 1046,
"y": 2010 "y": 1996
} }
], ],
"animated": false, "animated": false,
@ -1384,11 +1384,11 @@
"route": [ "route": [
{ {
"x": 1294.5, "x": 1294.5,
"y": 190 "y": 176
}, },
{ {
"x": 1294.5, "x": 1294.5,
"y": 2010 "y": 1996
} }
], ],
"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": 62 "y": 50
}, },
"width": 150, "width": 150,
"height": 128, "height": 126,
"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": 304 "y": 290
}, },
"width": 12, "width": 12,
"height": 1592, "height": 1592,
@ -83,7 +83,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 220,
"y": 64 "y": 50
}, },
"width": 200, "width": 200,
"height": 126, "height": 126,
@ -122,7 +122,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 314, "x": 314,
"y": 304 "y": 290
}, },
"width": 12, "width": 12,
"height": 162, "height": 162,
@ -163,7 +163,7 @@
"y": 50 "y": 50
}, },
"width": 150, "width": 150,
"height": 140, "height": 126,
"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": 564 "y": 550
}, },
"width": 12, "width": 12,
"height": 162, "height": 162,
@ -237,7 +237,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 710, "x": 710,
"y": 64 "y": 50
}, },
"width": 186, "width": 186,
"height": 126, "height": 126,
@ -276,7 +276,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 797, "x": 797,
"y": 824 "y": 810
}, },
"width": 12, "width": 12,
"height": 422, "height": 422,
@ -314,7 +314,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 793, "x": 793,
"y": 954 "y": 940
}, },
"width": 20, "width": 20,
"height": 162, "height": 162,
@ -352,7 +352,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 966, "x": 966,
"y": 64 "y": 50
}, },
"width": 160, "width": 160,
"height": 126, "height": 126,
@ -391,7 +391,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1040, "x": 1040,
"y": 1084 "y": 1070
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -429,7 +429,7 @@
"type": "", "type": "",
"pos": { "pos": {
"x": 1196, "x": 1196,
"y": 64 "y": 50
}, },
"width": 197, "width": 197,
"height": 126, "height": 126,
@ -468,7 +468,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 1344 "y": 1330
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -506,7 +506,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 559, "x": 559,
"y": 1474 "y": 1460
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -544,7 +544,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 559, "x": 559,
"y": 1604 "y": 1590
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -582,7 +582,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 1734 "y": 1720
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -620,7 +620,7 @@
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 1288, "x": 1288,
"y": 1864 "y": 1850
}, },
"width": 12, "width": 12,
"height": 80, "height": 80,
@ -682,11 +682,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 320 "y": 306
}, },
{ {
"x": 314, "x": 314,
"y": 320 "y": 306
} }
], ],
"animated": false, "animated": false,
@ -721,11 +721,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 450 "y": 436
}, },
{ {
"x": 314, "x": 314,
"y": 450 "y": 436
} }
], ],
"animated": false, "animated": false,
@ -760,11 +760,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 580 "y": 566
}, },
{ {
"x": 559, "x": 559,
"y": 580 "y": 566
} }
], ],
"animated": false, "animated": false,
@ -799,11 +799,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 710 "y": 696
}, },
{ {
"x": 559, "x": 559,
"y": 710 "y": 696
} }
], ],
"animated": false, "animated": false,
@ -838,11 +838,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 840 "y": 826
}, },
{ {
"x": 797, "x": 797,
"y": 840 "y": 826
} }
], ],
"animated": false, "animated": false,
@ -877,11 +877,11 @@
"route": [ "route": [
{ {
"x": 320, "x": 320,
"y": 970 "y": 956
}, },
{ {
"x": 793, "x": 793,
"y": 970 "y": 956
} }
], ],
"animated": false, "animated": false,
@ -916,11 +916,11 @@
"route": [ "route": [
{ {
"x": 813, "x": 813,
"y": 1100 "y": 1086
}, },
{ {
"x": 1040, "x": 1040,
"y": 1100 "y": 1086
} }
], ],
"animated": false, "animated": false,
@ -955,11 +955,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 1230 "y": 1216
}, },
{ {
"x": 797, "x": 797,
"y": 1230 "y": 1216
} }
], ],
"animated": false, "animated": false,
@ -994,11 +994,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1360 "y": 1346
}, },
{ {
"x": 1288.5, "x": 1288.5,
"y": 1360 "y": 1346
} }
], ],
"animated": false, "animated": false,
@ -1033,11 +1033,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1490 "y": 1476
}, },
{ {
"x": 559, "x": 559,
"y": 1490 "y": 1476
} }
], ],
"animated": false, "animated": false,
@ -1072,11 +1072,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1620 "y": 1606
}, },
{ {
"x": 559, "x": 559,
"y": 1620 "y": 1606
} }
], ],
"animated": false, "animated": false,
@ -1111,11 +1111,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1750 "y": 1736
}, },
{ {
"x": 1288.5, "x": 1288.5,
"y": 1750 "y": 1736
} }
], ],
"animated": false, "animated": false,
@ -1150,11 +1150,11 @@
"route": [ "route": [
{ {
"x": 81, "x": 81,
"y": 1880 "y": 1866
}, },
{ {
"x": 1288.5, "x": 1288.5,
"y": 1880 "y": 1866
} }
], ],
"animated": false, "animated": false,
@ -1189,11 +1189,11 @@
"route": [ "route": [
{ {
"x": 75, "x": 75,
"y": 190 "y": 176
}, },
{ {
"x": 75, "x": 75,
"y": 2010 "y": 1996
} }
], ],
"animated": false, "animated": false,
@ -1228,11 +1228,11 @@
"route": [ "route": [
{ {
"x": 320, "x": 320,
"y": 190 "y": 176
}, },
{ {
"x": 320, "x": 320,
"y": 2010 "y": 1996
} }
], ],
"animated": false, "animated": false,
@ -1267,11 +1267,11 @@
"route": [ "route": [
{ {
"x": 565, "x": 565,
"y": 190 "y": 176
}, },
{ {
"x": 565, "x": 565,
"y": 2010 "y": 1996
} }
], ],
"animated": false, "animated": false,
@ -1306,11 +1306,11 @@
"route": [ "route": [
{ {
"x": 803, "x": 803,
"y": 190 "y": 176
}, },
{ {
"x": 803, "x": 803,
"y": 2010 "y": 1996
} }
], ],
"animated": false, "animated": false,
@ -1345,11 +1345,11 @@
"route": [ "route": [
{ {
"x": 1046, "x": 1046,
"y": 190 "y": 176
}, },
{ {
"x": 1046, "x": 1046,
"y": 2010 "y": 1996
} }
], ],
"animated": false, "animated": false,
@ -1384,11 +1384,11 @@
"route": [ "route": [
{ {
"x": 1294.5, "x": 1294.5,
"y": 190 "y": 176
}, },
{ {
"x": 1294.5, "x": 1294.5,
"y": 2010 "y": 1996
} }
], ],
"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