elk force order

This commit is contained in:
Alexander Wang 2022-12-24 13:34:23 -08:00
parent 775691ecaf
commit 03e27abb54
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE
48 changed files with 5589 additions and 2644 deletions

View file

@ -87,6 +87,8 @@ type ELKLayoutOptions struct {
Direction string `json:"elk.direction"` Direction string `json:"elk.direction"`
SelfLoopSpacing float64 `json:"elk.spacing.nodeSelfLoop"` SelfLoopSpacing float64 `json:"elk.spacing.nodeSelfLoop"`
InlineEdgeLabels bool `json:"elk.edgeLabels.inline,omitempty"` InlineEdgeLabels bool `json:"elk.edgeLabels.inline,omitempty"`
ConsiderModelOrder string `json:"elk.layered.considerModelOrder.strategy,omitempty"`
ForceNodeModelOrder bool `json:"elk.layered.crossingMinimization.forceNodeModelOrder,omitempty"`
} }
func Layout(ctx context.Context, g *d2graph.Graph) (err error) { func Layout(ctx context.Context, g *d2graph.Graph) (err error) {
@ -114,6 +116,7 @@ func Layout(ctx context.Context, g *d2graph.Graph) (err error) {
NodeSpacing: 100.0, NodeSpacing: 100.0,
EdgeNodeSpacing: 50.0, EdgeNodeSpacing: 50.0,
SelfLoopSpacing: 50.0, SelfLoopSpacing: 50.0,
ConsiderModelOrder: "NODES_AND_EDGES",
}, },
} }
switch g.Root.Attributes.Direction.Value { switch g.Root.Attributes.Direction.Value {
@ -158,6 +161,7 @@ func Layout(ctx context.Context, g *d2graph.Graph) (err error) {
if len(obj.ChildrenArray) > 0 { if len(obj.ChildrenArray) > 0 {
n.LayoutOptions = &ELKLayoutOptions{ n.LayoutOptions = &ELKLayoutOptions{
Padding: "[top=75,left=75,bottom=75,right=75]", Padding: "[top=75,left=75,bottom=75,right=75]",
ForceNodeModelOrder: true,
} }
} }

View file

@ -178,6 +178,43 @@ build_workflow: lambda-build.yaml {
script: `my network: { script: `my network: {
icon: https://icons.terrastruct.com/infra/019-network.svg?fuga=1&hoge icon: https://icons.terrastruct.com/infra/019-network.svg?fuga=1&hoge
} }
`,
},
{
name: "elk_order",
script: `queue: {
shape: queue
label: ''
M0
M1
M2
M3
M4
M5
M6
}
m0_desc: |md
Oldest message
|
m0_desc -> queue.M0
m2_desc: |md
Offset
|
m2_desc -> queue.M2
m5_desc: |md
Last message
|
m5_desc -> queue.M5
m6_desc: |md
Next message will be\
inserted here
|
m6_desc -> queue.M6
`, `,
}, },
} }

View file

@ -6,7 +6,7 @@
"id": "\"ninety\\nnine\"", "id": "\"ninety\\nnine\"",
"type": "", "type": "",
"pos": { "pos": {
"x": 714, "x": 12,
"y": 12 "y": 12
}, },
"width": 151, "width": 151,
@ -46,7 +46,7 @@
"id": "eighty\reight", "id": "eighty\reight",
"type": "", "type": "",
"pos": { "pos": {
"x": 194, "x": 183,
"y": 20 "y": 20
}, },
"width": 151, "width": 151,
@ -86,7 +86,7 @@
"id": "\"seventy\r\\nseven\"", "id": "\"seventy\r\\nseven\"",
"type": "", "type": "",
"pos": { "pos": {
"x": 12, "x": 354,
"y": 12 "y": 12
}, },
"width": 162, "width": 162,
@ -126,7 +126,7 @@
"id": "\"a\\\\yode\"", "id": "\"a\\\\yode\"",
"type": "", "type": "",
"pos": { "pos": {
"x": 885, "x": 536,
"y": 28 "y": 28
}, },
"width": 154, "width": 154,
@ -166,7 +166,7 @@
"id": "there", "id": "there",
"type": "", "type": "",
"pos": { "pos": {
"x": 546, "x": 716,
"y": 254 "y": 254
}, },
"width": 143, "width": 143,
@ -206,7 +206,7 @@
"id": "'a\\\"ode'", "id": "'a\\\"ode'",
"type": "", "type": "",
"pos": { "pos": {
"x": 540, "x": 710,
"y": 28 "y": 28
}, },
"width": 154, "width": 154,
@ -246,7 +246,7 @@
"id": "\"a\\\\node\"", "id": "\"a\\\\node\"",
"type": "", "type": "",
"pos": { "pos": {
"x": 365, "x": 884,
"y": 28 "y": 28
}, },
"width": 155, "width": 155,
@ -310,19 +310,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 962, "x": 613,
"y": 154 "y": 154
}, },
{ {
"x": 962, "x": 613,
"y": 204 "y": 204
}, },
{ {
"x": 652.75, "x": 751.25,
"y": 204 "y": 204
}, },
{ {
"x": 652.75, "x": 751.25,
"y": 254 "y": 254
} }
], ],
@ -357,11 +357,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 617, "x": 787,
"y": 154 "y": 154
}, },
{ {
"x": 617, "x": 787,
"y": 254 "y": 254
} }
], ],
@ -396,19 +396,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 442.5, "x": 961.5,
"y": 154 "y": 154
}, },
{ {
"x": 442.5, "x": 961.5,
"y": 204 "y": 204
}, },
{ {
"x": 581.25, "x": 822.75,
"y": 204 "y": 204
}, },
{ {
"x": 581.25, "x": 822.75,
"y": 254 "y": 254
} }
], ],

View file

@ -18,7 +18,7 @@ width="1227" height="568" viewBox="-88 -88 1227 568"><style type="text/css">
} }
]]> ]]>
</style><g id="&#34;ninety\nnine&#34;"><g class="shape" ><rect x="714" y="12" width="151" height="142" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="789.500000" y="78.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25"><tspan x="789.500000" dy="0.000000">ninety</tspan><tspan x="789.500000" dy="21.000000">nine</tspan></text></g><g id="eighty&#xD;eight"><g class="shape" ><rect x="194" y="20" width="151" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="269.500000" y="86.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">eighty&#xD;eight</text></g><g id="&#34;seventy&#xD;\nseven&#34;"><g class="shape" ><rect x="12" y="12" width="162" height="142" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="93.000000" y="78.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25"><tspan x="93.000000" dy="0.000000">seventy&#xD;</tspan><tspan x="93.000000" dy="21.000000">seven</tspan></text></g><g id="&#34;a\\yode&#34;"><g class="shape" ><rect x="885" y="28" width="154" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="962.000000" y="94.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a\yode</text></g><g id="there"><g class="shape" ><rect x="546" y="254" width="143" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="617.500000" y="320.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">there</text></g><g id="&#39;a\&#34;ode&#39;"><g class="shape" ><rect x="540" y="28" width="154" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="617.000000" y="94.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a\&#34;ode</text></g><g id="&#34;a\\node&#34;"><g class="shape" ><rect x="365" y="28" width="155" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="442.500000" y="94.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a\node</text></g><g id="(&#34;a\\yode&#34; -&gt; there)[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 962.000000 156.000000 L 962.000000 194.000000 S 962.000000 204.000000 952.000000 204.000000 L 662.750000 204.000000 S 652.750000 204.000000 652.750000 214.000000 L 652.750000 250.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3044386072)"/></g><g id="(&#39;a\&#34;ode&#39; -&gt; there)[0]"><path d="M 617.000000 156.000000 L 617.000000 250.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3044386072)"/></g><g id="(&#34;a\\node&#34; -&gt; there)[0]"><path d="M 442.500000 156.000000 L 442.500000 194.000000 S 442.500000 204.000000 452.500000 204.000000 L 571.250000 204.000000 S 581.250000 204.000000 581.250000 214.000000 L 581.250000 250.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3044386072)"/></g><mask id="3044386072" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1227" height="568"> </style><g id="&#34;ninety\nnine&#34;"><g class="shape" ><rect x="12" y="12" width="151" height="142" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="87.500000" y="78.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25"><tspan x="87.500000" dy="0.000000">ninety</tspan><tspan x="87.500000" dy="21.000000">nine</tspan></text></g><g id="eighty&#xD;eight"><g class="shape" ><rect x="183" y="20" width="151" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="258.500000" y="86.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">eighty&#xD;eight</text></g><g id="&#34;seventy&#xD;\nseven&#34;"><g class="shape" ><rect x="354" y="12" width="162" height="142" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="435.000000" y="78.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25"><tspan x="435.000000" dy="0.000000">seventy&#xD;</tspan><tspan x="435.000000" dy="21.000000">seven</tspan></text></g><g id="&#34;a\\yode&#34;"><g class="shape" ><rect x="536" y="28" width="154" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="613.000000" y="94.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a\yode</text></g><g id="there"><g class="shape" ><rect x="716" y="254" width="143" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="787.500000" y="320.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">there</text></g><g id="&#39;a\&#34;ode&#39;"><g class="shape" ><rect x="710" y="28" width="154" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="787.000000" y="94.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a\&#34;ode</text></g><g id="&#34;a\\node&#34;"><g class="shape" ><rect x="884" y="28" width="155" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="961.500000" y="94.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a\node</text></g><g id="(&#34;a\\yode&#34; -&gt; there)[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 613.000000 156.000000 L 613.000000 194.000000 S 613.000000 204.000000 623.000000 204.000000 L 741.250000 204.000000 S 751.250000 204.000000 751.250000 214.000000 L 751.250000 250.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1583089433)"/></g><g id="(&#39;a\&#34;ode&#39; -&gt; there)[0]"><path d="M 787.000000 156.000000 L 787.000000 250.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1583089433)"/></g><g id="(&#34;a\\node&#34; -&gt; there)[0]"><path d="M 961.500000 156.000000 L 961.500000 194.000000 S 961.500000 204.000000 951.500000 204.000000 L 832.750000 204.000000 S 822.750000 204.000000 822.750000 214.000000 L 822.750000 250.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1583089433)"/></g><mask id="1583089433" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1227" height="568">
<rect x="-100" y="-100" width="1227" height="568" fill="white"></rect> <rect x="-100" y="-100" width="1227" height="568" fill="white"></rect>
</mask><style type="text/css"><![CDATA[ </mask><style type="text/css"><![CDATA[

Before

Width:  |  Height:  |  Size: 327 KiB

After

Width:  |  Height:  |  Size: 327 KiB

View file

@ -6,7 +6,7 @@
"id": "build_workflow", "id": "build_workflow",
"type": "", "type": "",
"pos": { "pos": {
"x": 716, "x": 12,
"y": 12 "y": 12
}, },
"width": 480, "width": 480,
@ -46,7 +46,7 @@
"id": "build_workflow.push", "id": "build_workflow.push",
"type": "", "type": "",
"pos": { "pos": {
"x": 791, "x": 87,
"y": 87 "y": 87
}, },
"width": 330, "width": 330,
@ -86,7 +86,7 @@
"id": "build_workflow.GHA", "id": "build_workflow.GHA",
"type": "", "type": "",
"pos": { "pos": {
"x": 822, "x": 118,
"y": 290 "y": 290
}, },
"width": 269, "width": 269,
@ -126,7 +126,7 @@
"id": "build_workflow.S3", "id": "build_workflow.S3",
"type": "", "type": "",
"pos": { "pos": {
"x": 891, "x": 187,
"y": 493 "y": 493
}, },
"width": 131, "width": 131,
@ -166,7 +166,7 @@
"id": "build_workflow.Terraform", "id": "build_workflow.Terraform",
"type": "", "type": "",
"pos": { "pos": {
"x": 847, "x": 143,
"y": 696 "y": 696
}, },
"width": 218, "width": 218,
@ -206,7 +206,7 @@
"id": "build_workflow.AWS", "id": "build_workflow.AWS",
"type": "", "type": "",
"pos": { "pos": {
"x": 879, "x": 175,
"y": 899 "y": 899
}, },
"width": 155, "width": 155,
@ -246,7 +246,7 @@
"id": "deploy_workflow", "id": "deploy_workflow",
"type": "", "type": "",
"pos": { "pos": {
"x": 1216, "x": 512,
"y": 175 "y": 175
}, },
"width": 421, "width": 421,
@ -286,7 +286,7 @@
"id": "deploy_workflow.manual", "id": "deploy_workflow.manual",
"type": "", "type": "",
"pos": { "pos": {
"x": 1291, "x": 587,
"y": 250 "y": 250
}, },
"width": 271, "width": 271,
@ -326,7 +326,7 @@
"id": "deploy_workflow.GHA", "id": "deploy_workflow.GHA",
"type": "", "type": "",
"pos": { "pos": {
"x": 1292, "x": 588,
"y": 453 "y": 453
}, },
"width": 269, "width": 269,
@ -366,7 +366,7 @@
"id": "deploy_workflow.AWS", "id": "deploy_workflow.AWS",
"type": "", "type": "",
"pos": { "pos": {
"x": 1349, "x": 645,
"y": 736 "y": 736
}, },
"width": 155, "width": 155,
@ -406,7 +406,7 @@
"id": "apollo_workflow", "id": "apollo_workflow",
"type": "", "type": "",
"pos": { "pos": {
"x": 12, "x": 953,
"y": 215 "y": 215
}, },
"width": 684, "width": 684,
@ -446,7 +446,7 @@
"id": "apollo_workflow.apollo", "id": "apollo_workflow.apollo",
"type": "", "type": "",
"pos": { "pos": {
"x": 235, "x": 1176,
"y": 290 "y": 290
}, },
"width": 238, "width": 238,
@ -486,7 +486,7 @@
"id": "apollo_workflow.GHA", "id": "apollo_workflow.GHA",
"type": "", "type": "",
"pos": { "pos": {
"x": 219, "x": 1160,
"y": 493 "y": 493
}, },
"width": 269, "width": 269,
@ -526,7 +526,7 @@
"id": "apollo_workflow.AWS", "id": "apollo_workflow.AWS",
"type": "", "type": "",
"pos": { "pos": {
"x": 276, "x": 1217,
"y": 696 "y": 696
}, },
"width": 155, "width": 155,
@ -590,11 +590,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 956, "x": 252,
"y": 224 "y": 224
}, },
{ {
"x": 956, "x": 252,
"y": 290 "y": 290
} }
], ],
@ -629,11 +629,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 956, "x": 252,
"y": 427 "y": 427
}, },
{ {
"x": 956, "x": 252,
"y": 493 "y": 493
} }
], ],
@ -668,11 +668,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 956, "x": 252,
"y": 630 "y": 630
}, },
{ {
"x": 956, "x": 252,
"y": 696 "y": 696
} }
], ],
@ -707,11 +707,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 956, "x": 252,
"y": 833 "y": 833
}, },
{ {
"x": 956, "x": 252,
"y": 899 "y": 899
} }
], ],
@ -746,11 +746,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1426.5, "x": 722.5,
"y": 387 "y": 387
}, },
{ {
"x": 1426.5, "x": 722.5,
"y": 453 "y": 453
} }
], ],
@ -785,11 +785,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1426.5, "x": 722.5,
"y": 590 "y": 590
}, },
{ {
"x": 1426.5, "x": 722.5,
"y": 736 "y": 736
} }
], ],
@ -824,11 +824,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 353.5, "x": 1294.5,
"y": 427 "y": 427
}, },
{ {
"x": 353.5, "x": 1294.5,
"y": 493 "y": 493
} }
], ],
@ -863,11 +863,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 353.5, "x": 1294.5,
"y": 630 "y": 630
}, },
{ {
"x": 353.5, "x": 1294.5,
"y": 696 "y": 696
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 799 KiB

After

Width:  |  Height:  |  Size: 799 KiB

View file

@ -0,0 +1,675 @@
{
"name": "",
"fontFamily": "SourceSansPro",
"shapes": [
{
"id": "queue",
"type": "queue",
"pos": {
"x": 0,
"y": 148
},
"width": 1336,
"height": 226,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#DEE1EB",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "",
"fontSize": 28,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"zIndex": 0,
"level": 1
},
{
"id": "queue.M0",
"type": "",
"pos": {
"x": 50,
"y": 198
},
"width": 125,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M0",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 25,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "queue.M1",
"type": "",
"pos": {
"x": 235,
"y": 198
},
"width": 125,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M1",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 25,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "queue.M2",
"type": "",
"pos": {
"x": 420,
"y": 198
},
"width": 125,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M2",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 25,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "queue.M3",
"type": "",
"pos": {
"x": 605,
"y": 198
},
"width": 125,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M3",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 25,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "queue.M4",
"type": "",
"pos": {
"x": 790,
"y": 198
},
"width": 126,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M4",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 26,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "queue.M5",
"type": "",
"pos": {
"x": 976,
"y": 198
},
"width": 125,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M5",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 25,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "queue.M6",
"type": "",
"pos": {
"x": 1161,
"y": 198
},
"width": 125,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M6",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 25,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "m0_desc",
"type": "text",
"pos": {
"x": 60,
"y": 12
},
"width": 106,
"height": 24,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "transparent",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "Oldest message",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "markdown",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 106,
"labelHeight": 24,
"zIndex": 0,
"level": 1
},
{
"id": "m2_desc",
"type": "text",
"pos": {
"x": 462,
"y": 12
},
"width": 41,
"height": 24,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "transparent",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "Offset",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "markdown",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 41,
"labelHeight": 24,
"zIndex": 0,
"level": 1
},
{
"id": "m5_desc",
"type": "text",
"pos": {
"x": 994,
"y": 12
},
"width": 90,
"height": 24,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "transparent",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "Last message",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "markdown",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 90,
"labelHeight": 24,
"zIndex": 0,
"level": 1
},
{
"id": "m6_desc",
"type": "text",
"pos": {
"x": 1154,
"y": 0
},
"width": 140,
"height": 48,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "transparent",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "Next message will be\\\ninserted here",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "markdown",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 140,
"labelHeight": 48,
"zIndex": 0,
"level": 1
}
],
"connections": [
{
"id": "(m0_desc -> queue.M0)[0]",
"src": "m0_desc",
"srcArrow": "none",
"srcLabel": "",
"dst": "queue.M0",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 112.5,
"y": 36
},
{
"x": 112.5,
"y": 85.6
},
{
"x": 112.5,
"y": 158
},
{
"x": 112.5,
"y": 198
}
],
"isCurve": true,
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
},
{
"id": "(m2_desc -> queue.M2)[0]",
"src": "m2_desc",
"srcArrow": "none",
"srcLabel": "",
"dst": "queue.M2",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 482.5,
"y": 36
},
{
"x": 482.5,
"y": 85.6
},
{
"x": 482.5,
"y": 158
},
{
"x": 482.5,
"y": 198
}
],
"isCurve": true,
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
},
{
"id": "(m5_desc -> queue.M5)[0]",
"src": "m5_desc",
"srcArrow": "none",
"srcLabel": "",
"dst": "queue.M5",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 1038.5,
"y": 36
},
{
"x": 1038.5,
"y": 85.6
},
{
"x": 1038.5,
"y": 158
},
{
"x": 1038.5,
"y": 198
}
],
"isCurve": true,
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
},
{
"id": "(m6_desc -> queue.M6)[0]",
"src": "m6_desc",
"srcArrow": "none",
"srcLabel": "",
"dst": "queue.M6",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 1223.5,
"y": 48
},
{
"x": 1223.5,
"y": 88
},
{
"x": 1223.5,
"y": 158
},
{
"x": 1223.5,
"y": 198
}
],
"isCurve": true,
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
}
]
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 663 KiB

View file

@ -0,0 +1,639 @@
{
"name": "",
"fontFamily": "SourceSansPro",
"shapes": [
{
"id": "queue",
"type": "queue",
"pos": {
"x": 12,
"y": 165
},
"width": 1146,
"height": 276,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#DEE1EB",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "",
"fontSize": 28,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"zIndex": 0,
"level": 1
},
{
"id": "queue.M0",
"type": "",
"pos": {
"x": 87,
"y": 240
},
"width": 125,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M0",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 25,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "queue.M1",
"type": "",
"pos": {
"x": 232,
"y": 240
},
"width": 125,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M1",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 25,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "queue.M2",
"type": "",
"pos": {
"x": 377,
"y": 240
},
"width": 125,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M2",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 25,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "queue.M3",
"type": "",
"pos": {
"x": 522,
"y": 240
},
"width": 125,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M3",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 25,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "queue.M4",
"type": "",
"pos": {
"x": 667,
"y": 240
},
"width": 126,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M4",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 26,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "queue.M5",
"type": "",
"pos": {
"x": 813,
"y": 240
},
"width": 125,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M5",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 25,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "queue.M6",
"type": "",
"pos": {
"x": 958,
"y": 240
},
"width": 125,
"height": 126,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#EDF0FD",
"stroke": "#0D32B2",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "M6",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 25,
"labelHeight": 26,
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 2
},
{
"id": "m0_desc",
"type": "text",
"pos": {
"x": 97,
"y": 36
},
"width": 106,
"height": 24,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "transparent",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "Oldest message",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "markdown",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 106,
"labelHeight": 24,
"zIndex": 0,
"level": 1
},
{
"id": "m2_desc",
"type": "text",
"pos": {
"x": 419,
"y": 36
},
"width": 41,
"height": 24,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "transparent",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "Offset",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "markdown",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 41,
"labelHeight": 24,
"zIndex": 0,
"level": 1
},
{
"id": "m5_desc",
"type": "text",
"pos": {
"x": 831,
"y": 36
},
"width": 90,
"height": 24,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "transparent",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "Last message",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "markdown",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 90,
"labelHeight": 24,
"zIndex": 0,
"level": 1
},
{
"id": "m6_desc",
"type": "text",
"pos": {
"x": 951,
"y": 12
},
"width": 140,
"height": 48,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "transparent",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "Next message will be\\\ninserted here",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "markdown",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 140,
"labelHeight": 48,
"zIndex": 0,
"level": 1
}
],
"connections": [
{
"id": "(m0_desc -> queue.M0)[0]",
"src": "m0_desc",
"srcArrow": "none",
"srcLabel": "",
"dst": "queue.M0",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 149.5,
"y": 60
},
{
"x": 149.5,
"y": 240
}
],
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
},
{
"id": "(m2_desc -> queue.M2)[0]",
"src": "m2_desc",
"srcArrow": "none",
"srcLabel": "",
"dst": "queue.M2",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 439.5,
"y": 60
},
{
"x": 439.5,
"y": 240
}
],
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
},
{
"id": "(m5_desc -> queue.M5)[0]",
"src": "m5_desc",
"srcArrow": "none",
"srcLabel": "",
"dst": "queue.M5",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 875.5,
"y": 60
},
{
"x": 875.5,
"y": 240
}
],
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
},
{
"id": "(m6_desc -> queue.M6)[0]",
"src": "m6_desc",
"srcArrow": "none",
"srcLabel": "",
"dst": "queue.M6",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 1020.5,
"y": 60
},
{
"x": 1020.5,
"y": 240
}
],
"animated": false,
"tooltip": "",
"icon": null,
"zIndex": 0
}
]
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 663 KiB

View file

@ -6,7 +6,7 @@
"id": "rectangle", "id": "rectangle",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 769, "x": 12,
"y": 12 "y": 12
}, },
"width": 171, "width": 171,
@ -46,7 +46,7 @@
"id": "square", "id": "square",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 778, "x": 21,
"y": 238 "y": 238
}, },
"width": 154, "width": 154,
@ -86,7 +86,7 @@
"id": "page", "id": "page",
"type": "page", "type": "page",
"pos": { "pos": {
"x": 785, "x": 28,
"y": 492 "y": 492
}, },
"width": 139, "width": 139,
@ -126,7 +126,7 @@
"id": "parallelogram", "id": "parallelogram",
"type": "parallelogram", "type": "parallelogram",
"pos": { "pos": {
"x": 960, "x": 203,
"y": 12 "y": 12
}, },
"width": 204, "width": 204,
@ -166,7 +166,7 @@
"id": "document", "id": "document",
"type": "document", "type": "document",
"pos": { "pos": {
"x": 974, "x": 217,
"y": 252 "y": 252
}, },
"width": 177, "width": 177,
@ -206,7 +206,7 @@
"id": "cylinder", "id": "cylinder",
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 980, "x": 223,
"y": 492 "y": 492
}, },
"width": 164, "width": 164,
@ -246,7 +246,7 @@
"id": "queue", "id": "queue",
"type": "queue", "type": "queue",
"pos": { "pos": {
"x": 19, "x": 427,
"y": 12 "y": 12
}, },
"width": 149, "width": 149,
@ -286,7 +286,7 @@
"id": "package", "id": "package",
"type": "package", "type": "package",
"pos": { "pos": {
"x": 12, "x": 420,
"y": 252 "y": 252
}, },
"width": 163, "width": 163,
@ -326,7 +326,7 @@
"id": "step", "id": "step",
"type": "step", "type": "step",
"pos": { "pos": {
"x": 26, "x": 434,
"y": 492 "y": 492
}, },
"width": 136, "width": 136,
@ -366,7 +366,7 @@
"id": "callout", "id": "callout",
"type": "callout", "type": "callout",
"pos": { "pos": {
"x": 213, "x": 621,
"y": 12 "y": 12
}, },
"width": 155, "width": 155,
@ -406,7 +406,7 @@
"id": "stored_data", "id": "stored_data",
"type": "stored_data", "type": "stored_data",
"pos": { "pos": {
"x": 195, "x": 603,
"y": 252 "y": 252
}, },
"width": 191, "width": 191,
@ -446,7 +446,7 @@
"id": "person", "id": "person",
"type": "person", "type": "person",
"pos": { "pos": {
"x": 214, "x": 622,
"y": 492 "y": 492
}, },
"width": 153, "width": 153,
@ -486,7 +486,7 @@
"id": "diamond", "id": "diamond",
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 581, "x": 798,
"y": 12 "y": 12
}, },
"width": 168, "width": 168,
@ -526,7 +526,7 @@
"id": "oval", "id": "oval",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 597, "x": 814,
"y": 252 "y": 252
}, },
"width": 136, "width": 136,
@ -566,7 +566,7 @@
"id": "circle", "id": "circle",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 593, "x": 810,
"y": 492 "y": 492
}, },
"width": 144, "width": 144,
@ -606,7 +606,7 @@
"id": "hexagon", "id": "hexagon",
"type": "hexagon", "type": "hexagon",
"pos": { "pos": {
"x": 396, "x": 986,
"y": 12 "y": 12
}, },
"width": 165, "width": 165,
@ -646,7 +646,7 @@
"id": "cloud", "id": "cloud",
"type": "cloud", "type": "cloud",
"pos": { "pos": {
"x": 406, "x": 996,
"y": 238 "y": 238
}, },
"width": 145, "width": 145,
@ -710,11 +710,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 854.5, "x": 97.5,
"y": 138 "y": 138
}, },
{ {
"x": 854.5, "x": 97.5,
"y": 238 "y": 238
} }
], ],
@ -749,11 +749,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 854.5, "x": 97.5,
"y": 392 "y": 392
}, },
{ {
"x": 855, "x": 98,
"y": 492 "y": 492
} }
], ],
@ -788,11 +788,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1062, "x": 305,
"y": 138 "y": 138
}, },
{ {
"x": 1062, "x": 305,
"y": 252 "y": 252
} }
], ],
@ -827,11 +827,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1062, "x": 305,
"y": 361 "y": 361
}, },
{ {
"x": 1062, "x": 305,
"y": 492 "y": 492
} }
], ],
@ -866,11 +866,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 93, "x": 501,
"y": 138 "y": 138
}, },
{ {
"x": 94, "x": 502,
"y": 252 "y": 252
} }
], ],
@ -905,11 +905,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 93, "x": 501,
"y": 378 "y": 378
}, },
{ {
"x": 94, "x": 502,
"y": 492 "y": 492
} }
], ],
@ -944,11 +944,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 291, "x": 699,
"y": 138 "y": 138
}, },
{ {
"x": 291, "x": 699,
"y": 252 "y": 252
} }
], ],
@ -983,11 +983,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 290, "x": 698,
"y": 378 "y": 378
}, },
{ {
"x": 291, "x": 699,
"y": 492 "y": 492
} }
], ],
@ -1022,11 +1022,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 665, "x": 882,
"y": 138 "y": 138
}, },
{ {
"x": 665, "x": 882,
"y": 252 "y": 252
} }
], ],
@ -1061,11 +1061,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 665, "x": 882,
"y": 378 "y": 378
}, },
{ {
"x": 665, "x": 882,
"y": 492 "y": 492
} }
], ],
@ -1100,11 +1100,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 478, "x": 1068,
"y": 138 "y": 138
}, },
{ {
"x": 479, "x": 1069,
"y": 240 "y": 240
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 334 KiB

After

Width:  |  Height:  |  Size: 334 KiB

View file

@ -6,7 +6,7 @@
"id": "rectangle", "id": "rectangle",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 769, "x": 12,
"y": 12 "y": 12
}, },
"width": 171, "width": 171,
@ -46,7 +46,7 @@
"id": "square", "id": "square",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 778, "x": 21,
"y": 238 "y": 238
}, },
"width": 154, "width": 154,
@ -86,7 +86,7 @@
"id": "page", "id": "page",
"type": "page", "type": "page",
"pos": { "pos": {
"x": 785, "x": 28,
"y": 492 "y": 492
}, },
"width": 139, "width": 139,
@ -126,7 +126,7 @@
"id": "parallelogram", "id": "parallelogram",
"type": "parallelogram", "type": "parallelogram",
"pos": { "pos": {
"x": 960, "x": 203,
"y": 12 "y": 12
}, },
"width": 204, "width": 204,
@ -166,7 +166,7 @@
"id": "document", "id": "document",
"type": "document", "type": "document",
"pos": { "pos": {
"x": 974, "x": 217,
"y": 252 "y": 252
}, },
"width": 177, "width": 177,
@ -206,7 +206,7 @@
"id": "cylinder", "id": "cylinder",
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 980, "x": 223,
"y": 492 "y": 492
}, },
"width": 164, "width": 164,
@ -246,7 +246,7 @@
"id": "queue", "id": "queue",
"type": "queue", "type": "queue",
"pos": { "pos": {
"x": 19, "x": 427,
"y": 12 "y": 12
}, },
"width": 149, "width": 149,
@ -286,7 +286,7 @@
"id": "package", "id": "package",
"type": "package", "type": "package",
"pos": { "pos": {
"x": 12, "x": 420,
"y": 252 "y": 252
}, },
"width": 163, "width": 163,
@ -326,7 +326,7 @@
"id": "step", "id": "step",
"type": "step", "type": "step",
"pos": { "pos": {
"x": 26, "x": 434,
"y": 492 "y": 492
}, },
"width": 136, "width": 136,
@ -366,7 +366,7 @@
"id": "callout", "id": "callout",
"type": "callout", "type": "callout",
"pos": { "pos": {
"x": 213, "x": 621,
"y": 12 "y": 12
}, },
"width": 155, "width": 155,
@ -406,7 +406,7 @@
"id": "stored_data", "id": "stored_data",
"type": "stored_data", "type": "stored_data",
"pos": { "pos": {
"x": 195, "x": 603,
"y": 252 "y": 252
}, },
"width": 191, "width": 191,
@ -446,7 +446,7 @@
"id": "person", "id": "person",
"type": "person", "type": "person",
"pos": { "pos": {
"x": 214, "x": 622,
"y": 492 "y": 492
}, },
"width": 153, "width": 153,
@ -486,7 +486,7 @@
"id": "diamond", "id": "diamond",
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 581, "x": 798,
"y": 12 "y": 12
}, },
"width": 168, "width": 168,
@ -526,7 +526,7 @@
"id": "oval", "id": "oval",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 597, "x": 814,
"y": 252 "y": 252
}, },
"width": 136, "width": 136,
@ -566,7 +566,7 @@
"id": "circle", "id": "circle",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 593, "x": 810,
"y": 492 "y": 492
}, },
"width": 144, "width": 144,
@ -606,7 +606,7 @@
"id": "hexagon", "id": "hexagon",
"type": "hexagon", "type": "hexagon",
"pos": { "pos": {
"x": 396, "x": 986,
"y": 12 "y": 12
}, },
"width": 165, "width": 165,
@ -646,7 +646,7 @@
"id": "cloud", "id": "cloud",
"type": "cloud", "type": "cloud",
"pos": { "pos": {
"x": 406, "x": 996,
"y": 238 "y": 238
}, },
"width": 145, "width": 145,
@ -710,11 +710,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 854.5, "x": 97.5,
"y": 138 "y": 138
}, },
{ {
"x": 854.5, "x": 97.5,
"y": 238 "y": 238
} }
], ],
@ -749,11 +749,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 854.5, "x": 97.5,
"y": 392 "y": 392
}, },
{ {
"x": 855, "x": 98,
"y": 492 "y": 492
} }
], ],
@ -788,11 +788,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1062, "x": 305,
"y": 138 "y": 138
}, },
{ {
"x": 1062, "x": 305,
"y": 252 "y": 252
} }
], ],
@ -827,11 +827,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1062, "x": 305,
"y": 361 "y": 361
}, },
{ {
"x": 1062, "x": 305,
"y": 492 "y": 492
} }
], ],
@ -866,11 +866,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 93, "x": 501,
"y": 138 "y": 138
}, },
{ {
"x": 94, "x": 502,
"y": 252 "y": 252
} }
], ],
@ -905,11 +905,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 93, "x": 501,
"y": 378 "y": 378
}, },
{ {
"x": 94, "x": 502,
"y": 492 "y": 492
} }
], ],
@ -944,11 +944,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 291, "x": 699,
"y": 138 "y": 138
}, },
{ {
"x": 291, "x": 699,
"y": 252 "y": 252
} }
], ],
@ -983,11 +983,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 290, "x": 698,
"y": 378 "y": 378
}, },
{ {
"x": 291, "x": 699,
"y": 492 "y": 492
} }
], ],
@ -1022,11 +1022,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 665, "x": 882,
"y": 138 "y": 138
}, },
{ {
"x": 665, "x": 882,
"y": 252 "y": 252
} }
], ],
@ -1061,11 +1061,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 665, "x": 882,
"y": 378 "y": 378
}, },
{ {
"x": 665, "x": 882,
"y": 492 "y": 492
} }
], ],
@ -1100,11 +1100,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 478, "x": 1068,
"y": 138 "y": 138
}, },
{ {
"x": 479, "x": 1069,
"y": 240 "y": 240
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 338 KiB

After

Width:  |  Height:  |  Size: 338 KiB

View file

@ -6,7 +6,7 @@
"id": "rectangle", "id": "rectangle",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 769, "x": 12,
"y": 12 "y": 12
}, },
"width": 171, "width": 171,
@ -46,7 +46,7 @@
"id": "square", "id": "square",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 778, "x": 21,
"y": 238 "y": 238
}, },
"width": 154, "width": 154,
@ -86,7 +86,7 @@
"id": "page", "id": "page",
"type": "page", "type": "page",
"pos": { "pos": {
"x": 785, "x": 28,
"y": 492 "y": 492
}, },
"width": 139, "width": 139,
@ -126,7 +126,7 @@
"id": "parallelogram", "id": "parallelogram",
"type": "parallelogram", "type": "parallelogram",
"pos": { "pos": {
"x": 960, "x": 203,
"y": 12 "y": 12
}, },
"width": 204, "width": 204,
@ -166,7 +166,7 @@
"id": "document", "id": "document",
"type": "document", "type": "document",
"pos": { "pos": {
"x": 974, "x": 217,
"y": 252 "y": 252
}, },
"width": 177, "width": 177,
@ -206,7 +206,7 @@
"id": "cylinder", "id": "cylinder",
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 980, "x": 223,
"y": 492 "y": 492
}, },
"width": 164, "width": 164,
@ -246,7 +246,7 @@
"id": "queue", "id": "queue",
"type": "queue", "type": "queue",
"pos": { "pos": {
"x": 19, "x": 427,
"y": 12 "y": 12
}, },
"width": 149, "width": 149,
@ -286,7 +286,7 @@
"id": "package", "id": "package",
"type": "package", "type": "package",
"pos": { "pos": {
"x": 12, "x": 420,
"y": 252 "y": 252
}, },
"width": 163, "width": 163,
@ -326,7 +326,7 @@
"id": "step", "id": "step",
"type": "step", "type": "step",
"pos": { "pos": {
"x": 26, "x": 434,
"y": 492 "y": 492
}, },
"width": 136, "width": 136,
@ -366,7 +366,7 @@
"id": "callout", "id": "callout",
"type": "callout", "type": "callout",
"pos": { "pos": {
"x": 213, "x": 621,
"y": 12 "y": 12
}, },
"width": 155, "width": 155,
@ -406,7 +406,7 @@
"id": "stored_data", "id": "stored_data",
"type": "stored_data", "type": "stored_data",
"pos": { "pos": {
"x": 195, "x": 603,
"y": 252 "y": 252
}, },
"width": 191, "width": 191,
@ -446,7 +446,7 @@
"id": "person", "id": "person",
"type": "person", "type": "person",
"pos": { "pos": {
"x": 214, "x": 622,
"y": 492 "y": 492
}, },
"width": 153, "width": 153,
@ -486,7 +486,7 @@
"id": "diamond", "id": "diamond",
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 581, "x": 798,
"y": 12 "y": 12
}, },
"width": 168, "width": 168,
@ -526,7 +526,7 @@
"id": "oval", "id": "oval",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 597, "x": 814,
"y": 252 "y": 252
}, },
"width": 136, "width": 136,
@ -566,7 +566,7 @@
"id": "circle", "id": "circle",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 593, "x": 810,
"y": 492 "y": 492
}, },
"width": 144, "width": 144,
@ -606,7 +606,7 @@
"id": "hexagon", "id": "hexagon",
"type": "hexagon", "type": "hexagon",
"pos": { "pos": {
"x": 396, "x": 986,
"y": 12 "y": 12
}, },
"width": 165, "width": 165,
@ -646,7 +646,7 @@
"id": "cloud", "id": "cloud",
"type": "cloud", "type": "cloud",
"pos": { "pos": {
"x": 406, "x": 996,
"y": 238 "y": 238
}, },
"width": 145, "width": 145,
@ -710,11 +710,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 854.5, "x": 97.5,
"y": 138 "y": 138
}, },
{ {
"x": 854.5, "x": 97.5,
"y": 238 "y": 238
} }
], ],
@ -749,11 +749,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 854.5, "x": 97.5,
"y": 392 "y": 392
}, },
{ {
"x": 855, "x": 98,
"y": 492 "y": 492
} }
], ],
@ -788,11 +788,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1062, "x": 305,
"y": 138 "y": 138
}, },
{ {
"x": 1062, "x": 305,
"y": 252 "y": 252
} }
], ],
@ -827,11 +827,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1062, "x": 305,
"y": 361 "y": 361
}, },
{ {
"x": 1062, "x": 305,
"y": 492 "y": 492
} }
], ],
@ -866,11 +866,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 93, "x": 501,
"y": 138 "y": 138
}, },
{ {
"x": 94, "x": 502,
"y": 252 "y": 252
} }
], ],
@ -905,11 +905,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 93, "x": 501,
"y": 378 "y": 378
}, },
{ {
"x": 94, "x": 502,
"y": 492 "y": 492
} }
], ],
@ -944,11 +944,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 291, "x": 699,
"y": 138 "y": 138
}, },
{ {
"x": 291, "x": 699,
"y": 252 "y": 252
} }
], ],
@ -983,11 +983,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 290, "x": 698,
"y": 378 "y": 378
}, },
{ {
"x": 291, "x": 699,
"y": 492 "y": 492
} }
], ],
@ -1022,11 +1022,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 665, "x": 882,
"y": 138 "y": 138
}, },
{ {
"x": 665, "x": 882,
"y": 252 "y": 252
} }
], ],
@ -1061,11 +1061,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 665, "x": 882,
"y": 378 "y": 378
}, },
{ {
"x": 665, "x": 882,
"y": 492 "y": 492
} }
], ],
@ -1100,11 +1100,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 478, "x": 1068,
"y": 138 "y": 138
}, },
{ {
"x": 479, "x": 1069,
"y": 240 "y": 240
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 335 KiB

After

Width:  |  Height:  |  Size: 335 KiB

View file

@ -6,7 +6,7 @@
"id": "a", "id": "a",
"type": "", "type": "",
"pos": { "pos": {
"x": 67, "x": 69,
"y": 12 "y": 12
}, },
"width": 113, "width": 113,
@ -46,7 +46,7 @@
"id": "b", "id": "b",
"type": "", "type": "",
"pos": { "pos": {
"x": 48, "x": 50,
"y": 238 "y": 238
}, },
"width": 113, "width": 113,
@ -86,7 +86,7 @@
"id": "c", "id": "c",
"type": "", "type": "",
"pos": { "pos": {
"x": 575, "x": 572,
"y": 238 "y": 238
}, },
"width": 113, "width": 113,
@ -126,7 +126,7 @@
"id": "d", "id": "d",
"type": "", "type": "",
"pos": { "pos": {
"x": 294, "x": 31,
"y": 464 "y": 464
}, },
"width": 114, "width": 114,
@ -166,7 +166,7 @@
"id": "e", "id": "e",
"type": "", "type": "",
"pos": { "pos": {
"x": 29, "x": 291,
"y": 464 "y": 464
}, },
"width": 113, "width": 113,
@ -206,7 +206,7 @@
"id": "f", "id": "f",
"type": "", "type": "",
"pos": { "pos": {
"x": 822, "x": 555,
"y": 464 "y": 464
}, },
"width": 111, "width": 111,
@ -246,7 +246,7 @@
"id": "g", "id": "g",
"type": "", "type": "",
"pos": { "pos": {
"x": 556, "x": 822,
"y": 464 "y": 464
}, },
"width": 114, "width": 114,
@ -286,7 +286,7 @@
"id": "h", "id": "h",
"type": "", "type": "",
"pos": { "pos": {
"x": 275, "x": 12,
"y": 690 "y": 690
}, },
"width": 113, "width": 113,
@ -326,7 +326,7 @@
"id": "i", "id": "i",
"type": "", "type": "",
"pos": { "pos": {
"x": 408, "x": 145,
"y": 690 "y": 690
}, },
"width": 109, "width": 109,
@ -366,7 +366,7 @@
"id": "j", "id": "j",
"type": "", "type": "",
"pos": { "pos": {
"x": 12, "x": 274,
"y": 690 "y": 690
}, },
"width": 110, "width": 110,
@ -406,7 +406,7 @@
"id": "k", "id": "k",
"type": "", "type": "",
"pos": { "pos": {
"x": 142, "x": 404,
"y": 690 "y": 690
}, },
"width": 113, "width": 113,
@ -446,7 +446,7 @@
"id": "l", "id": "l",
"type": "", "type": "",
"pos": { "pos": {
"x": 804, "x": 537,
"y": 690 "y": 690
}, },
"width": 109, "width": 109,
@ -486,7 +486,7 @@
"id": "m", "id": "m",
"type": "", "type": "",
"pos": { "pos": {
"x": 933, "x": 666,
"y": 690 "y": 690
}, },
"width": 117, "width": 117,
@ -526,7 +526,7 @@
"id": "n", "id": "n",
"type": "", "type": "",
"pos": { "pos": {
"x": 671, "x": 803,
"y": 690 "y": 690
}, },
"width": 113, "width": 113,
@ -566,7 +566,7 @@
"id": "o", "id": "o",
"type": "", "type": "",
"pos": { "pos": {
"x": 537, "x": 936,
"y": 690 "y": 690
}, },
"width": 114, "width": 114,
@ -630,11 +630,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 104.66666666666666, "x": 106.33333333333333,
"y": 138 "y": 138
}, },
{ {
"x": 104.66666666666666, "x": 106.33333333333333,
"y": 238 "y": 238
} }
], ],
@ -669,19 +669,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 142.33333333333331, "x": 144,
"y": 138 "y": 138
}, },
{ {
"x": 142.33333333333331, "x": 144,
"y": 188 "y": 188
}, },
{ {
"x": 631.8333333333334, "x": 628.8333333333334,
"y": 188 "y": 188
}, },
{ {
"x": 631.8333333333334, "x": 628.8333333333334,
"y": 238 "y": 238
} }
], ],
@ -716,19 +716,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 123.5, "x": 87.5,
"y": 364 "y": 364
}, },
{ {
"x": 123.5, "x": 87.5,
"y": 414
},
{
"x": 350.5,
"y": 414
},
{
"x": 350.5,
"y": 464 "y": 464
} }
], ],
@ -763,11 +755,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 85.83333333333333, "x": 125.16666666666667,
"y": 364 "y": 364
}, },
{ {
"x": 85.83333333333333, "x": 125.16666666666667,
"y": 414
},
{
"x": 347.8333333333333,
"y": 414
},
{
"x": 347.8333333333333,
"y": 464 "y": 464
} }
], ],
@ -802,19 +802,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 650.6666666666667, "x": 610,
"y": 364 "y": 364
}, },
{ {
"x": 650.6666666666667, "x": 610,
"y": 414
},
{
"x": 877,
"y": 414
},
{
"x": 877,
"y": 464 "y": 464
} }
], ],
@ -849,11 +841,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 613, "x": 647.6666666666667,
"y": 364 "y": 364
}, },
{ {
"x": 613, "x": 647.6666666666667,
"y": 414
},
{
"x": 878.5,
"y": 414
},
{
"x": 878.5,
"y": 464 "y": 464
} }
], ],
@ -888,11 +888,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 331.5, "x": 68.5,
"y": 590 "y": 590
}, },
{ {
"x": 331.5, "x": 68.5,
"y": 690 "y": 690
} }
], ],
@ -927,19 +927,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 369.5, "x": 106.5,
"y": 590 "y": 590
}, },
{ {
"x": 369.5, "x": 106.5,
"y": 640 "y": 640
}, },
{ {
"x": 462.5, "x": 199.5,
"y": 640 "y": 640
}, },
{ {
"x": 462.5, "x": 199.5,
"y": 690 "y": 690
} }
], ],
@ -974,11 +974,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 67, "x": 329,
"y": 590 "y": 590
}, },
{ {
"x": 67, "x": 329,
"y": 690 "y": 690
} }
], ],
@ -1013,19 +1013,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 104.66666666666667, "x": 366.66666666666663,
"y": 590 "y": 590
}, },
{ {
"x": 104.66666666666667, "x": 366.66666666666663,
"y": 640 "y": 640
}, },
{ {
"x": 198.5, "x": 460.5,
"y": 640 "y": 640
}, },
{ {
"x": 198.5, "x": 460.5,
"y": 690 "y": 690
} }
], ],
@ -1060,11 +1060,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 858.5, "x": 591.5,
"y": 590 "y": 590
}, },
{ {
"x": 858.5, "x": 591.5,
"y": 690 "y": 690
} }
], ],
@ -1099,19 +1099,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 895.5, "x": 628.5,
"y": 590 "y": 590
}, },
{ {
"x": 895.5, "x": 628.5,
"y": 640 "y": 640
}, },
{ {
"x": 991.5, "x": 724.5,
"y": 640 "y": 640
}, },
{ {
"x": 991.5, "x": 724.5,
"y": 690 "y": 690
} }
], ],
@ -1146,19 +1146,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 632, "x": 859.5,
"y": 590 "y": 590
}, },
{ {
"x": 632, "x": 859.5,
"y": 640
},
{
"x": 727.5,
"y": 640
},
{
"x": 727.5,
"y": 690 "y": 690
} }
], ],
@ -1193,11 +1185,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 594, "x": 897.5,
"y": 590 "y": 590
}, },
{ {
"x": 594, "x": 897.5,
"y": 640
},
{
"x": 993,
"y": 640
},
{
"x": 993,
"y": 690 "y": 690
} }
], ],

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 @@
"x": 12, "x": 12,
"y": 12 "y": 12
}, },
"width": 880, "width": 892,
"height": 1707, "height": 1707,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -46,11 +46,11 @@
"id": "aa.bb", "id": "aa.bb",
"type": "", "type": "",
"pos": { "pos": {
"x": 132, "x": 107,
"y": 445 "y": 465
}, },
"width": 685, "width": 722,
"height": 1174, "height": 1154,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -86,10 +86,10 @@
"id": "aa.bb.cc", "id": "aa.bb.cc",
"type": "", "type": "",
"pos": { "pos": {
"x": 278, "x": 281,
"y": 841 "y": 841
}, },
"width": 464, "width": 473,
"height": 703, "height": 703,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -126,7 +126,7 @@
"id": "aa.bb.cc.dd", "id": "aa.bb.cc.dd",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 364, "x": 356,
"y": 916 "y": 916
}, },
"width": 303, "width": 303,
@ -166,7 +166,7 @@
"id": "aa.bb.cc.dd.ee", "id": "aa.bb.cc.dd.ee",
"type": "text", "type": "text",
"pos": { "pos": {
"x": 576, "x": 431,
"y": 1093 "y": 1093
}, },
"width": 16, "width": 16,
@ -205,7 +205,7 @@
"id": "aa.bb.cc.dd.ff", "id": "aa.bb.cc.dd.ff",
"type": "", "type": "",
"pos": { "pos": {
"x": 439, "x": 467,
"y": 991 "y": 991
}, },
"width": 117, "width": 117,
@ -245,7 +245,7 @@
"id": "aa.bb.cc.gg", "id": "aa.bb.cc.gg",
"type": "text", "type": "text",
"pos": { "pos": {
"x": 573, "x": 433,
"y": 1258 "y": 1258
}, },
"width": 17, "width": 17,
@ -284,7 +284,7 @@
"id": "aa.bb.cc.hh", "id": "aa.bb.cc.hh",
"type": "", "type": "",
"pos": { "pos": {
"x": 520, "x": 380,
"y": 1343 "y": 1343
}, },
"width": 123, "width": 123,
@ -324,8 +324,8 @@
"id": "aa.bb.ii", "id": "aa.bb.ii",
"type": "package", "type": "package",
"pos": { "pos": {
"x": 364, "x": 182,
"y": 520 "y": 540
}, },
"width": 265, "width": 265,
"height": 276, "height": 276,
@ -364,8 +364,8 @@
"id": "aa.bb.ii.jj", "id": "aa.bb.ii.jj",
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 439, "x": 257,
"y": 595 "y": 615
}, },
"width": 115, "width": 115,
"height": 126, "height": 126,
@ -404,8 +404,8 @@
"id": "aa.bb.kk", "id": "aa.bb.kk",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 207, "x": 533,
"y": 595 "y": 615
}, },
"width": 126, "width": 126,
"height": 126, "height": 126,
@ -444,8 +444,8 @@
"id": "aa.ll", "id": "aa.ll",
"type": "", "type": "",
"pos": { "pos": {
"x": 355, "x": 343,
"y": 233 "y": 243
}, },
"width": 114, "width": 114,
"height": 126, "height": 126,
@ -484,7 +484,7 @@
"id": "aa.mm", "id": "aa.mm",
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 446, "x": 348,
"y": 87 "y": 87
}, },
"width": 131, "width": 131,
@ -524,7 +524,7 @@
"id": "aa.nn", "id": "aa.nn",
"type": "text", "type": "text",
"pos": { "pos": {
"x": 408, "x": 499,
"y": 138 "y": 138
}, },
"width": 18, "width": 18,
@ -563,7 +563,7 @@
"id": "aa.oo", "id": "aa.oo",
"type": "", "type": "",
"pos": { "pos": {
"x": 597, "x": 537,
"y": 87 "y": 87
}, },
"width": 123, "width": 123,
@ -627,11 +627,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 584, "x": 439,
"y": 1117 "y": 1117
}, },
{ {
"x": 584, "x": 438.99999999999994,
"y": 1258 "y": 1258
} }
], ],
@ -666,11 +666,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 581.1666666666666, "x": 441.8333333333333,
"y": 1282 "y": 1282
}, },
{ {
"x": 581.1666666666666, "x": 441.83333333333337,
"y": 1343 "y": 1343
} }
], ],
@ -705,19 +705,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 541, "x": 359,
"y": 796
},
{
"x": 540.6666666666666,
"y": 816 "y": 816
}, },
{ {
"x": 439, "x": 358.66666666666663,
"y": 816 "y": 826
}, },
{ {
"x": 439.00000000000006, "x": 431.33333333333326,
"y": 826
},
{
"x": 431.33333333333326,
"y": 916 "y": 916
} }
], ],
@ -752,20 +752,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 422.9000000000001, "x": 411.9,
"y": 359 "y": 369
}, },
{ {
"x": 422.9000000000001, "x": 411.9,
"y": 420 "y": 389
}, },
{ {
"x": 333.00000000000006, "x": 659.3333333333333,
"y": 420 "y": 389
}, },
{ {
"x": 333.00000000000006, "x": 659.3333333333333,
"y": 445 "y": 465
} }
], ],
"animated": false, "animated": false,
@ -799,27 +799,35 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 551, "x": 453,
"y": 209 "y": 209
}, },
{ {
"x": 550.5, "x": 452.9,
"y": 420 "y": 223
}, },
{ {
"x": 639, "x": 716.8333333333333,
"y": 420 "y": 223
}, },
{ {
"x": 639, "x": 716.8333333333333,
"y": 450
},
{
"x": 689.3333333333333,
"y": 450
},
{
"x": 689.3333333333333,
"y": 826 "y": 826
}, },
{ {
"x": 449.00000000000006, "x": 679.3333333333333,
"y": 826 "y": 826
}, },
{ {
"x": 449.00000000000006, "x": 679.3333333333333,
"y": 841 "y": 841
} }
], ],
@ -854,20 +862,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 472, "x": 401,
"y": 209 "y": 213
}, },
{ {
"x": 471.90000000000003, "x": 400.49999999999994,
"y": 223 "y": 243
},
{
"x": 411.50000000000006,
"y": 223
},
{
"x": 411.50000000000006,
"y": 233
} }
], ],
"animated": false, "animated": false,
@ -901,28 +901,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 524, "x": 427,
"y": 213 "y": 213
}, },
{ {
"x": 524.3000000000001, "x": 426.69999999999993,
"y": 223 "y": 233
}, },
{ {
"x": 523.5, "x": 689.8333333333333,
"y": 223 "y": 233
}, },
{ {
"x": 523.5, "x": 689.8333333333333,
"y": 420 "y": 440
}, },
{ {
"x": 506.50000000000006, "x": 679.3333333333333,
"y": 420 "y": 440
}, },
{ {
"x": 506.50000000000006, "x": 679.3333333333333,
"y": 445 "y": 465
} }
], ],
"animated": false, "animated": false,
@ -956,27 +956,35 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 445.70000000000005, "x": 434.69999999999993,
"y": 359 "y": 369
}, },
{ {
"x": 445.70000000000005, "x": 434.69999999999993,
"y": 379
},
{
"x": 678.8333333333333,
"y": 379
},
{
"x": 678.8333333333333,
"y": 430 "y": 430
}, },
{ {
"x": 353.00000000000006, "x": 669.3333333333333,
"y": 430 "y": 430
}, },
{ {
"x": 353.00000000000006, "x": 669.3333333333333,
"y": 1248 "y": 1248
}, },
{ {
"x": 578.3333333333334, "x": 445,
"y": 1248 "y": 1248
}, },
{ {
"x": 578.3333333333334, "x": 445,
"y": 1258 "y": 1258
} }
], ],
@ -1011,20 +1019,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 498, "x": 374,
"y": 213 "y": 209
}, },
{ {
"x": 498.1, "x": 374.29999999999995,
"y": 223 "y": 223
}, },
{ {
"x": 496.50000000000006, "x": 314.49999999999994,
"y": 223 "y": 223
}, },
{ {
"x": 497, "x": 314,
"y": 575 "y": 540
} }
], ],
"animated": false, "animated": false,
@ -1058,28 +1066,36 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 449, "x": 356.33333333333326,
"y": 1544 "y": 1544
}, },
{ {
"x": 449.0000000000001, "x": 356.33333333333326,
"y": 1644 "y": 1644
}, },
{ {
"x": 95.00000000000011, "x": 87,
"y": 1644 "y": 1644
}, },
{ {
"x": 95.00000000000011, "x": 87,
"y": 369 "y": 430
}, },
{ {
"x": 377.3000000000001, "x": 333.49999999999994,
"y": 369 "y": 430
}, },
{ {
"x": 377.3000000000001, "x": 333.49999999999994,
"y": 359 "y": 379
},
{
"x": 366.29999999999995,
"y": 379
},
{
"x": 366.29999999999995,
"y": 369
} }
], ],
"animated": false, "animated": false,
@ -1113,36 +1129,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 452, "x": 270,
"y": 796 "y": 816
}, },
{ {
"x": 452.3333333333333, "x": 270.33333333333326,
"y": 806
},
{
"x": 267,
"y": 806
},
{
"x": 267.0000000000001,
"y": 1634 "y": 1634
}, },
{ {
"x": 122.00000000000011, "x": 97,
"y": 1634 "y": 1634
}, },
{ {
"x": 122.00000000000011, "x": 97,
"y": 379 "y": 440
}, },
{ {
"x": 400.10000000000014, "x": 389.09999999999997,
"y": 379 "y": 440
}, },
{ {
"x": 400.10000000000014, "x": 389.09999999999997,
"y": 359 "y": 369
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 813 KiB

After

Width:  |  Height:  |  Size: 813 KiB

View file

@ -6,8 +6,8 @@
"id": "a", "id": "a",
"type": "", "type": "",
"pos": { "pos": {
"x": 449, "x": 537,
"y": 238 "y": 248
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -46,7 +46,7 @@
"id": "b", "id": "b",
"type": "", "type": "",
"pos": { "pos": {
"x": 420, "x": 537,
"y": 474 "y": 474
}, },
"width": 113, "width": 113,
@ -86,8 +86,8 @@
"id": "c", "id": "c",
"type": "", "type": "",
"pos": { "pos": {
"x": 316, "x": 404,
"y": 238 "y": 248
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -126,8 +126,8 @@
"id": "d", "id": "d",
"type": "", "type": "",
"pos": { "pos": {
"x": 428, "x": 443,
"y": 720 "y": 740
}, },
"width": 114, "width": 114,
"height": 126, "height": 126,
@ -166,8 +166,8 @@
"id": "e", "id": "e",
"type": "", "type": "",
"pos": { "pos": {
"x": 533, "x": 407,
"y": 1202 "y": 1222
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -206,8 +206,8 @@
"id": "f", "id": "f",
"type": "", "type": "",
"pos": { "pos": {
"x": 73, "x": 140,
"y": 946 "y": 986
}, },
"width": 111, "width": 111,
"height": 126, "height": 126,
@ -246,8 +246,8 @@
"id": "g", "id": "g",
"type": "", "type": "",
"pos": { "pos": {
"x": 23, "x": 157,
"y": 720 "y": 740
}, },
"width": 114, "width": 114,
"height": 126, "height": 126,
@ -286,8 +286,8 @@
"id": "h", "id": "h",
"type": "", "type": "",
"pos": { "pos": {
"x": 562, "x": 23,
"y": 720 "y": 740
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -326,8 +326,8 @@
"id": "i", "id": "i",
"type": "", "type": "",
"pos": { "pos": {
"x": 384, "x": 257,
"y": 1428 "y": 1448
}, },
"width": 109, "width": 109,
"height": 126, "height": 126,
@ -366,7 +366,7 @@
"id": "j", "id": "j",
"type": "", "type": "",
"pos": { "pos": {
"x": 317, "x": 578,
"y": 12 "y": 12
}, },
"width": 110, "width": 110,
@ -406,8 +406,8 @@
"id": "k", "id": "k",
"type": "", "type": "",
"pos": { "pos": {
"x": 382, "x": 255,
"y": 1654 "y": 1674
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -446,8 +446,8 @@
"id": "l", "id": "l",
"type": "", "type": "",
"pos": { "pos": {
"x": 297, "x": 474,
"y": 946 "y": 986
}, },
"width": 109, "width": 109,
"height": 126, "height": 126,
@ -486,8 +486,8 @@
"id": "m", "id": "m",
"type": "", "type": "",
"pos": { "pos": {
"x": 158, "x": 291,
"y": 720 "y": 740
}, },
"width": 117, "width": 117,
"height": 126, "height": 126,
@ -526,8 +526,8 @@
"id": "n", "id": "n",
"type": "", "type": "",
"pos": { "pos": {
"x": 400, "x": 274,
"y": 1202 "y": 1222
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -566,8 +566,8 @@
"id": "o", "id": "o",
"type": "", "type": "",
"pos": { "pos": {
"x": 695, "x": 577,
"y": 720 "y": 740
}, },
"width": 114, "width": 114,
"height": 126, "height": 126,
@ -606,8 +606,8 @@
"id": "p", "id": "p",
"type": "", "type": "",
"pos": { "pos": {
"x": 295, "x": 711,
"y": 720 "y": 740
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -646,8 +646,8 @@
"id": "q", "id": "q",
"type": "", "type": "",
"pos": { "pos": {
"x": 533, "x": 406,
"y": 1428 "y": 1448
}, },
"width": 114, "width": 114,
"height": 126, "height": 126,
@ -710,11 +710,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 505.17857142857144, "x": 593.6428571428572,
"y": 364 "y": 374
}, },
{ {
"x": 505.17857142857144, "x": 593.6428571428572,
"y": 474 "y": 474
} }
], ],
@ -749,19 +749,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 372.17857142857144, "x": 460.6428571428572,
"y": 364 "y": 374
}, },
{ {
"x": 372.17857142857144, "x": 460.6428571428572,
"y": 414 "y": 424
}, },
{ {
"x": 476.92857142857144, "x": 565.3928571428572,
"y": 414 "y": 424
}, },
{ {
"x": 476.92857142857144, "x": 565.3928571428572,
"y": 474 "y": 474
} }
], ],
@ -796,20 +796,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 513.5, "x": 500.00000000000006,
"y": 846 "y": 866
}, },
{ {
"x": 513.5, "x": 500.00000000000006,
"y": 896 "y": 926
}, },
{ {
"x": 618, "x": 463.00000000000006,
"y": 896 "y": 926
}, },
{ {
"x": 618, "x": 463.00000000000006,
"y": 1202 "y": 1222
} }
], ],
"animated": false, "animated": false,
@ -843,20 +843,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 147, "x": 214,
"y": 1072 "y": 1112
}, },
{ {
"x": 147, "x": 214,
"y": 1142 "y": 1162
}, },
{ {
"x": 561.5, "x": 434.75000000000006,
"y": 1142 "y": 1162
}, },
{ {
"x": 561.5, "x": 434.75000000000006,
"y": 1202 "y": 1222
} }
], ],
"animated": false, "animated": false,
@ -890,20 +890,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 468.8571428571429, "x": 585.5714285714287,
"y": 600 "y": 600
}, },
{ {
"x": 468.8571428571429, "x": 585.5714285714287,
"y": 670 "y": 670
}, },
{ {
"x": 147, "x": 146,
"y": 670 "y": 670
}, },
{ {
"x": 147, "x": 146,
"y": 946 "y": 916
},
{
"x": 177,
"y": 916
},
{
"x": 177,
"y": 986
} }
], ],
"animated": false, "animated": false,
@ -937,20 +945,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 452.7142857142857, "x": 601.7142857142858,
"y": 600 "y": 600
}, },
{ {
"x": 452.7142857142857, "x": 601.7142857142858,
"y": 660 "y": 680
}, },
{ {
"x": 80, "x": 214,
"y": 660 "y": 680
}, },
{ {
"x": 80, "x": 214,
"y": 720 "y": 740
} }
], ],
"animated": false, "animated": false,
@ -984,20 +992,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 80, "x": 214,
"y": 846 "y": 866
}, },
{ {
"x": 80, "x": 214,
"y": 896 "y": 986
},
{
"x": 110,
"y": 896
},
{
"x": 110,
"y": 946
} }
], ],
"animated": false, "animated": false,
@ -1031,20 +1031,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 501.1428571428571, "x": 569.4285714285716,
"y": 600 "y": 600
}, },
{ {
"x": 501.1428571428571, "x": 569.4285714285716,
"y": 660 "y": 660
}, },
{ {
"x": 618.5, "x": 79.5,
"y": 660 "y": 660
}, },
{ {
"x": 618.5, "x": 79.5,
"y": 720 "y": 740
} }
], ],
"animated": false, "animated": false,
@ -1078,11 +1078,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 436.57142857142856, "x": 553.2857142857143,
"y": 600 "y": 600
}, },
{ {
"x": 436.57142857142856, "x": 553.2857142857143,
"y": 650 "y": 650
}, },
{ {
@ -1091,15 +1091,15 @@
}, },
{ {
"x": 12, "x": 12,
"y": 1378 "y": 1398
}, },
{ {
"x": 420.4166666666667, "x": 293.6666666666667,
"y": 1378 "y": 1398
}, },
{ {
"x": 420.4166666666667, "x": 293.6666666666667,
"y": 1428 "y": 1448
} }
], ],
"animated": false, "animated": false,
@ -1133,12 +1133,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 485, "x": 617.8571428571429,
"y": 600 "y": 600
}, },
{ {
"x": 485, "x": 617.8571428571429,
"y": 720 "y": 690
},
{
"x": 500.00000000000006,
"y": 690
},
{
"x": 500.00000000000006,
"y": 740
} }
], ],
"animated": false, "animated": false,
@ -1172,12 +1180,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 372.17857142857144, "x": 605.1428571428572,
"y": 138 "y": 138
}, },
{ {
"x": 372.17857142857144, "x": 605.1428571428572,
"y": 238 "y": 188
},
{
"x": 460.6428571428572,
"y": 188
},
{
"x": 460.6428571428572,
"y": 248
} }
], ],
"animated": false, "animated": false,
@ -1211,20 +1227,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 399.67857142857144, "x": 632.6428571428572,
"y": 138 "y": 138
}, },
{ {
"x": 399.67857142857144, "x": 632.6428571428572,
"y": 188 "y": 198
}, },
{ {
"x": 505.17857142857144, "x": 593.6428571428572,
"y": 188 "y": 198
}, },
{ {
"x": 505.17857142857144, "x": 593.6428571428572,
"y": 238 "y": 248
} }
], ],
"animated": false, "animated": false,
@ -1258,27 +1274,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 448.67857142857144, "x": 621.8928571428572,
"y": 474 "y": 474
}, },
{ {
"x": 448.67857142857144, "x": 621.8928571428572,
"y": 424 "y": 424
}, },
{ {
"x": 304.67857142857144, "x": 660.1428571428572,
"y": 424 "y": 424
}, },
{ {
"x": 304.67857142857144, "x": 660.1428571428572,
"y": 188
},
{
"x": 344.67857142857144,
"y": 188
},
{
"x": 344.67857142857144,
"y": 138 "y": 138
} }
], ],
@ -1313,12 +1321,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 438.58333333333337, "x": 311.83333333333337,
"y": 1554 "y": 1574
}, },
{ {
"x": 438.58333333333337, "x": 311.83333333333337,
"y": 1654 "y": 1674
} }
], ],
"animated": false, "animated": false,
@ -1352,20 +1360,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 456.5, "x": 528.5,
"y": 846 "y": 866
}, },
{ {
"x": 456.5, "x": 528.5,
"y": 896 "y": 986
},
{
"x": 378.75,
"y": 896
},
{
"x": 378.75,
"y": 946
} }
], ],
"animated": false, "animated": false,
@ -1399,20 +1399,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 351.5, "x": 528.5,
"y": 1072 "y": 1112
}, },
{ {
"x": 351.5, "x": 528.5,
"y": 1122 "y": 1162
}, },
{ {
"x": 589.75, "x": 491.25000000000006,
"y": 1122 "y": 1162
}, },
{ {
"x": 589.75, "x": 491.25000000000006,
"y": 1202 "y": 1222
} }
], ],
"animated": false, "animated": false,
@ -1446,20 +1446,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 236, "x": 369,
"y": 846 "y": 866
}, },
{ {
"x": 236, "x": 369,
"y": 896 "y": 936
}, },
{ {
"x": 324.25, "x": 501.25000000000006,
"y": 896 "y": 936
}, },
{ {
"x": 324.25, "x": 501.25000000000006,
"y": 946 "y": 986
} }
], ],
"animated": false, "animated": false,
@ -1493,20 +1493,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 197, "x": 330,
"y": 846 "y": 866
}, },
{ {
"x": 197, "x": 330,
"y": 1132 "y": 1222
},
{
"x": 456.75,
"y": 1132
},
{
"x": 456.75,
"y": 1202
} }
], ],
"animated": false, "animated": false,
@ -1540,12 +1532,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 456.75, "x": 330,
"y": 1328 "y": 1348
}, },
{ {
"x": 456.75, "x": 330,
"y": 1428 "y": 1448
} }
], ],
"animated": false, "animated": false,
@ -1579,12 +1571,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 485, "x": 471.50000000000006,
"y": 846 "y": 866
}, },
{ {
"x": 485, "x": 471.50000000000006,
"y": 1202 "y": 916
},
{
"x": 452.00000000000006,
"y": 916
},
{
"x": 452.00000000000006,
"y": 1172
},
{
"x": 358.25,
"y": 1172
},
{
"x": 358.25,
"y": 1222
} }
], ],
"animated": false, "animated": false,
@ -1618,20 +1626,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 110, "x": 177,
"y": 1072 "y": 1112
}, },
{ {
"x": 110, "x": 177,
"y": 1152 "y": 1172
}, },
{ {
"x": 428.5, "x": 301.75,
"y": 1152 "y": 1172
}, },
{ {
"x": 428.5, "x": 301.75,
"y": 1202 "y": 1222
} }
], ],
"animated": false, "animated": false,
@ -1665,20 +1673,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 517.2857142857142, "x": 634.0000000000001,
"y": 600 "y": 600
}, },
{ {
"x": 517.2857142857142, "x": 634.0000000000001,
"y": 650 "y": 740
},
{
"x": 752,
"y": 650
},
{
"x": 752,
"y": 720
} }
], ],
"animated": false, "animated": false,
@ -1712,12 +1712,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 351.5, "x": 767.5,
"y": 846 "y": 866
}, },
{ {
"x": 351.5, "x": 767.5,
"y": 946 "y": 916
},
{
"x": 555.75,
"y": 916
},
{
"x": 555.75,
"y": 986
} }
], ],
"animated": false, "animated": false,
@ -1751,12 +1759,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 589.75, "x": 463.00000000000006,
"y": 1328 "y": 1348
}, },
{ {
"x": 589.75, "x": 463.00000000000006,
"y": 1428 "y": 1448
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 336 KiB

After

Width:  |  Height:  |  Size: 336 KiB

View file

@ -6,7 +6,7 @@
"id": "finally", "id": "finally",
"type": "", "type": "",
"pos": { "pos": {
"x": 843, "x": 591,
"y": 12 "y": 12
}, },
"width": 458, "width": 458,
@ -46,7 +46,7 @@
"id": "a", "id": "a",
"type": "", "type": "",
"pos": { "pos": {
"x": 57, "x": 77,
"y": 600 "y": 600
}, },
"width": 113, "width": 113,
@ -86,7 +86,7 @@
"id": "tree", "id": "tree",
"type": "", "type": "",
"pos": { "pos": {
"x": 362, "x": 38,
"y": 836 "y": 836
}, },
"width": 134, "width": 134,
@ -126,7 +126,7 @@
"id": "and", "id": "and",
"type": "", "type": "",
"pos": { "pos": {
"x": 179, "x": 344,
"y": 836 "y": 836
}, },
"width": 132, "width": 132,
@ -166,7 +166,7 @@
"id": "nodes", "id": "nodes",
"type": "", "type": "",
"pos": { "pos": {
"x": 12, "x": 496,
"y": 836 "y": 836
}, },
"width": 147, "width": 147,
@ -206,7 +206,7 @@
"id": "some", "id": "some",
"type": "", "type": "",
"pos": { "pos": {
"x": 174, "x": 338,
"y": 1062 "y": 1062
}, },
"width": 143, "width": 143,
@ -246,7 +246,7 @@
"id": "more", "id": "more",
"type": "", "type": "",
"pos": { "pos": {
"x": 337, "x": 12,
"y": 1062 "y": 1062
}, },
"width": 141, "width": 141,
@ -286,7 +286,7 @@
"id": "many", "id": "many",
"type": "", "type": "",
"pos": { "pos": {
"x": 498, "x": 173,
"y": 1062 "y": 1062
}, },
"width": 145, "width": 145,
@ -326,7 +326,7 @@
"id": "then", "id": "then",
"type": "", "type": "",
"pos": { "pos": {
"x": 685, "x": 1248,
"y": 600 "y": 600
}, },
"width": 138, "width": 138,
@ -366,7 +366,7 @@
"id": "here", "id": "here",
"type": "", "type": "",
"pos": { "pos": {
"x": 709, "x": 1226,
"y": 836 "y": 836
}, },
"width": 136, "width": 136,
@ -406,7 +406,7 @@
"id": "you", "id": "you",
"type": "", "type": "",
"pos": { "pos": {
"x": 711, "x": 1228,
"y": 1062 "y": 1062
}, },
"width": 132, "width": 132,
@ -446,7 +446,7 @@
"id": "have", "id": "have",
"type": "", "type": "",
"pos": { "pos": {
"x": 505, "x": 1428,
"y": 600 "y": 600
}, },
"width": 138, "width": 138,
@ -486,7 +486,7 @@
"id": "hierarchy", "id": "hierarchy",
"type": "", "type": "",
"pos": { "pos": {
"x": 516, "x": 1382,
"y": 836 "y": 836
}, },
"width": 173, "width": 173,
@ -526,7 +526,7 @@
"id": "another", "id": "another",
"type": "", "type": "",
"pos": { "pos": {
"x": 915, "x": 663,
"y": 836 "y": 836
}, },
"width": 163, "width": 163,
@ -566,7 +566,7 @@
"id": "of", "id": "of",
"type": "", "type": "",
"pos": { "pos": {
"x": 936, "x": 684,
"y": 1062 "y": 1062
}, },
"width": 120, "width": 120,
@ -606,7 +606,7 @@
"id": "nesting", "id": "nesting",
"type": "", "type": "",
"pos": { "pos": {
"x": 1322, "x": 1070,
"y": 600 "y": 600
}, },
"width": 158, "width": 158,
@ -646,7 +646,7 @@
"id": "trees", "id": "trees",
"type": "", "type": "",
"pos": { "pos": {
"x": 1306, "x": 1054,
"y": 836 "y": 836
}, },
"width": 142, "width": 142,
@ -686,7 +686,7 @@
"id": "finally.a", "id": "finally.a",
"type": "", "type": "",
"pos": { "pos": {
"x": 948, "x": 715,
"y": 233 "y": 233
}, },
"width": 113, "width": 113,
@ -726,7 +726,7 @@
"id": "finally.tree", "id": "finally.tree",
"type": "", "type": "",
"pos": { "pos": {
"x": 1073, "x": 686,
"y": 379 "y": 379
}, },
"width": 134, "width": 134,
@ -766,7 +766,7 @@
"id": "finally.inside", "id": "finally.inside",
"type": "", "type": "",
"pos": { "pos": {
"x": 930, "x": 697,
"y": 87 "y": 87
}, },
"width": 148, "width": 148,
@ -806,7 +806,7 @@
"id": "finally.hierarchy", "id": "finally.hierarchy",
"type": "", "type": "",
"pos": { "pos": {
"x": 1054, "x": 666,
"y": 525 "y": 525
}, },
"width": 173, "width": 173,
@ -846,7 +846,7 @@
"id": "finally.root", "id": "finally.root",
"type": "", "type": "",
"pos": { "pos": {
"x": 918, "x": 840,
"y": 379 "y": 379
}, },
"width": 135, "width": 135,
@ -910,19 +910,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 142, "x": 104.83333333333334,
"y": 726 "y": 726
}, },
{ {
"x": 142, "x": 104.83333333333334,
"y": 776
},
{
"x": 429.3333333333333,
"y": 776
},
{
"x": 429.3333333333333,
"y": 836 "y": 836
} }
], ],
@ -957,19 +949,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 113.75, "x": 133.08333333333334,
"y": 726 "y": 726
}, },
{ {
"x": 113.75, "x": 133.08333333333334,
"y": 786 "y": 786
}, },
{ {
"x": 245, "x": 409.5,
"y": 786 "y": 786
}, },
{ {
"x": 245, "x": 409.5,
"y": 836 "y": 836
} }
], ],
@ -1004,11 +996,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 85.5, "x": 161.33333333333334,
"y": 726 "y": 726
}, },
{ {
"x": 85.5, "x": 161.33333333333334,
"y": 776
},
{
"x": 569,
"y": 776
},
{
"x": 569,
"y": 836 "y": 836
} }
], ],
@ -1043,11 +1043,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 245, "x": 409.5,
"y": 962 "y": 962
}, },
{ {
"x": 245, "x": 409.5,
"y": 1062 "y": 1062
} }
], ],
@ -1082,11 +1082,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 407, "x": 82.5,
"y": 962 "y": 962
}, },
{ {
"x": 407, "x": 82.5,
"y": 1062 "y": 1062
} }
], ],
@ -1121,19 +1121,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 451.66666666666663, "x": 127.16666666666667,
"y": 962 "y": 962
}, },
{ {
"x": 451.66666666666663, "x": 127.16666666666667,
"y": 1012 "y": 1012
}, },
{ {
"x": 570, "x": 245.5,
"y": 1012 "y": 1012
}, },
{ {
"x": 570, "x": 245.5,
"y": 1062 "y": 1062
} }
], ],
@ -1168,11 +1168,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 777.3333333333333, "x": 1293.6666666666665,
"y": 726 "y": 726
}, },
{ {
"x": 777.3333333333333, "x": 1293.6666666666665,
"y": 836 "y": 836
} }
], ],
@ -1207,11 +1207,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 777.3333333333333, "x": 1293.6666666666665,
"y": 962 "y": 962
}, },
{ {
"x": 777.3333333333333, "x": 1293.6666666666665,
"y": 1062 "y": 1062
} }
], ],
@ -1246,11 +1246,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 574, "x": 1496.9999999999998,
"y": 726 "y": 726
}, },
{ {
"x": 574, "x": 1496.9999999999998,
"y": 836 "y": 836
} }
], ],
@ -1285,19 +1285,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 731.3333333333333, "x": 1339.6666666666665,
"y": 726 "y": 726
}, },
{ {
"x": 731.3333333333333, "x": 1339.6666666666665,
"y": 776 "y": 776
}, },
{ {
"x": 631.6666666666666, "x": 1439.3333333333333,
"y": 776 "y": 776
}, },
{ {
"x": 631.6666666666666, "x": 1439.3333333333333,
"y": 836 "y": 836
} }
], ],
@ -1332,11 +1332,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 996.1666666666666, "x": 744,
"y": 726 "y": 726
}, },
{ {
"x": 996.1666666666666, "x": 744,
"y": 836 "y": 836
} }
], ],
@ -1371,11 +1371,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 996.1666666666666, "x": 744,
"y": 962 "y": 962
}, },
{ {
"x": 996.1666666666666, "x": 744,
"y": 1062 "y": 1062
} }
], ],
@ -1410,11 +1410,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1400.8333333333333, "x": 1148.6666666666665,
"y": 726 "y": 726
}, },
{ {
"x": 1400.8333333333333, "x": 1148.6666666666665,
"y": 836 "y": 836
} }
], ],
@ -1449,19 +1449,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1149, "x": 896.8333333333333,
"y": 726 "y": 726
}, },
{ {
"x": 1149, "x": 896.8333333333333,
"y": 776 "y": 776
}, },
{ {
"x": 1353.4999999999998, "x": 1101.333333333333,
"y": 776 "y": 776
}, },
{ {
"x": 1353.4999999999998, "x": 1101.333333333333,
"y": 836 "y": 836
} }
], ],
@ -1496,19 +1496,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1023.1666666666667, "x": 752.5,
"y": 359 "y": 359
}, },
{ {
"x": 1023.1666666666667, "x": 752.5,
"y": 369
},
{
"x": 1140,
"y": 369
},
{
"x": 1140,
"y": 379 "y": 379
} }
], ],
@ -1543,11 +1535,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1004.3333333333333, "x": 771.3333333333333,
"y": 213 "y": 213
}, },
{ {
"x": 1004.3333333333333, "x": 771.3333333333333,
"y": 233 "y": 233
} }
], ],
@ -1582,11 +1574,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1140, "x": 752.5,
"y": 505 "y": 505
}, },
{ {
"x": 1140, "x": 752.5,
"y": 525 "y": 525
} }
], ],
@ -1621,11 +1613,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 985.5, "x": 790.1666666666667,
"y": 359 "y": 359
}, },
{ {
"x": 985.5, "x": 790.1666666666667,
"y": 369
},
{
"x": 907,
"y": 369
},
{
"x": 907,
"y": 379 "y": 379
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 658 KiB

After

Width:  |  Height:  |  Size: 658 KiB

View file

@ -6,7 +6,7 @@
"id": "size XS", "id": "size XS",
"type": "", "type": "",
"pos": { "pos": {
"x": 1465, "x": 1105,
"y": 419 "y": 419
}, },
"width": 145, "width": 145,
@ -46,7 +46,7 @@
"id": "size S", "id": "size S",
"type": "", "type": "",
"pos": { "pos": {
"x": 1634, "x": 16,
"y": 35 "y": 35
}, },
"width": 140, "width": 140,
@ -86,7 +86,7 @@
"id": "size M", "id": "size M",
"type": "", "type": "",
"pos": { "pos": {
"x": 1630, "x": 12,
"y": 419 "y": 419
}, },
"width": 147, "width": 147,
@ -126,7 +126,7 @@
"id": "size L", "id": "size L",
"type": "", "type": "",
"pos": { "pos": {
"x": 1116, "x": 176,
"y": 20 "y": 20
}, },
"width": 153, "width": 153,
@ -166,7 +166,7 @@
"id": "size XL", "id": "size XL",
"type": "", "type": "",
"pos": { "pos": {
"x": 12, "x": 349,
"y": 17 "y": 17
}, },
"width": 177, "width": 177,
@ -206,7 +206,7 @@
"id": "size XXL", "id": "size XXL",
"type": "", "type": "",
"pos": { "pos": {
"x": 429, "x": 546,
"y": 15 "y": 15
}, },
"width": 204, "width": 204,
@ -246,7 +246,7 @@
"id": "size XXXL", "id": "size XXXL",
"type": "", "type": "",
"pos": { "pos": {
"x": 653, "x": 770,
"y": 12 "y": 12
}, },
"width": 237, "width": 237,
@ -286,7 +286,7 @@
"id": "custom 8", "id": "custom 8",
"type": "", "type": "",
"pos": { "pos": {
"x": 1469, "x": 1109,
"y": 42 "y": 42
}, },
"width": 137, "width": 137,
@ -326,7 +326,7 @@
"id": "custom 12", "id": "custom 12",
"type": "", "type": "",
"pos": { "pos": {
"x": 1289, "x": 1266,
"y": 25 "y": 25
}, },
"width": 160, "width": 160,
@ -366,7 +366,7 @@
"id": "custom 18", "id": "custom 18",
"type": "", "type": "",
"pos": { "pos": {
"x": 910, "x": 1446,
"y": 21 "y": 21
}, },
"width": 186, "width": 186,
@ -406,7 +406,7 @@
"id": "custom 21", "id": "custom 21",
"type": "", "type": "",
"pos": { "pos": {
"x": 209, "x": 1652,
"y": 19 "y": 19
}, },
"width": 200, "width": 200,
@ -446,7 +446,7 @@
"id": "custom 64", "id": "custom 64",
"type": "", "type": "",
"pos": { "pos": {
"x": 575, "x": 692,
"y": 419 "y": 419
}, },
"width": 393, "width": 393,
@ -510,11 +510,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1537.5, "x": 1177,
"y": 158 "y": 158
}, },
{ {
"x": 1537.5, "x": 1177,
"y": 419 "y": 419
} }
], ],
@ -549,11 +549,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1703.5, "x": 85.5,
"y": 158 "y": 158
}, },
{ {
"x": 1703.5, "x": 85.5,
"y": 419 "y": 419
} }
], ],
@ -589,11 +589,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 771.5, "x": 888,
"y": 158 "y": 158
}, },
{ {
"x": 771.5, "x": 888,
"y": 419 "y": 419
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 471 KiB

After

Width:  |  Height:  |  Size: 471 KiB

View file

@ -6,7 +6,7 @@
"id": "aa", "id": "aa",
"type": "step", "type": "step",
"pos": { "pos": {
"x": 429, "x": 564,
"y": 12 "y": 12
}, },
"width": 122, "width": 122,
@ -46,7 +46,7 @@
"id": "bb", "id": "bb",
"type": "step", "type": "step",
"pos": { "pos": {
"x": 286, "x": 584,
"y": 238 "y": 238
}, },
"width": 123, "width": 123,
@ -86,7 +86,7 @@
"id": "cc", "id": "cc",
"type": "step", "type": "step",
"pos": { "pos": {
"x": 307, "x": 459,
"y": 464 "y": 464
}, },
"width": 121, "width": 121,
@ -126,7 +126,7 @@
"id": "dd", "id": "dd",
"type": "", "type": "",
"pos": { "pos": {
"x": 231, "x": 241,
"y": 816 "y": 816
}, },
"width": 415, "width": 415,
@ -166,7 +166,7 @@
"id": "dd.ee", "id": "dd.ee",
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 449, "x": 316,
"y": 891 "y": 891
}, },
"width": 122, "width": 122,
@ -206,8 +206,8 @@
"id": "ll", "id": "ll",
"type": "", "type": "",
"pos": { "pos": {
"x": 246, "x": 12,
"y": 3120 "y": 3130
}, },
"width": 425, "width": 425,
"height": 427, "height": 427,
@ -246,8 +246,8 @@
"id": "ll.mm", "id": "ll.mm",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 465, "x": 87,
"y": 3195 "y": 3205
}, },
"width": 131, "width": 131,
"height": 131, "height": 131,
@ -286,8 +286,8 @@
"id": "ff", "id": "ff",
"type": "", "type": "",
"pos": { "pos": {
"x": 247, "x": 13,
"y": 2462 "y": 2472
}, },
"width": 424, "width": 424,
"height": 427, "height": 427,
@ -326,8 +326,8 @@
"id": "ff.mm", "id": "ff.mm",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 465, "x": 88,
"y": 2537 "y": 2547
}, },
"width": 131, "width": 131,
"height": 131, "height": 131,
@ -366,8 +366,8 @@
"id": "ff.gg", "id": "ff.gg",
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 322, "x": 239,
"y": 2539 "y": 2549
}, },
"width": 123, "width": 123,
"height": 126, "height": 126,
@ -406,7 +406,7 @@
"id": "dd.hh", "id": "dd.hh",
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 306, "x": 458,
"y": 891 "y": 891
}, },
"width": 123, "width": 123,
@ -446,7 +446,7 @@
"id": "ww", "id": "ww",
"type": "queue", "type": "queue",
"pos": { "pos": {
"x": 120, "x": 432,
"y": 2195 "y": 2195
}, },
"width": 131, "width": 131,
@ -497,8 +497,8 @@
"id": "yy", "id": "yy",
"type": "", "type": "",
"pos": { "pos": {
"x": 68, "x": 383,
"y": 3657 "y": 3677
}, },
"width": 273, "width": 273,
"height": 448, "height": 448,
@ -537,8 +537,8 @@
"id": "yy.zz", "id": "yy.zz",
"type": "queue", "type": "queue",
"pos": { "pos": {
"x": 145, "x": 460,
"y": 3732 "y": 3752
}, },
"width": 120, "width": 120,
"height": 152, "height": 152,
@ -588,8 +588,8 @@
"id": "ad", "id": "ad",
"type": "parallelogram", "type": "parallelogram",
"pos": { "pos": {
"x": 327, "x": 453,
"y": 4606 "y": 4616
}, },
"width": 123, "width": 123,
"height": 126, "height": 126,
@ -628,8 +628,8 @@
"id": "nn", "id": "nn",
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 110, "x": 93,
"y": 4225 "y": 4235
}, },
"width": 557, "width": 557,
"height": 276, "height": 276,
@ -668,7 +668,7 @@
"id": "ii", "id": "ii",
"type": "", "type": "",
"pos": { "pos": {
"x": 453, "x": 245,
"y": 1197 "y": 1197
}, },
"width": 114, "width": 114,
@ -708,7 +708,7 @@
"id": "jj", "id": "jj",
"type": "", "type": "",
"pos": { "pos": {
"x": 453, "x": 244,
"y": 1503 "y": 1503
}, },
"width": 115, "width": 115,
@ -748,7 +748,7 @@
"id": "kk", "id": "kk",
"type": "", "type": "",
"pos": { "pos": {
"x": 449, "x": 241,
"y": 1914 "y": 1914
}, },
"width": 122, "width": 122,
@ -788,8 +788,8 @@
"id": "nn.oo", "id": "nn.oo",
"type": "", "type": "",
"pos": { "pos": {
"x": 469, "x": 168,
"y": 4300 "y": 4310
}, },
"width": 123, "width": 123,
"height": 126, "height": 126,
@ -828,8 +828,8 @@
"id": "ff.pp", "id": "ff.pp",
"type": "", "type": "",
"pos": { "pos": {
"x": 322, "x": 239,
"y": 2688 "y": 2698
}, },
"width": 123, "width": 123,
"height": 126, "height": 126,
@ -868,8 +868,8 @@
"id": "ll.qq", "id": "ll.qq",
"type": "", "type": "",
"pos": { "pos": {
"x": 321, "x": 238,
"y": 3198 "y": 3208
}, },
"width": 124, "width": 124,
"height": 126, "height": 126,
@ -908,8 +908,8 @@
"id": "ll.rr", "id": "ll.rr",
"type": "", "type": "",
"pos": { "pos": {
"x": 324, "x": 241,
"y": 3346 "y": 3356
}, },
"width": 118, "width": 118,
"height": 126, "height": 126,
@ -948,7 +948,7 @@
"id": "ss", "id": "ss",
"type": "", "type": "",
"pos": { "pos": {
"x": 30, "x": 385,
"y": 1428 "y": 1428
}, },
"width": 268, "width": 268,
@ -988,7 +988,7 @@
"id": "ss.tt", "id": "ss.tt",
"type": "", "type": "",
"pos": { "pos": {
"x": 105, "x": 460,
"y": 1503 "y": 1503
}, },
"width": 118, "width": 118,
@ -1028,7 +1028,7 @@
"id": "uu", "id": "uu",
"type": "", "type": "",
"pos": { "pos": {
"x": 28, "x": 383,
"y": 1814 "y": 1814
}, },
"width": 273, "width": 273,
@ -1068,7 +1068,7 @@
"id": "uu.vv", "id": "uu.vv",
"type": "", "type": "",
"pos": { "pos": {
"x": 103, "x": 458,
"y": 1889 "y": 1889
}, },
"width": 123, "width": 123,
@ -1108,8 +1108,8 @@
"id": "rm", "id": "rm",
"type": "", "type": "",
"pos": { "pos": {
"x": 102, "x": 457,
"y": 3321 "y": 3331
}, },
"width": 124, "width": 124,
"height": 126, "height": 126,
@ -1148,8 +1148,8 @@
"id": "nn.xx", "id": "nn.xx",
"type": "", "type": "",
"pos": { "pos": {
"x": 185, "x": 311,
"y": 4300 "y": 4310
}, },
"width": 122, "width": 122,
"height": 126, "height": 126,
@ -1188,8 +1188,8 @@
"id": "yy.ab", "id": "yy.ab",
"type": "", "type": "",
"pos": { "pos": {
"x": 143, "x": 458,
"y": 3904 "y": 3924
}, },
"width": 123, "width": 123,
"height": 126, "height": 126,
@ -1228,8 +1228,8 @@
"id": "nn.ac", "id": "nn.ac",
"type": "", "type": "",
"pos": { "pos": {
"x": 327, "x": 453,
"y": 4300 "y": 4310
}, },
"width": 122, "width": 122,
"height": 126, "height": 126,
@ -1292,19 +1292,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 470, "x": 645,
"y": 138 "y": 138
}, },
{ {
"x": 469.5, "x": 645,
"y": 188
},
{
"x": 347.16666666666663,
"y": 188
},
{
"x": 347,
"y": 238 "y": 238
} }
], ],
@ -1339,11 +1331,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 368, "x": 624,
"y": 364 "y": 364
}, },
{ {
"x": 368, "x": 624.5,
"y": 414
},
{
"x": 519,
"y": 414
},
{
"x": 519,
"y": 464 "y": 464
} }
], ],
@ -1378,11 +1378,27 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 510, "x": 604,
"y": 138 "y": 138
}, },
{ {
"x": 510, "x": 604.3333333333333,
"y": 188
},
{
"x": 434,
"y": 188
},
{
"x": 434,
"y": 761
},
{
"x": 376.5,
"y": 761
},
{
"x": 377,
"y": 891 "y": 891
} }
], ],
@ -1417,28 +1433,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 327, "x": 665,
"y": 364 "y": 364
}, },
{ {
"x": 326.66666666666663, "x": 665.5,
"y": 414 "y": 2417
}, },
{ {
"x": 16.5, "x": 320.5,
"y": 414 "y": 2417
}, },
{ {
"x": 16.5, "x": 321,
"y": 2407 "y": 2568
},
{
"x": 363,
"y": 2407
},
{
"x": 363,
"y": 2559
} }
], ],
"animated": false, "animated": false,
@ -1472,11 +1480,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 368, "x": 519,
"y": 590 "y": 590
}, },
{ {
"x": 368, "x": 519,
"y": 891 "y": 891
} }
], ],
@ -1511,11 +1519,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 510, "x": 377,
"y": 1017 "y": 1017
}, },
{ {
"x": 510.16666666666663, "x": 376.5,
"y": 1147
},
{
"x": 301.5,
"y": 1147
},
{
"x": 301.5,
"y": 1197 "y": 1197
} }
], ],
@ -1550,11 +1566,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 510.16666666666663, "x": 301.5,
"y": 1323 "y": 1323
}, },
{ {
"x": 510.16666666666663, "x": 301.5,
"y": 1503 "y": 1503
} }
], ],
@ -1589,11 +1605,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 510.16666666666663, "x": 301.5,
"y": 1629 "y": 1629
}, },
{ {
"x": 510.16666666666663, "x": 301.5,
"y": 1914 "y": 1914
} }
], ],
@ -1628,12 +1644,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 530.5, "x": 281.1666666666667,
"y": 2040 "y": 2040
}, },
{ {
"x": 531, "x": 281.1666666666667,
"y": 2537 "y": 2397
},
{
"x": 153,
"y": 2397
},
{
"x": 153,
"y": 2547
} }
], ],
"animated": false, "animated": false,
@ -1667,12 +1691,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 531, "x": 153,
"y": 2668 "y": 2678
}, },
{ {
"x": 531, "x": 153,
"y": 3195 "y": 3075
},
{
"x": 152.5,
"y": 3075
},
{
"x": 153,
"y": 3205
} }
], ],
"animated": false, "animated": false,
@ -1706,12 +1738,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 531, "x": 153,
"y": 3326 "y": 3336
}, },
{ {
"x": 530.5, "x": 152.5,
"y": 4300 "y": 4180
},
{
"x": 229.66666666666663,
"y": 4180
},
{
"x": 229.66666666666663,
"y": 4310
} }
], ],
"animated": false, "animated": false,
@ -1745,12 +1785,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 384, "x": 301,
"y": 2665 "y": 2675
}, },
{ {
"x": 383.5, "x": 300.5,
"y": 2688 "y": 2698
} }
], ],
"animated": false, "animated": false,
@ -1784,20 +1824,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 383.5, "x": 300,
"y": 2814 "y": 2824
}, },
{ {
"x": 383.5, "x": 300,
"y": 2944 "y": 3207.5
},
{
"x": 383,
"y": 2944
},
{
"x": 383,
"y": 3197.5
} }
], ],
"animated": false, "animated": false,
@ -1831,12 +1863,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 383, "x": 300,
"y": 3323.5 "y": 3333.5
}, },
{ {
"x": 383, "x": 300,
"y": 3346 "y": 3356
} }
], ],
"animated": false, "animated": false,
@ -1870,19 +1902,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 368, "x": 519,
"y": 1017 "y": 1017
}, },
{ {
"x": 367.66666666666663, "x": 519,
"y": 1147
},
{
"x": 163.99999999999997,
"y": 1147
},
{
"x": 163.99999999999997,
"y": 1503 "y": 1503
} }
], ],
@ -1917,11 +1941,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 164, "x": 519,
"y": 1629 "y": 1629
}, },
{ {
"x": 164, "x": 519,
"y": 1889 "y": 1889
} }
], ],
@ -1956,19 +1980,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 489.8333333333333, "x": 321.83333333333337,
"y": 2040 "y": 2040
}, },
{ {
"x": 489.8333333333333, "x": 321.83333333333337,
"y": 2145 "y": 2145
}, },
{ {
"x": 207.66666666666669, "x": 475.33333333333337,
"y": 2145 "y": 2145
}, },
{ {
"x": 208, "x": 475,
"y": 2195 "y": 2195
} }
], ],
@ -2003,11 +2027,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 164, "x": 519,
"y": 2015 "y": 2015
}, },
{ {
"x": 164, "x": 519,
"y": 2195 "y": 2195
} }
], ],
@ -2042,12 +2066,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 164, "x": 519,
"y": 2347 "y": 2347
}, },
{ {
"x": 164, "x": 519,
"y": 3320.6666666666665 "y": 3330.6666666666665
} }
], ],
"animated": false, "animated": false,
@ -2081,28 +2105,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 143.33333333333331, "x": 498.3333333333333,
"y": 3446.6666666666665 "y": 3456.6666666666665
}, },
{ {
"x": 143.33333333333331, "x": 498.3333333333333,
"y": 3602 "y": 3612
}, },
{ {
"x": 57.166666666666664, "x": 372.16666666666663,
"y": 3602 "y": 3612
}, },
{ {
"x": 57.166666666666664, "x": 372.16666666666663,
"y": 4170 "y": 4310
},
{
"x": 246,
"y": 4170
},
{
"x": 246,
"y": 4300
} }
], ],
"animated": false, "animated": false,
@ -2136,20 +2152,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 383, "x": 300,
"y": 3472 "y": 3482
}, },
{ {
"x": 383, "x": 300,
"y": 3602 "y": 3622
}, },
{ {
"x": 224.66666666666666, "x": 499.66666666666663,
"y": 3602 "y": 3622
}, },
{ {
"x": 225, "x": 500,
"y": 3732 "y": 3752
} }
], ],
"animated": false, "animated": false,
@ -2183,12 +2199,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 184.66666666666666, "x": 539.6666666666666,
"y": 3446.6666666666665 "y": 3456.6666666666665
}, },
{ {
"x": 185, "x": 540,
"y": 3732 "y": 3752
} }
], ],
"animated": false, "animated": false,
@ -2222,12 +2238,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 204, "x": 519,
"y": 3884 "y": 3904
}, },
{ {
"x": 204.5, "x": 519.5,
"y": 3904 "y": 3924
} }
], ],
"animated": false, "animated": false,
@ -2261,20 +2277,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 204.66666666666666, "x": 519.6666666666666,
"y": 4030 "y": 4050
}, },
{ {
"x": 204.66666666666666, "x": 519.6666666666666,
"y": 4160 "y": 4180
}, },
{ {
"x": 388, "x": 514.1666666666666,
"y": 4160 "y": 4180
}, },
{ {
"x": 388, "x": 514.1666666666666,
"y": 4300 "y": 4310
} }
], ],
"animated": false, "animated": false,
@ -2308,12 +2324,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 388, "x": 514.1666666666666,
"y": 4426 "y": 4436
}, },
{ {
"x": 388, "x": 514,
"y": 4606 "y": 4616
} }
], ],
"animated": false, "animated": false,
@ -2347,20 +2363,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 208, "x": 475,
"y": 2347 "y": 2347
}, },
{ {
"x": 207.66666666666669, "x": 475.33333333333337,
"y": 2397 "y": 2407
}, },
{ {
"x": 404, "x": 279.5,
"y": 2397 "y": 2407
}, },
{ {
"x": 404, "x": 279,
"y": 2559 "y": 2570
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 809 KiB

After

Width:  |  Height:  |  Size: 810 KiB

View file

@ -6,7 +6,7 @@
"id": "a", "id": "a",
"type": "", "type": "",
"pos": { "pos": {
"x": 1657, "x": 12,
"y": 541 "y": 541
}, },
"width": 113, "width": 113,
@ -46,7 +46,7 @@
"id": "b", "id": "b",
"type": "", "type": "",
"pos": { "pos": {
"x": 1524, "x": 1393,
"y": 541 "y": 541
}, },
"width": 113, "width": 113,
@ -86,8 +86,8 @@
"id": "c", "id": "c",
"type": "", "type": "",
"pos": { "pos": {
"x": 578, "x": 722,
"y": 2178 "y": 2168
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -126,8 +126,8 @@
"id": "d", "id": "d",
"type": "", "type": "",
"pos": { "pos": {
"x": 711, "x": 855,
"y": 2178 "y": 2168
}, },
"width": 114, "width": 114,
"height": 126, "height": 126,
@ -166,8 +166,8 @@
"id": "e", "id": "e",
"type": "", "type": "",
"pos": { "pos": {
"x": 712, "x": 856,
"y": 2404 "y": 2394
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -206,8 +206,8 @@
"id": "f", "id": "f",
"type": "", "type": "",
"pos": { "pos": {
"x": 447, "x": 989,
"y": 2178 "y": 2168
}, },
"width": 111, "width": 111,
"height": 126, "height": 126,
@ -246,8 +246,8 @@
"id": "g", "id": "g",
"type": "", "type": "",
"pos": { "pos": {
"x": 919, "x": 294,
"y": 2178 "y": 2168
}, },
"width": 114, "width": 114,
"height": 126, "height": 126,
@ -286,8 +286,8 @@
"id": "h", "id": "h",
"type": "", "type": "",
"pos": { "pos": {
"x": 1006, "x": 343,
"y": 1311 "y": 1301
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -326,10 +326,10 @@
"id": "i", "id": "i",
"type": "", "type": "",
"pos": { "pos": {
"x": 239, "x": 665,
"y": 1311 "y": 1301
}, },
"width": 746, "width": 683,
"height": 732, "height": 732,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -366,8 +366,8 @@
"id": "i.j", "id": "i.j",
"type": "", "type": "",
"pos": { "pos": {
"x": 517, "x": 879,
"y": 1386 "y": 1376
}, },
"width": 392, "width": 392,
"height": 276, "height": 276,
@ -406,8 +406,8 @@
"id": "i.j.k", "id": "i.j.k",
"type": "", "type": "",
"pos": { "pos": {
"x": 592, "x": 954,
"y": 1461 "y": 1451
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -446,8 +446,8 @@
"id": "i.j.l", "id": "i.j.l",
"type": "", "type": "",
"pos": { "pos": {
"x": 725, "x": 1087,
"y": 1461 "y": 1451
}, },
"width": 109, "width": 109,
"height": 126, "height": 126,
@ -486,8 +486,8 @@
"id": "i.m", "id": "i.m",
"type": "", "type": "",
"pos": { "pos": {
"x": 447, "x": 740,
"y": 1784 "y": 1774
}, },
"width": 117, "width": 117,
"height": 126, "height": 126,
@ -526,8 +526,8 @@
"id": "i.n", "id": "i.n",
"type": "", "type": "",
"pos": { "pos": {
"x": 314, "x": 877,
"y": 1842 "y": 1832
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -566,8 +566,8 @@
"id": "i.o", "id": "i.o",
"type": "", "type": "",
"pos": { "pos": {
"x": 648, "x": 1010,
"y": 1692 "y": 1682
}, },
"width": 263, "width": 263,
"height": 276, "height": 276,
@ -606,8 +606,8 @@
"id": "i.o.p", "id": "i.o.p",
"type": "", "type": "",
"pos": { "pos": {
"x": 723, "x": 1085,
"y": 1767 "y": 1757
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -646,8 +646,8 @@
"id": "q", "id": "q",
"type": "", "type": "",
"pos": { "pos": {
"x": 313, "x": 1272,
"y": 2178 "y": 2168
}, },
"width": 114, "width": 114,
"height": 126, "height": 126,
@ -686,10 +686,10 @@
"id": "r", "id": "r",
"type": "", "type": "",
"pos": { "pos": {
"x": 12, "x": 145,
"y": 12 "y": 12
}, },
"width": 1492, "width": 1228,
"height": 1179, "height": 1179,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -726,10 +726,10 @@
"id": "r.s", "id": "r.s",
"type": "", "type": "",
"pos": { "pos": {
"x": 87, "x": 220,
"y": 388 "y": 388
}, },
"width": 767, "width": 795,
"height": 577, "height": 577,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -766,7 +766,7 @@
"id": "r.s.t", "id": "r.s.t",
"type": "", "type": "",
"pos": { "pos": {
"x": 669, "x": 295,
"y": 671 "y": 671
}, },
"width": 111, "width": 111,
@ -806,7 +806,7 @@
"id": "r.s.u", "id": "r.s.u",
"type": "", "type": "",
"pos": { "pos": {
"x": 162, "x": 426,
"y": 609 "y": 609
}, },
"width": 264, "width": 264,
@ -846,7 +846,7 @@
"id": "r.s.u.v", "id": "r.s.u.v",
"type": "", "type": "",
"pos": { "pos": {
"x": 237, "x": 501,
"y": 684 "y": 684
}, },
"width": 114, "width": 114,
@ -886,7 +886,7 @@
"id": "r.s.w", "id": "r.s.w",
"type": "", "type": "",
"pos": { "pos": {
"x": 446, "x": 710,
"y": 687 "y": 687
}, },
"width": 118, "width": 118,
@ -926,7 +926,7 @@
"id": "r.s.x", "id": "r.s.x",
"type": "", "type": "",
"pos": { "pos": {
"x": 467, "x": 694,
"y": 463 "y": 463
}, },
"width": 113, "width": 113,
@ -966,7 +966,7 @@
"id": "r.s.y", "id": "r.s.y",
"type": "", "type": "",
"pos": { "pos": {
"x": 600, "x": 827,
"y": 463 "y": 463
}, },
"width": 114, "width": 114,
@ -1006,7 +1006,7 @@
"id": "r.z", "id": "r.z",
"type": "", "type": "",
"pos": { "pos": {
"x": 238, "x": 502,
"y": 990 "y": 990
}, },
"width": 112, "width": 112,
@ -1046,7 +1046,7 @@
"id": "r.aa", "id": "r.aa",
"type": "", "type": "",
"pos": { "pos": {
"x": 549, "x": 262,
"y": 237 "y": 237
}, },
"width": 122, "width": 122,
@ -1086,7 +1086,7 @@
"id": "r.bb", "id": "r.bb",
"type": "", "type": "",
"pos": { "pos": {
"x": 1014, "x": 404,
"y": 87 "y": 87
}, },
"width": 415, "width": 415,
@ -1126,7 +1126,7 @@
"id": "r.bb.cc", "id": "r.bb.cc",
"type": "", "type": "",
"pos": { "pos": {
"x": 1089, "x": 479,
"y": 162 "y": 162
}, },
"width": 121, "width": 121,
@ -1166,7 +1166,7 @@
"id": "r.bb.dd", "id": "r.bb.dd",
"type": "", "type": "",
"pos": { "pos": {
"x": 1230, "x": 620,
"y": 162 "y": 162
}, },
"width": 124, "width": 124,
@ -1206,7 +1206,7 @@
"id": "r.ee", "id": "r.ee",
"type": "", "type": "",
"pos": { "pos": {
"x": 872, "x": 1033,
"y": 237 "y": 237
}, },
"width": 122, "width": 122,
@ -1246,7 +1246,7 @@
"id": "r.ff", "id": "r.ff",
"type": "", "type": "",
"pos": { "pos": {
"x": 875, "x": 1036,
"y": 388 "y": 388
}, },
"width": 117, "width": 117,
@ -1286,7 +1286,7 @@
"id": "r.gg", "id": "r.gg",
"type": "", "type": "",
"pos": { "pos": {
"x": 691, "x": 1175,
"y": 237 "y": 237
}, },
"width": 123, "width": 123,
@ -1350,20 +1350,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 648, "x": 1010.5,
"y": 1587 "y": 1577
}, },
{ {
"x": 648, "x": 1010.5,
"y": 1677 "y": 1667
}, },
{ {
"x": 534.75, "x": 827.75,
"y": 1677 "y": 1667
}, },
{ {
"x": 534.75, "x": 827.75,
"y": 1783.875 "y": 1773.875
} }
], ],
"animated": false, "animated": false,
@ -1397,12 +1397,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 779, "x": 1141.5,
"y": 1587 "y": 1577
}, },
{ {
"x": 779, "x": 1141.5,
"y": 1767 "y": 1757
} }
], ],
"animated": false, "animated": false,
@ -1436,28 +1436,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 341.5, "x": 1357.75,
"y": 2178 "y": 2168
}, },
{ {
"x": 341.5, "x": 1357.75,
"y": 2098 "y": 1246
}, },
{ {
"x": 228.5, "x": 798.25,
"y": 2098 "y": 1246
}, },
{ {
"x": 228.5, "x": 798.25,
"y": 1256 "y": 1773.875
},
{
"x": 475.75,
"y": 1256
},
{
"x": 475.75,
"y": 1783.875
} }
], ],
"animated": false, "animated": false,
@ -1491,20 +1483,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 466, "x": 837.25,
"y": 1909.875 "y": 1899.875
}, },
{ {
"x": 466, "x": 837.25,
"y": 2098 "y": 2098
}, },
{ {
"x": 398.5, "x": 1300.75,
"y": 2098 "y": 2098
}, },
{ {
"x": 398.5, "x": 1300.75,
"y": 2178 "y": 2168
} }
], ],
"animated": false, "animated": false,
@ -1538,12 +1530,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 370, "x": 933.25,
"y": 1968 "y": 1958
}, },
{ {
"x": 370, "x": 933.25,
"y": 2178 "y": 2088
},
{
"x": 1329.25,
"y": 2088
},
{
"x": 1329.25,
"y": 2168
} }
], ],
"animated": false, "animated": false,
@ -1577,20 +1577,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 505, "x": 778.75,
"y": 1909.875 "y": 1899.875
}, },
{ {
"x": 505, "x": 778.75,
"y": 2118 "y": 2168
},
{
"x": 634.5,
"y": 2118
},
{
"x": 634.5,
"y": 2178
} }
], ],
"animated": false, "animated": false,
@ -1624,20 +1616,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 524.5, "x": 798.25,
"y": 1909.875 "y": 1899.875
}, },
{ {
"x": 524.5, "x": 798.25,
"y": 2108 "y": 2118
}, },
{ {
"x": 768, "x": 912.25,
"y": 2108 "y": 2118
}, },
{ {
"x": 768, "x": 912.25,
"y": 2178 "y": 2168
} }
], ],
"animated": false, "animated": false,
@ -1671,20 +1663,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 544, "x": 759.25,
"y": 1909.875 "y": 1899.875
}, },
{ {
"x": 544, "x": 759.25,
"y": 2098 "y": 2088
}, },
{ {
"x": 957, "x": 370,
"y": 2098 "y": 2088
}, },
{ {
"x": 957, "x": 370,
"y": 2178 "y": 2168
} }
], ],
"animated": false, "animated": false,
@ -1718,20 +1710,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 485.5, "x": 817.75,
"y": 1909.875 "y": 1899.875
}, },
{ {
"x": 485.5, "x": 817.75,
"y": 2128 "y": 2108
}, },
{ {
"x": 502.5, "x": 1044.75,
"y": 2128 "y": 2108
}, },
{ {
"x": 502.5, "x": 1044.75,
"y": 2178 "y": 2168
} }
], ],
"animated": false, "animated": false,
@ -1765,12 +1757,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 768, "x": 912.25,
"y": 2304 "y": 2294
}, },
{ {
"x": 768, "x": 912.25,
"y": 2404 "y": 2394
} }
], ],
"animated": false, "animated": false,
@ -1804,19 +1796,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 542.6666666666666, "x": 731.3333333333333,
"y": 589 "y": 589
}, },
{ {
"x": 542.6666666666666, "x": 731.3333333333333,
"y": 599 "y": 599
}, },
{ {
"x": 696.5833333333333, "x": 378.25,
"y": 599 "y": 599
}, },
{ {
"x": 696.5833333333333, "x": 378.25,
"y": 671 "y": 671
} }
], ],
@ -1851,11 +1843,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 505, "x": 769,
"y": 589 "y": 589
}, },
{ {
"x": 505, "x": 769,
"y": 686.5 "y": 686.5
} }
], ],
@ -1890,11 +1882,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 752.0833333333333, "x": 1236.6666666666665,
"y": 363 "y": 363
}, },
{ {
"x": 752.0833333333333, "x": 1236.6666666666665,
"y": 373
},
{
"x": 350.5,
"y": 373
},
{
"x": 350.5,
"y": 671 "y": 671
} }
], ],
@ -1929,11 +1929,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 294, "x": 558,
"y": 810 "y": 810
}, },
{ {
"x": 294, "x": 558,
"y": 990 "y": 990
} }
], ],
@ -1968,19 +1968,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 609.5833333333333, "x": 322.75,
"y": 363 "y": 363
}, },
{ {
"x": 609.5833333333333, "x": 322.75,
"y": 373
},
{
"x": 724.3333333333333,
"y": 373
},
{
"x": 724.3333333333333,
"y": 671 "y": 671
} }
], ],
@ -2015,12 +2007,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 505, "x": 769,
"y": 812.5 "y": 812.5
}, },
{ {
"x": 505, "x": 769,
"y": 1783.875 "y": 1773.875
} }
], ],
"animated": false, "animated": false,
@ -2054,20 +2046,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 705.8333333333333, "x": 332,
"y": 797 "y": 797
}, },
{ {
"x": 705.8333333333333, "x": 332,
"y": 1256 "y": 2168
},
{
"x": 995,
"y": 1256
},
{
"x": 995,
"y": 2178
} }
], ],
"animated": false, "animated": false,
@ -2101,20 +2085,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 742.8333333333333, "x": 369,
"y": 797 "y": 797
}, },
{ {
"x": 742.8333333333333, "x": 369,
"y": 1246 "y": 1246
}, },
{ {
"x": 1062.5, "x": 399.5,
"y": 1246 "y": 1246
}, },
{ {
"x": 1062.5, "x": 399.5,
"y": 1311 "y": 1301
} }
], ],
"animated": false, "animated": false,
@ -2148,11 +2132,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 933.3333333333333, "x": 1094.1666666666665,
"y": 363 "y": 363
}, },
{ {
"x": 933.3333333333333, "x": 1094.1666666666665,
"y": 388 "y": 388
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 662 KiB

After

Width:  |  Height:  |  Size: 662 KiB

View file

@ -6,7 +6,7 @@
"id": "a", "id": "a",
"type": "text", "type": "text",
"pos": { "pos": {
"x": 263, "x": 12,
"y": 176 "y": 176
}, },
"width": 382, "width": 382,
@ -45,7 +45,7 @@
"id": "b", "id": "b",
"type": "text", "type": "text",
"pos": { "pos": {
"x": 178, "x": 414,
"y": 217 "y": 217
}, },
"width": 65, "width": 65,
@ -84,7 +84,7 @@
"id": "z", "id": "z",
"type": "text", "type": "text",
"pos": { "pos": {
"x": 151, "x": 143,
"y": 12 "y": 12
}, },
"width": 179, "width": 179,
@ -123,7 +123,7 @@
"id": "c", "id": "c",
"type": "", "type": "",
"pos": { "pos": {
"x": 104, "x": 340,
"y": 389 "y": 389
}, },
"width": 214, "width": 214,
@ -163,7 +163,7 @@
"id": "sugar", "id": "sugar",
"type": "", "type": "",
"pos": { "pos": {
"x": 12, "x": 499,
"y": 163 "y": 163
}, },
"width": 146, "width": 146,
@ -203,7 +203,7 @@
"id": "solution", "id": "solution",
"type": "", "type": "",
"pos": { "pos": {
"x": 129, "x": 365,
"y": 736 "y": 736
}, },
"width": 164, "width": 164,
@ -267,19 +267,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 270.1666666666667, "x": 203,
"y": 63 "y": 63
}, },
{ {
"x": 270.1666666666667, "x": 203,
"y": 113
},
{
"x": 454,
"y": 113
},
{
"x": 454,
"y": 175.5 "y": 175.5
} }
], ],
@ -314,11 +306,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 210.5, "x": 262.6666666666667,
"y": 63 "y": 63
}, },
{ {
"x": 210.5, "x": 262.6666666666667,
"y": 113
},
{
"x": 446.5,
"y": 113
},
{
"x": 446.5,
"y": 217 "y": 217
} }
], ],
@ -353,19 +353,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 454, "x": 203,
"y": 276.5 "y": 276.5
}, },
{ {
"x": 454, "x": 203,
"y": 339 "y": 339
}, },
{ {
"x": 264, "x": 393,
"y": 339 "y": 339
}, },
{ {
"x": 264, "x": 393,
"y": 389 "y": 389
} }
], ],
@ -400,11 +400,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 210.5, "x": 446.5,
"y": 235 "y": 235
}, },
{ {
"x": 210.5, "x": 446.5,
"y": 389 "y": 389
} }
], ],
@ -439,19 +439,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 85, "x": 572,
"y": 289 "y": 289
}, },
{ {
"x": 85, "x": 572,
"y": 339 "y": 339
}, },
{ {
"x": 157, "x": 500,
"y": 339 "y": 339
}, },
{ {
"x": 157, "x": 500,
"y": 389 "y": 389
} }
], ],
@ -486,11 +486,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 210.5, "x": 446.5,
"y": 515 "y": 515
}, },
{ {
"x": 210.5, "x": 446.5,
"y": 736 "y": 736
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 506 KiB

After

Width:  |  Height:  |  Size: 506 KiB

View file

@ -6,7 +6,7 @@
"id": "a", "id": "a",
"type": "", "type": "",
"pos": { "pos": {
"x": 450, "x": 798,
"y": 464 "y": 464
}, },
"width": 113, "width": 113,
@ -46,7 +46,7 @@
"id": "b", "id": "b",
"type": "", "type": "",
"pos": { "pos": {
"x": 1110, "x": 140,
"y": 710 "y": 710
}, },
"width": 113, "width": 113,
@ -86,7 +86,7 @@
"id": "c", "id": "c",
"type": "", "type": "",
"pos": { "pos": {
"x": 706, "x": 273,
"y": 710 "y": 710
}, },
"width": 113, "width": 113,
@ -126,7 +126,7 @@
"id": "d", "id": "d",
"type": "", "type": "",
"pos": { "pos": {
"x": 976, "x": 539,
"y": 710 "y": 710
}, },
"width": 114, "width": 114,
@ -166,7 +166,7 @@
"id": "e", "id": "e",
"type": "", "type": "",
"pos": { "pos": {
"x": 442, "x": 806,
"y": 710 "y": 710
}, },
"width": 113, "width": 113,
@ -206,7 +206,7 @@
"id": "f", "id": "f",
"type": "", "type": "",
"pos": { "pos": {
"x": 176, "x": 1071,
"y": 710 "y": 710
}, },
"width": 111, "width": 111,
@ -246,7 +246,7 @@
"id": "g", "id": "g",
"type": "", "type": "",
"pos": { "pos": {
"x": 449, "x": 797,
"y": 238 "y": 238
}, },
"width": 114, "width": 114,
@ -286,7 +286,7 @@
"id": "h", "id": "h",
"type": "", "type": "",
"pos": { "pos": {
"x": 43, "x": 1202,
"y": 710 "y": 710
}, },
"width": 113, "width": 113,
@ -326,7 +326,7 @@
"id": "i", "id": "i",
"type": "", "type": "",
"pos": { "pos": {
"x": 1112, "x": 142,
"y": 464 "y": 464
}, },
"width": 109, "width": 109,
@ -366,7 +366,7 @@
"id": "j", "id": "j",
"type": "", "type": "",
"pos": { "pos": {
"x": 1241, "x": 12,
"y": 464 "y": 464
}, },
"width": 110, "width": 110,
@ -406,7 +406,7 @@
"id": "k", "id": "k",
"type": "", "type": "",
"pos": { "pos": {
"x": 562, "x": 817,
"y": 12 "y": 12
}, },
"width": 113, "width": 113,
@ -446,7 +446,7 @@
"id": "l", "id": "l",
"type": "", "type": "",
"pos": { "pos": {
"x": 433, "x": 688,
"y": 12 "y": 12
}, },
"width": 109, "width": 109,
@ -486,7 +486,7 @@
"id": "m", "id": "m",
"type": "", "type": "",
"pos": { "pos": {
"x": 820, "x": 155,
"y": 936 "y": 936
}, },
"width": 117, "width": 117,
@ -526,7 +526,7 @@
"id": "n", "id": "n",
"type": "", "type": "",
"pos": { "pos": {
"x": 687, "x": 292,
"y": 936 "y": 936
}, },
"width": 113, "width": 113,
@ -566,7 +566,7 @@
"id": "o", "id": "o",
"type": "", "type": "",
"pos": { "pos": {
"x": 1090, "x": 425,
"y": 936 "y": 936
}, },
"width": 114, "width": 114,
@ -606,7 +606,7 @@
"id": "p", "id": "p",
"type": "", "type": "",
"pos": { "pos": {
"x": 957, "x": 559,
"y": 936 "y": 936
}, },
"width": 113, "width": 113,
@ -646,7 +646,7 @@
"id": "q", "id": "q",
"type": "", "type": "",
"pos": { "pos": {
"x": 422, "x": 692,
"y": 936 "y": 936
}, },
"width": 114, "width": 114,
@ -686,7 +686,7 @@
"id": "r", "id": "r",
"type": "", "type": "",
"pos": { "pos": {
"x": 556, "x": 826,
"y": 936 "y": 936
}, },
"width": 111, "width": 111,
@ -726,7 +726,7 @@
"id": "s", "id": "s",
"type": "", "type": "",
"pos": { "pos": {
"x": 958, "x": 559,
"y": 1162 "y": 1162
}, },
"width": 112, "width": 112,
@ -766,7 +766,7 @@
"id": "t", "id": "t",
"type": "", "type": "",
"pos": { "pos": {
"x": 157, "x": 957,
"y": 936 "y": 936
}, },
"width": 111, "width": 111,
@ -806,7 +806,7 @@
"id": "u", "id": "u",
"type": "", "type": "",
"pos": { "pos": {
"x": 288, "x": 1088,
"y": 936 "y": 936
}, },
"width": 114, "width": 114,
@ -846,7 +846,7 @@
"id": "v", "id": "v",
"type": "", "type": "",
"pos": { "pos": {
"x": 150, "x": 1094,
"y": 464 "y": 464
}, },
"width": 114, "width": 114,
@ -886,7 +886,7 @@
"id": "w", "id": "w",
"type": "", "type": "",
"pos": { "pos": {
"x": 12, "x": 1228,
"y": 464 "y": 464
}, },
"width": 118, "width": 118,
@ -950,19 +950,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 546.5119047619048, "x": 814.0714285714287,
"y": 590 "y": 590
}, },
{ {
"x": 546.5119047619048, "x": 814.0714285714287,
"y": 640 "y": 640
}, },
{ {
"x": 1138, "x": 224.75,
"y": 640 "y": 640
}, },
{ {
"x": 1138, "x": 224.75,
"y": 710 "y": 710
} }
], ],
@ -997,19 +997,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 514.2261904761905, "x": 830.2142857142858,
"y": 590 "y": 590
}, },
{ {
"x": 514.2261904761905, "x": 830.2142857142858,
"y": 660 "y": 650
}, },
{ {
"x": 762.5833333333334, "x": 329.5000000000001,
"y": 660 "y": 650
}, },
{ {
"x": 762.5833333333334, "x": 329.5000000000001,
"y": 710 "y": 710
} }
], ],
@ -1044,19 +1044,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 530.3690476190476, "x": 846.357142857143,
"y": 590 "y": 590
}, },
{ {
"x": 530.3690476190476, "x": 846.357142857143,
"y": 650 "y": 660
}, },
{ {
"x": 1032.75, "x": 596.3333333333335,
"y": 650 "y": 660
}, },
{ {
"x": 1032.75, "x": 596.3333333333335,
"y": 710 "y": 710
} }
], ],
@ -1091,11 +1091,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 498.08333333333337, "x": 862.5000000000001,
"y": 590 "y": 590
}, },
{ {
"x": 498.0833333333333, "x": 862.5000000000001,
"y": 710 "y": 710
} }
], ],
@ -1130,19 +1130,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 481.9404761904762, "x": 878.6428571428573,
"y": 590 "y": 590
}, },
{ {
"x": 481.9404761904762, "x": 878.6428571428573,
"y": 660 "y": 660
}, },
{ {
"x": 231.25, "x": 1126.3333333333335,
"y": 660 "y": 660
}, },
{ {
"x": 231.25, "x": 1126.3333333333335,
"y": 710 "y": 710
} }
], ],
@ -1177,11 +1177,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 506.1547619047619, "x": 854.4285714285716,
"y": 364 "y": 364
}, },
{ {
"x": 506.1547619047619, "x": 854.4285714285716,
"y": 464 "y": 464
} }
], ],
@ -1216,19 +1216,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 465.7976190476191, "x": 894.7857142857144,
"y": 590 "y": 590
}, },
{ {
"x": 465.7976190476191, "x": 894.7857142857144,
"y": 650 "y": 650
}, },
{ {
"x": 127.5, "x": 1230.0833333333335,
"y": 650 "y": 650
}, },
{ {
"x": 127.5, "x": 1230.0833333333335,
"y": 710 "y": 710
} }
], ],
@ -1263,11 +1263,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1166.25, "x": 196.5,
"y": 590 "y": 590
}, },
{ {
"x": 1166.25, "x": 196.5,
"y": 710 "y": 710
} }
], ],
@ -1302,19 +1302,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1295.75, "x": 67,
"y": 590 "y": 590
}, },
{ {
"x": 1295.75, "x": 67,
"y": 640 "y": 640
}, },
{ {
"x": 1194.5, "x": 168.25,
"y": 640 "y": 640
}, },
{ {
"x": 1194.5, "x": 168.25,
"y": 710 "y": 710
} }
], ],
@ -1349,19 +1349,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 618.1547619047619, "x": 873.4285714285716,
"y": 138 "y": 138
}, },
{ {
"x": 618.1547619047619, "x": 873.4285714285716,
"y": 188
},
{
"x": 525.1547619047619,
"y": 188
},
{
"x": 525.1547619047619,
"y": 238 "y": 238
} }
], ],
@ -1396,11 +1388,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 487.1547619047619, "x": 742.4285714285716,
"y": 138 "y": 138
}, },
{ {
"x": 487.1547619047619, "x": 742.4285714285716,
"y": 188
},
{
"x": 835.4285714285716,
"y": 188
},
{
"x": 835.4285714285716,
"y": 238 "y": 238
} }
], ],
@ -1435,19 +1435,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 781.4166666666667, "x": 310.66666666666674,
"y": 836 "y": 836
}, },
{ {
"x": 781.4166666666667, "x": 310.66666666666674,
"y": 886 "y": 886
}, },
{ {
"x": 878.75, "x": 213.33333333333348,
"y": 886 "y": 886
}, },
{ {
"x": 878.75, "x": 213.33333333333348,
"y": 936 "y": 936
} }
], ],
@ -1482,11 +1482,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 743.75, "x": 348.3333333333335,
"y": 836 "y": 836
}, },
{ {
"x": 743.75, "x": 348.3333333333335,
"y": 936 "y": 936
} }
], ],
@ -1521,19 +1521,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1051.75, "x": 577.3333333333335,
"y": 836 "y": 836
}, },
{ {
"x": 1051.75, "x": 577.3333333333335,
"y": 886 "y": 886
}, },
{ {
"x": 1147.25, "x": 481.8333333333335,
"y": 886 "y": 886
}, },
{ {
"x": 1147.25, "x": 481.8333333333335,
"y": 936 "y": 936
} }
], ],
@ -1568,11 +1568,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1013.75, "x": 615.3333333333335,
"y": 836 "y": 836
}, },
{ {
"x": 1013.75, "x": 615.3333333333335,
"y": 936 "y": 936
} }
], ],
@ -1607,11 +1607,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 479.25, "x": 843.6666666666667,
"y": 836 "y": 836
}, },
{ {
"x": 479.25, "x": 843.6666666666667,
"y": 886
},
{
"x": 748.8333333333335,
"y": 886
},
{
"x": 748.8333333333335,
"y": 936 "y": 936
} }
], ],
@ -1646,19 +1654,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 516.9166666666666, "x": 881.3333333333335,
"y": 836 "y": 836
}, },
{ {
"x": 516.9166666666666, "x": 881.3333333333335,
"y": 886
},
{
"x": 611.75,
"y": 886
},
{
"x": 611.75,
"y": 936 "y": 936
} }
], ],
@ -1693,11 +1693,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1013.75, "x": 615.3333333333335,
"y": 1062 "y": 1062
}, },
{ {
"x": 1013.75, "x": 615.3333333333335,
"y": 1162 "y": 1162
} }
], ],
@ -1732,11 +1732,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 212.75, "x": 1107.8333333333335,
"y": 836 "y": 836
}, },
{ {
"x": 212.75, "x": 1107.8333333333335,
"y": 886
},
{
"x": 1012.3333333333335,
"y": 886
},
{
"x": 1012.3333333333335,
"y": 936 "y": 936
} }
], ],
@ -1771,19 +1779,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 249.75, "x": 1144.8333333333335,
"y": 836 "y": 836
}, },
{ {
"x": 249.75, "x": 1144.8333333333335,
"y": 886
},
{
"x": 345.25,
"y": 886
},
{
"x": 345.25,
"y": 936 "y": 936
} }
], ],
@ -1818,19 +1818,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 207, "x": 1150.5833333333335,
"y": 590 "y": 590
}, },
{ {
"x": 207, "x": 1150.5833333333335,
"y": 640 "y": 640
}, },
{ {
"x": 99.25, "x": 1258.3333333333335,
"y": 640 "y": 640
}, },
{ {
"x": 99.25, "x": 1258.3333333333335,
"y": 710 "y": 710
} }
], ],
@ -1865,11 +1865,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 71, "x": 1286.5833333333335,
"y": 590 "y": 590
}, },
{ {
"x": 71, "x": 1286.5833333333335,
"y": 710 "y": 710
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 336 KiB

After

Width:  |  Height:  |  Size: 336 KiB

View file

@ -6,7 +6,7 @@
"id": "a", "id": "a",
"type": "", "type": "",
"pos": { "pos": {
"x": 267, "x": 367,
"y": 1182 "y": 1182
}, },
"width": 113, "width": 113,
@ -46,7 +46,7 @@
"id": "b", "id": "b",
"type": "", "type": "",
"pos": { "pos": {
"x": 184, "x": 446,
"y": 1634 "y": 1634
}, },
"width": 113, "width": 113,
@ -86,7 +86,7 @@
"id": "c", "id": "c",
"type": "", "type": "",
"pos": { "pos": {
"x": 251, "x": 378,
"y": 464 "y": 464
}, },
"width": 113, "width": 113,
@ -126,8 +126,8 @@
"id": "d", "id": "d",
"type": "", "type": "",
"pos": { "pos": {
"x": 183, "x": 446,
"y": 936 "y": 926
}, },
"width": 114, "width": 114,
"height": 126, "height": 126,
@ -166,7 +166,7 @@
"id": "e", "id": "e",
"type": "", "type": "",
"pos": { "pos": {
"x": 49, "x": 561,
"y": 1182 "y": 1182
}, },
"width": 113, "width": 113,
@ -206,7 +206,7 @@
"id": "f", "id": "f",
"type": "", "type": "",
"pos": { "pos": {
"x": 50, "x": 647,
"y": 1408 "y": 1408
}, },
"width": 111, "width": 111,
@ -246,7 +246,7 @@
"id": "g", "id": "g",
"type": "", "type": "",
"pos": { "pos": {
"x": 231, "x": 397,
"y": 12 "y": 12
}, },
"width": 114, "width": 114,
@ -286,7 +286,7 @@
"id": "h", "id": "h",
"type": "", "type": "",
"pos": { "pos": {
"x": 12, "x": 712,
"y": 238 "y": 238
}, },
"width": 113, "width": 113,
@ -326,7 +326,7 @@
"id": "i", "id": "i",
"type": "", "type": "",
"pos": { "pos": {
"x": 14, "x": 714,
"y": 464 "y": 464
}, },
"width": 109, "width": 109,
@ -366,8 +366,8 @@
"id": "j", "id": "j",
"type": "", "type": "",
"pos": { "pos": {
"x": 14, "x": 714,
"y": 710 "y": 700
}, },
"width": 110, "width": 110,
"height": 126, "height": 126,
@ -406,8 +406,8 @@
"id": "k", "id": "k",
"type": "", "type": "",
"pos": { "pos": {
"x": 30, "x": 580,
"y": 936 "y": 926
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -446,7 +446,7 @@
"id": "l", "id": "l",
"type": "", "type": "",
"pos": { "pos": {
"x": 585, "x": 12,
"y": 1182 "y": 1182
}, },
"width": 109, "width": 109,
@ -486,7 +486,7 @@
"id": "m", "id": "m",
"type": "", "type": "",
"pos": { "pos": {
"x": 516, "x": 73,
"y": 1634 "y": 1634
}, },
"width": 117, "width": 117,
@ -526,8 +526,8 @@
"id": "n", "id": "n",
"type": "", "type": "",
"pos": { "pos": {
"x": 546, "x": 29,
"y": 936 "y": 926
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -566,7 +566,7 @@
"id": "o", "id": "o",
"type": "", "type": "",
"pos": { "pos": {
"x": 439, "x": 153,
"y": 1182 "y": 1182
}, },
"width": 114, "width": 114,
@ -606,7 +606,7 @@
"id": "p", "id": "p",
"type": "", "type": "",
"pos": { "pos": {
"x": 440, "x": 154,
"y": 1408 "y": 1408
}, },
"width": 113, "width": 113,
@ -646,7 +646,7 @@
"id": "q", "id": "q",
"type": "", "type": "",
"pos": { "pos": {
"x": 527, "x": 48,
"y": 12 "y": 12
}, },
"width": 114, "width": 114,
@ -686,7 +686,7 @@
"id": "r", "id": "r",
"type": "", "type": "",
"pos": { "pos": {
"x": 384, "x": 240,
"y": 238 "y": 238
}, },
"width": 111, "width": 111,
@ -726,7 +726,7 @@
"id": "s", "id": "s",
"type": "", "type": "",
"pos": { "pos": {
"x": 384, "x": 240,
"y": 464 "y": 464
}, },
"width": 112, "width": 112,
@ -766,8 +766,8 @@
"id": "t", "id": "t",
"type": "", "type": "",
"pos": { "pos": {
"x": 384, "x": 240,
"y": 710 "y": 700
}, },
"width": 111, "width": 111,
"height": 126, "height": 126,
@ -806,8 +806,8 @@
"id": "u", "id": "u",
"type": "", "type": "",
"pos": { "pos": {
"x": 401, "x": 288,
"y": 936 "y": 926
}, },
"width": 114, "width": 114,
"height": 126, "height": 126,
@ -870,19 +870,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 323.83333333333326, "x": 423.3,
"y": 1308 "y": 1308
}, },
{ {
"x": 323.83333333333326, "x": 423.3,
"y": 1584 "y": 1584
}, },
{ {
"x": 268.41666666666663, "x": 474.35,
"y": 1584 "y": 1584
}, },
{ {
"x": 268.41666666666663, "x": 474.35,
"y": 1634 "y": 1634
} }
], ],
@ -917,19 +917,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 307.16666666666663, "x": 434.6,
"y": 590 "y": 590
}, },
{ {
"x": 307.16666666666663, "x": 434.6,
"y": 1112
},
{
"x": 312.53333333333325,
"y": 1112
},
{
"x": 312.53333333333325,
"y": 1182 "y": 1182
} }
], ],
@ -964,19 +956,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 268.66666666666663, "x": 474.1,
"y": 1062 "y": 1052
}, },
{ {
"x": 268.66666666666663, "x": 474.1,
"y": 1112 "y": 1102
}, },
{ {
"x": 289.9333333333333, "x": 457.20000000000005,
"y": 1112 "y": 1102
}, },
{ {
"x": 289.9333333333333, "x": 457.20000000000005,
"y": 1182 "y": 1182
} }
], ],
@ -1011,11 +1003,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 240.16666666666663, "x": 502.6,
"y": 1062 "y": 1052
}, },
{ {
"x": 240.16666666666663, "x": 502.6,
"y": 1634 "y": 1634
} }
], ],
@ -1050,19 +1042,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 211.66666666666663, "x": 531.1,
"y": 1062 "y": 1052
}, },
{ {
"x": 211.66666666666663, "x": 531.1,
"y": 1112 "y": 1102
}, },
{ {
"x": 124.5, "x": 598.4333333333333,
"y": 1112 "y": 1102
}, },
{ {
"x": 124.5, "x": 598.4333333333333,
"y": 1182 "y": 1182
} }
], ],
@ -1097,11 +1089,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 105.66666666666669, "x": 617.2666666666667,
"y": 1308 "y": 1308
}, },
{ {
"x": 105.66666666666669, "x": 617.2666666666667,
"y": 1358
},
{
"x": 674.85,
"y": 1358
},
{
"x": 674.85,
"y": 1408 "y": 1408
} }
], ],
@ -1136,19 +1136,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 105.66666666666669, "x": 702.6,
"y": 1534 "y": 1534
}, },
{ {
"x": 105.66666666666669, "x": 702.6,
"y": 1584 "y": 1584
}, },
{ {
"x": 211.91666666666663, "x": 530.85,
"y": 1584 "y": 1584
}, },
{ {
"x": 211.91666666666663, "x": 530.85,
"y": 1634 "y": 1634
} }
], ],
@ -1183,27 +1183,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 278.91666666666663, "x": 462.85,
"y": 590 "y": 590
}, },
{ {
"x": 278.91666666666663, "x": 462.85,
"y": 640 "y": 640
}, },
{ {
"x": 172.16666666666663, "x": 702.6,
"y": 640 "y": 640
}, },
{ {
"x": 172.16666666666663, "x": 702.6,
"y": 1358
},
{
"x": 133.41666666666669,
"y": 1358
},
{
"x": 133.41666666666669,
"y": 1408 "y": 1408
} }
], ],
@ -1238,11 +1230,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 307.16666666666663, "x": 434.6,
"y": 138 "y": 138
}, },
{ {
"x": 307.16666666666663, "x": 434.6,
"y": 464 "y": 464
} }
], ],
@ -1277,19 +1269,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 269.16666666666663, "x": 472.6,
"y": 138 "y": 138
}, },
{ {
"x": 269.16666666666663, "x": 472.6,
"y": 188 "y": 188
}, },
{ {
"x": 68.5, "x": 768.6,
"y": 188 "y": 188
}, },
{ {
"x": 68.5, "x": 768.6,
"y": 238 "y": 238
} }
], ],
@ -1324,11 +1316,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 68.5, "x": 768.6,
"y": 364 "y": 364
}, },
{ {
"x": 68.5, "x": 768.6,
"y": 464 "y": 464
} }
], ],
@ -1363,12 +1355,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 68.5, "x": 768.6,
"y": 590 "y": 590
}, },
{ {
"x": 68.5, "x": 768.6,
"y": 710 "y": 700
} }
], ],
"animated": false, "animated": false,
@ -1402,12 +1394,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 86.83333333333337, "x": 750.2666666666667,
"y": 836 "y": 826
}, },
{ {
"x": 86.83333333333337, "x": 750.2666666666667,
"y": 936 "y": 876
},
{
"x": 636.1,
"y": 876
},
{
"x": 636.1,
"y": 926
} }
], ],
"animated": false, "animated": false,
@ -1441,11 +1441,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 86.83333333333337, "x": 636.1,
"y": 1062 "y": 1052
}, },
{ {
"x": 86.83333333333337, "x": 636.1,
"y": 1182 "y": 1182
} }
], ],
@ -1480,27 +1480,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 50.166666666666686, "x": 786.9333333333334,
"y": 836 "y": 826
}, },
{ {
"x": 50.166666666666686, "x": 786.9333333333334,
"y": 886
},
{
"x": 19.33333333333337,
"y": 886
},
{
"x": 19.33333333333337,
"y": 1358 "y": 1358
}, },
{ {
"x": 77.91666666666669, "x": 730.35,
"y": 1358 "y": 1358
}, },
{ {
"x": 77.91666666666669, "x": 730.35,
"y": 1408 "y": 1408
} }
], ],
@ -1535,19 +1527,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 639.8333333333333, "x": 66.5,
"y": 1308 "y": 1308
}, },
{ {
"x": 639.8333333333333, "x": 66.5,
"y": 1584 "y": 1584
}, },
{ {
"x": 603.5833333333333, "x": 101.75,
"y": 1584 "y": 1584
}, },
{ {
"x": 603.5833333333333, "x": 101.75,
"y": 1634 "y": 1634
} }
], ],
@ -1582,19 +1574,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 640.5, "x": 48.33333333333333,
"y": 1062 "y": 1052
}, },
{ {
"x": 640.5, "x": 48.33333333333333,
"y": 1112
},
{
"x": 658,
"y": 1112
},
{
"x": 658,
"y": 1182 "y": 1182
} }
], ],
@ -1629,11 +1613,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 621.6666666666666, "x": 67.16666666666666,
"y": 1062 "y": 1052
}, },
{ {
"x": 621.6666666666666, "x": 67.16666666666666,
"y": 1132
},
{
"x": 84.66666666666666,
"y": 1132
},
{
"x": 84.66666666666666,
"y": 1182 "y": 1182
} }
], ],
@ -1668,19 +1660,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 602.8333333333333, "x": 86,
"y": 1062 "y": 1052
}, },
{ {
"x": 602.8333333333333, "x": 86,
"y": 1132 "y": 1122
}, },
{ {
"x": 574.3333333333333, "x": 131,
"y": 1132 "y": 1122
}, },
{ {
"x": 574.3333333333333, "x": 131,
"y": 1634 "y": 1634
} }
], ],
@ -1715,19 +1707,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 565.1666666666666, "x": 123.66666666666669,
"y": 1062 "y": 1052
}, },
{ {
"x": 565.1666666666666, "x": 123.66666666666669,
"y": 1112 "y": 1102
}, },
{ {
"x": 515.3333333333333, "x": 191,
"y": 1112 "y": 1102
}, },
{ {
"x": 515.3333333333333, "x": 191,
"y": 1182 "y": 1182
} }
], ],
@ -1762,11 +1754,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 496.33333333333326, "x": 210,
"y": 1308 "y": 1308
}, },
{ {
"x": 496.33333333333326, "x": 210,
"y": 1408 "y": 1408
} }
], ],
@ -1801,19 +1793,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 496.33333333333326, "x": 210,
"y": 1534 "y": 1534
}, },
{ {
"x": 496.33333333333326, "x": 210,
"y": 1584 "y": 1584
}, },
{ {
"x": 545.0833333333333, "x": 160.25,
"y": 1584 "y": 1584
}, },
{ {
"x": 545.0833333333333, "x": 160.25,
"y": 1634 "y": 1634
} }
], ],
@ -1848,27 +1840,27 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 583.9999999999999, "x": 104.83333333333334,
"y": 1062 "y": 1052
}, },
{ {
"x": 583.9999999999999, "x": 104.83333333333334,
"y": 1122 "y": 1112
}, },
{ {
"x": 563.3333333333333, "x": 142,
"y": 1122 "y": 1112
}, },
{ {
"x": 563.3333333333333, "x": 142,
"y": 1358 "y": 1358
}, },
{ {
"x": 524.5833333333333, "x": 181.75,
"y": 1358 "y": 1358
}, },
{ {
"x": 524.5833333333333, "x": 181.75,
"y": 1408 "y": 1408
} }
], ],
@ -1903,12 +1895,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 602.8333333333333, "x": 86,
"y": 138 "y": 138
}, },
{ {
"x": 602.8333333333333, "x": 86,
"y": 936 "y": 926
} }
], ],
"animated": false, "animated": false,
@ -1942,19 +1934,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 564.8333333333333, "x": 124,
"y": 138 "y": 138
}, },
{ {
"x": 564.8333333333333, "x": 124,
"y": 188 "y": 188
}, },
{ {
"x": 439.66666666666663, "x": 295.6666666666667,
"y": 188 "y": 188
}, },
{ {
"x": 439.66666666666663, "x": 295.6666666666667,
"y": 238 "y": 238
} }
], ],
@ -1989,11 +1981,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 439.66666666666663, "x": 295.6666666666667,
"y": 364 "y": 364
}, },
{ {
"x": 439.66666666666663, "x": 295.6666666666667,
"y": 464 "y": 464
} }
], ],
@ -2028,12 +2020,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 458.33333333333326, "x": 277,
"y": 590 "y": 590
}, },
{ {
"x": 458.33333333333326, "x": 277,
"y": 710 "y": 700
} }
], ],
"animated": false, "animated": false,
@ -2067,12 +2059,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 458.33333333333326, "x": 314,
"y": 836 "y": 826
}, },
{ {
"x": 458.33333333333326, "x": 314,
"y": 936 "y": 876
},
{
"x": 345,
"y": 876
},
{
"x": 345,
"y": 926
} }
], ],
"animated": false, "animated": false,
@ -2106,11 +2106,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 477.33333333333326, "x": 326,
"y": 1062 "y": 1052
}, },
{ {
"x": 477.33333333333326, "x": 326,
"y": 1102
},
{
"x": 229,
"y": 1102
},
{
"x": 229,
"y": 1182 "y": 1182
} }
], ],
@ -2145,27 +2153,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 421.33333333333326, "x": 277,
"y": 836 "y": 826
}, },
{ {
"x": 421.33333333333326, "x": 277,
"y": 886
},
{
"x": 390.33333333333326,
"y": 886
},
{
"x": 390.33333333333326,
"y": 1358 "y": 1358
}, },
{ {
"x": 468.08333333333326, "x": 238.25,
"y": 1358 "y": 1358
}, },
{ {
"x": 468.08333333333326, "x": 238.25,
"y": 1408 "y": 1408
} }
], ],
@ -2200,20 +2200,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 335.41666666666663, "x": 406.35,
"y": 590 "y": 590
}, },
{ {
"x": 335.41666666666663, "x": 406.35,
"y": 650 "y": 650
}, },
{ {
"x": 421.33333333333326, "x": 314,
"y": 650 "y": 650
}, },
{ {
"x": 421.33333333333326, "x": 314,
"y": 710 "y": 700
} }
], ],
"animated": false, "animated": false,
@ -2247,27 +2247,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 420.99999999999994, "x": 314.33333333333337,
"y": 590 "y": 590
}, },
{ {
"x": 420.99999999999994, "x": 314.33333333333337,
"y": 640 "y": 640
}, },
{ {
"x": 378.20833333333326, "x": 412,
"y": 640 "y": 640
}, },
{ {
"x": 378.20833333333326, "x": 412,
"y": 660
},
{
"x": 335.13333333333327,
"y": 660
},
{
"x": 335.13333333333327,
"y": 1182 "y": 1182
} }
], ],
@ -2302,19 +2294,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 439.33333333333326, "x": 364,
"y": 1062 "y": 1052
}, },
{ {
"x": 439.33333333333326, "x": 364,
"y": 1112 "y": 1102
}, },
{ {
"x": 357.73333333333323, "x": 389.40000000000003,
"y": 1112 "y": 1102
}, },
{ {
"x": 357.73333333333323, "x": 389.40000000000003,
"y": 1182 "y": 1182
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 340 KiB

After

Width:  |  Height:  |  Size: 340 KiB

View file

@ -46,7 +46,7 @@
"id": "a.b", "id": "a.b",
"type": "", "type": "",
"pos": { "pos": {
"x": 220, "x": 87,
"y": 87 "y": 87
}, },
"width": 113, "width": 113,
@ -86,7 +86,7 @@
"id": "c", "id": "c",
"type": "", "type": "",
"pos": { "pos": {
"x": 209, "x": 98,
"y": 1071 "y": 1071
}, },
"width": 113, "width": 113,
@ -126,7 +126,7 @@
"id": "d", "id": "d",
"type": "", "type": "",
"pos": { "pos": {
"x": 209, "x": 98,
"y": 845 "y": 845
}, },
"width": 114, "width": 114,
@ -166,7 +166,7 @@
"id": "e", "id": "e",
"type": "", "type": "",
"pos": { "pos": {
"x": 77, "x": 230,
"y": 619 "y": 619
}, },
"width": 113, "width": 113,
@ -206,7 +206,7 @@
"id": "f", "id": "f",
"type": "", "type": "",
"pos": { "pos": {
"x": 210, "x": 99,
"y": 619 "y": 619
}, },
"width": 111, "width": 111,
@ -246,7 +246,7 @@
"id": "g", "id": "g",
"type": "", "type": "",
"pos": { "pos": {
"x": 209, "x": 98,
"y": 393 "y": 393
}, },
"width": 114, "width": 114,
@ -286,7 +286,7 @@
"id": "a.h", "id": "a.h",
"type": "", "type": "",
"pos": { "pos": {
"x": 87, "x": 220,
"y": 87 "y": 87
}, },
"width": 113, "width": 113,
@ -350,27 +350,27 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 276.5, "x": 143.5,
"y": 213 "y": 213
}, },
{ {
"x": 276.5, "x": 143.5,
"y": 343 "y": 343
}, },
{ {
"x": 332.5, "x": 86.5,
"y": 343 "y": 343
}, },
{ {
"x": 332.5, "x": 86.5,
"y": 1021 "y": 1021
}, },
{ {
"x": 293.75, "x": 126.25,
"y": 1021 "y": 1021
}, },
{ {
"x": 293.75, "x": 126.25,
"y": 1071 "y": 1071
} }
], ],
@ -405,11 +405,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 265.5, "x": 154.5,
"y": 971 "y": 971
}, },
{ {
"x": 265.5, "x": 154.5,
"y": 1071 "y": 1071
} }
], ],
@ -444,19 +444,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 133.5, "x": 286.5,
"y": 745 "y": 745
}, },
{ {
"x": 133.5, "x": 286.5,
"y": 1021 "y": 1021
}, },
{ {
"x": 237.25, "x": 182.75,
"y": 1021 "y": 1021
}, },
{ {
"x": 237.25, "x": 182.75,
"y": 1071 "y": 1071
} }
], ],
@ -491,11 +491,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 265.5, "x": 154.5,
"y": 745 "y": 745
}, },
{ {
"x": 265.5, "x": 154.5,
"y": 845 "y": 845
} }
], ],
@ -530,11 +530,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 133.5, "x": 286.5,
"y": 288 "y": 288
}, },
{ {
"x": 133.5, "x": 286.5,
"y": 619 "y": 619
} }
], ],
@ -569,11 +569,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 265.5, "x": 154.5,
"y": 519 "y": 519
}, },
{ {
"x": 265.5, "x": 154.5,
"y": 619 "y": 619
} }
], ],
@ -608,19 +608,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 143.5, "x": 276.5,
"y": 213 "y": 213
}, },
{ {
"x": 143.5, "x": 276.5,
"y": 343 "y": 343
}, },
{ {
"x": 265.5, "x": 154.5,
"y": 343 "y": 343
}, },
{ {
"x": 265.5, "x": 154.5,
"y": 393 "y": 393
} }
], ],

View file

@ -18,7 +18,7 @@ width="596" height="1385" viewBox="-88 -88 596 1385"><style type="text/css">
} }
]]> ]]>
</style><g id="a"><g class="shape" ><rect x="12" y="12" width="396" height="276" style="fill:#E3E9FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text" x="210.000000" y="45.000000" style="text-anchor:middle;font-size:28px;fill:#0A0F25">a</text></g><g id="c"><g class="shape" ><rect x="209" y="1071" width="113" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="265.500000" y="1137.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">c</text></g><g id="d"><g class="shape" ><rect x="209" y="845" width="114" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="266.000000" y="911.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">d</text></g><g id="e"><g class="shape" ><rect x="77" y="619" width="113" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="133.500000" y="685.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">e</text></g><g id="f"><g class="shape" ><rect x="210" y="619" width="111" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="265.500000" y="685.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">f</text></g><g id="g"><g class="shape" ><rect x="209" y="393" width="114" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="266.000000" y="459.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">g</text></g><g id="a.b"><g class="shape" ><rect x="220" y="87" width="113" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="276.500000" y="153.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">b</text></g><g id="a.h"><g class="shape" ><rect x="87" y="87" width="113" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="143.500000" y="153.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">h</text></g><g id="(a.b -&gt; c)[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 276.500000 215.000000 L 276.500000 333.000000 S 276.500000 343.000000 286.500000 343.000000 L 322.500000 343.000000 S 332.500000 343.000000 332.500000 353.000000 L 332.500000 1011.000000 S 332.500000 1021.000000 322.500000 1021.000000 L 303.750000 1021.000000 S 293.750000 1021.000000 293.750000 1031.000000 L 293.750000 1067.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1653613429)"/></g><g id="(d -&gt; c)[0]"><path d="M 265.500000 973.000000 L 265.500000 1067.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1653613429)"/></g><g id="(e -&gt; c)[0]"><path d="M 133.500000 747.000000 L 133.500000 1011.000000 S 133.500000 1021.000000 143.500000 1021.000000 L 227.250000 1021.000000 S 237.250000 1021.000000 237.250000 1031.000000 L 237.250000 1067.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1653613429)"/></g><g id="(f -&gt; d)[0]"><path d="M 265.500000 747.000000 L 265.500000 841.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1653613429)"/></g><g id="(a -&gt; e)[0]"><path d="M 133.500000 290.000000 L 133.500000 615.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1653613429)"/></g><g id="(g -&gt; f)[0]"><path d="M 265.500000 521.000000 L 265.500000 615.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1653613429)"/></g><g id="(a.h -&gt; g)[0]"><path d="M 143.500000 215.000000 L 143.500000 333.000000 S 143.500000 343.000000 153.500000 343.000000 L 255.500000 343.000000 S 265.500000 343.000000 265.500000 353.000000 L 265.500000 389.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1653613429)"/></g><mask id="1653613429" maskUnits="userSpaceOnUse" x="-100" y="-100" width="596" height="1385"> </style><g id="a"><g class="shape" ><rect x="12" y="12" width="396" height="276" style="fill:#E3E9FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text" x="210.000000" y="45.000000" style="text-anchor:middle;font-size:28px;fill:#0A0F25">a</text></g><g id="c"><g class="shape" ><rect x="98" y="1071" width="113" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="154.500000" y="1137.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">c</text></g><g id="d"><g class="shape" ><rect x="98" y="845" width="114" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="155.000000" y="911.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">d</text></g><g id="e"><g class="shape" ><rect x="230" y="619" width="113" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="286.500000" y="685.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">e</text></g><g id="f"><g class="shape" ><rect x="99" y="619" width="111" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="154.500000" y="685.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">f</text></g><g id="g"><g class="shape" ><rect x="98" y="393" width="114" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="155.000000" y="459.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">g</text></g><g id="a.b"><g class="shape" ><rect x="87" y="87" width="113" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="143.500000" y="153.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">b</text></g><g id="a.h"><g class="shape" ><rect x="220" y="87" width="113" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="276.500000" y="153.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">h</text></g><g id="(a.b -&gt; c)[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 143.500000 215.000000 L 143.500000 333.000000 S 143.500000 343.000000 133.500000 343.000000 L 96.500000 343.000000 S 86.500000 343.000000 86.500000 353.000000 L 86.500000 1011.000000 S 86.500000 1021.000000 96.500000 1021.000000 L 116.250000 1021.000000 S 126.250000 1021.000000 126.250000 1031.000000 L 126.250000 1067.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3145693551)"/></g><g id="(d -&gt; c)[0]"><path d="M 154.500000 973.000000 L 154.500000 1067.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3145693551)"/></g><g id="(e -&gt; c)[0]"><path d="M 286.500000 747.000000 L 286.500000 1011.000000 S 286.500000 1021.000000 276.500000 1021.000000 L 192.750000 1021.000000 S 182.750000 1021.000000 182.750000 1031.000000 L 182.750000 1067.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3145693551)"/></g><g id="(f -&gt; d)[0]"><path d="M 154.500000 747.000000 L 154.500000 841.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3145693551)"/></g><g id="(a -&gt; e)[0]"><path d="M 286.500000 290.000000 L 286.500000 615.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3145693551)"/></g><g id="(g -&gt; f)[0]"><path d="M 154.500000 521.000000 L 154.500000 615.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3145693551)"/></g><g id="(a.h -&gt; g)[0]"><path d="M 276.500000 215.000000 L 276.500000 333.000000 S 276.500000 343.000000 266.500000 343.000000 L 164.500000 343.000000 S 154.500000 343.000000 154.500000 353.000000 L 154.500000 389.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3145693551)"/></g><mask id="3145693551" maskUnits="userSpaceOnUse" x="-100" y="-100" width="596" height="1385">
<rect x="-100" y="-100" width="596" height="1385" fill="white"></rect> <rect x="-100" y="-100" width="596" height="1385" fill="white"></rect>
</mask><style type="text/css"><![CDATA[ </mask><style type="text/css"><![CDATA[

Before

Width:  |  Height:  |  Size: 652 KiB

After

Width:  |  Height:  |  Size: 652 KiB

View file

@ -86,7 +86,7 @@
"id": "a", "id": "a",
"type": "", "type": "",
"pos": { "pos": {
"x": 330, "x": 64,
"y": 393 "y": 393
}, },
"width": 113, "width": 113,
@ -166,7 +166,7 @@
"id": "c", "id": "c",
"type": "", "type": "",
"pos": { "pos": {
"x": 64, "x": 330,
"y": 393 "y": 393
}, },
"width": 113, "width": 113,
@ -310,19 +310,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 288, "x": 218,
"y": 213 "y": 213
}, },
{ {
"x": 288, "x": 218,
"y": 343 "y": 343
}, },
{ {
"x": 386, "x": 120,
"y": 343 "y": 343
}, },
{ {
"x": 386, "x": 120,
"y": 393 "y": 393
} }
], ],
@ -396,19 +396,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 218, "x": 288,
"y": 213 "y": 213
}, },
{ {
"x": 218, "x": 288,
"y": 343 "y": 343
}, },
{ {
"x": 120, "x": 386,
"y": 343 "y": 343
}, },
{ {
"x": 120, "x": 386,
"y": 393 "y": 393
} }
], ],
@ -443,19 +443,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 386, "x": 120,
"y": 519 "y": 519
}, },
{ {
"x": 386, "x": 120,
"y": 579
},
{
"x": 186,
"y": 579
},
{
"x": 186,
"y": 709 "y": 709
} }
], ],
@ -537,11 +529,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 120, "x": 386,
"y": 519 "y": 519
}, },
{ {
"x": 120, "x": 386,
"y": 579
},
{
"x": 186,
"y": 579
},
{
"x": 186,
"y": 709 "y": 709
} }
], ],

View file

@ -18,7 +18,7 @@ width="631" height="1098" viewBox="-88 -88 631 1098"><style type="text/css">
} }
]]> ]]>
</style><g id="top"><g class="shape" ><rect x="108" y="12" width="290" height="276" style="fill:#E3E9FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text" x="253.000000" y="45.000000" style="text-anchor:middle;font-size:28px;fill:#0A0F25">top</text></g><g id="a"><g class="shape" ><rect x="330" y="393" width="113" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="386.500000" y="459.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a</text></g><g id="b"><g class="shape" ><rect x="197" y="393" width="113" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="253.500000" y="459.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">b</text></g><g id="c"><g class="shape" ><rect x="64" y="393" width="113" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="120.500000" y="459.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">c</text></g><g id="bottom"><g class="shape" ><rect x="12" y="634" width="282" height="276" style="fill:#E3E9FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text" x="153.000000" y="667.000000" style="text-anchor:middle;font-size:28px;fill:#0A0F25">bottom</text></g><g id="top.start"><g class="shape" ><rect x="183" y="87" width="140" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="253.000000" y="153.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">start</text></g><g id="bottom.end"><g class="shape" ><rect x="87" y="709" width="132" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="153.000000" y="775.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">end</text></g><g id="(top.start -&gt; a)[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 288.000000 215.000000 L 288.000000 333.000000 S 288.000000 343.000000 298.000000 343.000000 L 376.000000 343.000000 S 386.000000 343.000000 386.000000 353.000000 L 386.000000 389.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3313619846)"/></g><g id="(top.start -&gt; b)[0]"><path d="M 253.000000 215.000000 L 253.000000 389.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3313619846)"/></g><g id="(top.start -&gt; c)[0]"><path d="M 218.000000 215.000000 L 218.000000 333.000000 S 218.000000 343.000000 208.000000 343.000000 L 130.000000 343.000000 S 120.000000 343.000000 120.000000 353.000000 L 120.000000 389.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3313619846)"/></g><g id="(a -&gt; bottom.end)[0]"><path d="M 386.000000 521.000000 L 386.000000 569.000000 S 386.000000 579.000000 376.000000 579.000000 L 196.000000 579.000000 S 186.000000 579.000000 186.000000 589.000000 L 186.000000 705.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3313619846)"/></g><g id="(b -&gt; bottom.end)[0]"><path d="M 253.000000 521.000000 L 253.000000 559.000000 S 253.000000 569.000000 243.000000 569.000000 L 163.000000 569.000000 S 153.000000 569.000000 153.000000 579.000000 L 153.000000 705.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3313619846)"/></g><g id="(c -&gt; bottom.end)[0]"><path d="M 120.000000 521.000000 L 120.000000 705.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3313619846)"/></g><mask id="3313619846" maskUnits="userSpaceOnUse" x="-100" y="-100" width="631" height="1098"> </style><g id="top"><g class="shape" ><rect x="108" y="12" width="290" height="276" style="fill:#E3E9FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text" x="253.000000" y="45.000000" style="text-anchor:middle;font-size:28px;fill:#0A0F25">top</text></g><g id="a"><g class="shape" ><rect x="64" y="393" width="113" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="120.500000" y="459.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a</text></g><g id="b"><g class="shape" ><rect x="197" y="393" width="113" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="253.500000" y="459.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">b</text></g><g id="c"><g class="shape" ><rect x="330" y="393" width="113" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="386.500000" y="459.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">c</text></g><g id="bottom"><g class="shape" ><rect x="12" y="634" width="282" height="276" style="fill:#E3E9FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text" x="153.000000" y="667.000000" style="text-anchor:middle;font-size:28px;fill:#0A0F25">bottom</text></g><g id="top.start"><g class="shape" ><rect x="183" y="87" width="140" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="253.000000" y="153.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">start</text></g><g id="bottom.end"><g class="shape" ><rect x="87" y="709" width="132" height="126" style="fill:#EDF0FD;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="153.000000" y="775.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">end</text></g><g id="(top.start -&gt; a)[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 218.000000 215.000000 L 218.000000 333.000000 S 218.000000 343.000000 208.000000 343.000000 L 130.000000 343.000000 S 120.000000 343.000000 120.000000 353.000000 L 120.000000 389.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1082624992)"/></g><g id="(top.start -&gt; b)[0]"><path d="M 253.000000 215.000000 L 253.000000 389.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1082624992)"/></g><g id="(top.start -&gt; c)[0]"><path d="M 288.000000 215.000000 L 288.000000 333.000000 S 288.000000 343.000000 298.000000 343.000000 L 376.000000 343.000000 S 386.000000 343.000000 386.000000 353.000000 L 386.000000 389.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1082624992)"/></g><g id="(a -&gt; bottom.end)[0]"><path d="M 120.000000 521.000000 L 120.000000 705.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1082624992)"/></g><g id="(b -&gt; bottom.end)[0]"><path d="M 253.000000 521.000000 L 253.000000 559.000000 S 253.000000 569.000000 243.000000 569.000000 L 163.000000 569.000000 S 153.000000 569.000000 153.000000 579.000000 L 153.000000 705.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1082624992)"/></g><g id="(c -&gt; bottom.end)[0]"><path d="M 386.000000 521.000000 L 386.000000 569.000000 S 386.000000 579.000000 376.000000 579.000000 L 196.000000 579.000000 S 186.000000 579.000000 186.000000 589.000000 L 186.000000 705.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1082624992)"/></g><mask id="1082624992" maskUnits="userSpaceOnUse" x="-100" y="-100" width="631" height="1098">
<rect x="-100" y="-100" width="631" height="1098" fill="white"></rect> <rect x="-100" y="-100" width="631" height="1098" fill="white"></rect>
</mask><style type="text/css"><![CDATA[ </mask><style type="text/css"><![CDATA[

Before

Width:  |  Height:  |  Size: 651 KiB

After

Width:  |  Height:  |  Size: 651 KiB

View file

@ -6,7 +6,7 @@
"id": "x", "id": "x",
"type": "", "type": "",
"pos": { "pos": {
"x": 289, "x": 72,
"y": 12 "y": 12
}, },
"width": 113, "width": 113,
@ -46,7 +46,7 @@
"id": "y", "id": "y",
"type": "", "type": "",
"pos": { "pos": {
"x": 115, "x": 91,
"y": 238 "y": 238
}, },
"width": 114, "width": 114,
@ -86,7 +86,7 @@
"id": "z", "id": "z",
"type": "", "type": "",
"pos": { "pos": {
"x": 97, "x": 290,
"y": 12 "y": 12
}, },
"width": 112, "width": 112,
@ -150,19 +150,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 289, "x": 72,
"y": 62.4 "y": 62.4
}, },
{ {
"x": 239, "x": 22,
"y": 62.4 "y": 62.4
}, },
{ {
"x": 239, "x": 22,
"y": 87.6 "y": 87.6
}, },
{ {
"x": 289, "x": 72,
"y": 87.6 "y": 87.6
} }
], ],
@ -197,19 +197,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 289, "x": 72,
"y": 37.2 "y": 37.2
}, },
{ {
"x": 229, "x": 12,
"y": 37.2 "y": 37.2
}, },
{ {
"x": 229, "x": 12,
"y": 112.8 "y": 112.8
}, },
{ {
"x": 289, "x": 72,
"y": 112.8 "y": 112.8
} }
], ],
@ -244,19 +244,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 345.5, "x": 128.5,
"y": 138 "y": 138
}, },
{ {
"x": 345.5, "x": 128.5,
"y": 188
},
{
"x": 191,
"y": 188
},
{
"x": 191,
"y": 238 "y": 238
} }
], ],
@ -291,11 +283,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 153, "x": 346,
"y": 138 "y": 138
}, },
{ {
"x": 153, "x": 346,
"y": 188
},
{
"x": 166.5,
"y": 188
},
{
"x": 166.5,
"y": 238 "y": 238
} }
], ],
@ -330,19 +330,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 97, "x": 290,
"y": 54 "y": 54
}, },
{ {
"x": 47, "x": 240,
"y": 54 "y": 54
}, },
{ {
"x": 47, "x": 240,
"y": 96 "y": 96
}, },
{ {
"x": 97, "x": 290,
"y": 96 "y": 96
} }
], ],

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="572" height="552" viewBox="-70 -88 572 552"><style type="text/css"> width="590" height="552" viewBox="-88 -88 590 552"><style type="text/css">
<![CDATA[ <![CDATA[
.shape { .shape {
shape-rendering: geometricPrecision; shape-rendering: geometricPrecision;
@ -18,9 +18,9 @@ width="572" height="552" viewBox="-70 -88 572 552"><style type="text/css">
} }
]]> ]]>
</style><g id="x"><g class="shape" ><rect x="289" y="12" width="113" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="345.500000" y="78.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">x</text></g><g id="y"><g class="shape" ><rect x="115" y="238" width="114" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="172.000000" y="304.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">y</text></g><g id="z"><g class="shape" ><rect x="97" y="12" width="112" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="153.000000" y="78.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">z</text></g><g id="(x -&gt; x)[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 287.000000 62.400000 L 249.000000 62.400000 S 239.000000 62.400000 239.000000 72.400000 L 239.000000 77.600000 S 239.000000 87.600000 249.000000 87.600000 L 285.000000 87.600000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1503064599)"/></g><g id="(x -&gt; x)[1]"><path d="M 287.000000 37.200000 L 239.000000 37.200000 S 229.000000 37.200000 229.000000 47.200000 L 229.000000 102.800000 S 229.000000 112.800000 239.000000 112.800000 L 285.000000 112.800000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1503064599)"/></g><g id="(x -&gt; y)[0]"><path d="M 345.500000 140.000000 L 345.500000 178.000000 S 345.500000 188.000000 335.500000 188.000000 L 201.000000 188.000000 S 191.000000 188.000000 191.000000 198.000000 L 191.000000 234.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1503064599)"/></g><g id="(z -&gt; y)[0]"><path d="M 153.000000 140.000000 L 153.000000 234.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1503064599)"/></g><g id="(z -&gt; z)[0]"><path d="M 95.000000 54.000000 L 57.000000 54.000000 S 47.000000 54.000000 47.000000 64.000000 L 47.000000 86.000000 S 47.000000 96.000000 57.000000 96.000000 L 93.000000 96.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1503064599)"/><text class="text-italic" x="47.500000" y="81.000000" style="text-anchor:middle;font-size:16px;fill:#676C7E">hello</text></g><mask id="1503064599" maskUnits="userSpaceOnUse" x="-100" y="-100" width="572" height="552"> </style><g id="x"><g class="shape" ><rect x="72" y="12" width="113" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="128.500000" y="78.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">x</text></g><g id="y"><g class="shape" ><rect x="91" y="238" width="114" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="148.000000" y="304.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">y</text></g><g id="z"><g class="shape" ><rect x="290" y="12" width="112" height="126" style="fill:#F7F8FE;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" /></g><text class="text-bold" x="346.000000" y="78.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">z</text></g><g id="(x -&gt; x)[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 70.000000 62.400000 L 32.000000 62.400000 S 22.000000 62.400000 22.000000 72.400000 L 22.000000 77.600000 S 22.000000 87.600000 32.000000 87.600000 L 68.000000 87.600000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#114285739)"/></g><g id="(x -&gt; x)[1]"><path d="M 70.000000 37.200000 L 22.000000 37.200000 S 12.000000 37.200000 12.000000 47.200000 L 12.000000 102.800000 S 12.000000 112.800000 22.000000 112.800000 L 68.000000 112.800000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#114285739)"/></g><g id="(x -&gt; y)[0]"><path d="M 128.500000 140.000000 L 128.500000 234.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#114285739)"/></g><g id="(z -&gt; y)[0]"><path d="M 346.000000 140.000000 L 346.000000 178.000000 S 346.000000 188.000000 336.000000 188.000000 L 176.500000 188.000000 S 166.500000 188.000000 166.500000 198.000000 L 166.500000 234.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#114285739)"/></g><g id="(z -&gt; z)[0]"><path d="M 288.000000 54.000000 L 250.000000 54.000000 S 240.000000 54.000000 240.000000 64.000000 L 240.000000 86.000000 S 240.000000 96.000000 250.000000 96.000000 L 286.000000 96.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#114285739)"/><text class="text-italic" x="240.500000" y="81.000000" style="text-anchor:middle;font-size:16px;fill:#676C7E">hello</text></g><mask id="114285739" maskUnits="userSpaceOnUse" x="-100" y="-100" width="590" height="552">
<rect x="-100" y="-100" width="572" height="552" fill="white"></rect> <rect x="-100" y="-100" width="590" height="552" fill="white"></rect>
<rect x="31.000000" y="65.000000" width="33" height="21" fill="black"></rect> <rect x="224.000000" y="65.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: 469 KiB

After

Width:  |  Height:  |  Size: 469 KiB

View file

@ -6,7 +6,7 @@
"id": "users", "id": "users",
"type": "sql_table", "type": "sql_table",
"pos": { "pos": {
"x": 460, "x": 12,
"y": 12 "y": 12
}, },
"width": 208, "width": 208,
@ -186,7 +186,7 @@
"id": "products", "id": "products",
"type": "sql_table", "type": "sql_table",
"pos": { "pos": {
"x": 276, "x": 240,
"y": 48 "y": 48
}, },
"width": 164, "width": 164,
@ -338,7 +338,7 @@
"id": "orders", "id": "orders",
"type": "sql_table", "type": "sql_table",
"pos": { "pos": {
"x": 276, "x": 240,
"y": 328 "y": 328
}, },
"width": 164, "width": 164,
@ -462,7 +462,7 @@
"id": "shipments", "id": "shipments",
"type": "sql_table", "type": "sql_table",
"pos": { "pos": {
"x": 12, "x": 424,
"y": 48 "y": 48
}, },
"width": 244, "width": 244,
@ -638,19 +638,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 564, "x": 116,
"y": 228 "y": 228
}, },
{ {
"x": 564, "x": 116,
"y": 278 "y": 278
}, },
{ {
"x": 399, "x": 281,
"y": 278 "y": 278
}, },
{ {
"x": 399, "x": 281,
"y": 328 "y": 328
} }
], ],
@ -685,11 +685,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 358, "x": 322,
"y": 228 "y": 228
}, },
{ {
"x": 358, "x": 322,
"y": 328 "y": 328
} }
], ],
@ -724,19 +724,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 134, "x": 546,
"y": 228 "y": 228
}, },
{ {
"x": 134, "x": 546,
"y": 278 "y": 278
}, },
{ {
"x": 317, "x": 363,
"y": 278 "y": 278
}, },
{ {
"x": 317, "x": 363,
"y": 328 "y": 328
} }
], ],

View file

@ -18,39 +18,39 @@ width="856" height="660" viewBox="-88 -88 856 660"><style type="text/css">
} }
]]> ]]>
</style><g id="users"><g class="shape" ><rect class="shape" x="460" y="12" width="208" height="216" style="fill:#FFFFFF;stroke:#0A0F25;opacity:1.000000;stroke-width:2;"/><rect class="class_header" x="460.000000" y="12.000000" width="208.000000" height="36.000000" fill="#0a0f25" /><text class="text" x="480.000000" y="39.000000" style="text-anchor:start;font-size:24px;fill:white">users</text><text class="text" x="470.000000" y="71.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">id</text> </style><g id="users"><g class="shape" ><rect class="shape" x="12" y="12" width="208" height="216" style="fill:#FFFFFF;stroke:#0A0F25;opacity:1.000000;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="208.000000" height="36.000000" fill="#0a0f25" /><text class="text" x="32.000000" y="39.000000" style="text-anchor:start;font-size:24px;fill:white">users</text><text class="text" x="22.000000" y="71.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">id</text>
<text class="text" x="571.000000" y="71.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text> <text class="text" x="123.000000" y="71.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text>
<text class="text" x="648.000000" y="71.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="460.000000" y1="84.000000" x2="668.000000" y2="84.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="470.000000" y="107.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">name</text> <text class="text" x="200.000000" y="71.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="12.000000" y1="84.000000" x2="220.000000" y2="84.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="22.000000" y="107.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">name</text>
<text class="text" x="571.000000" y="107.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text> <text class="text" x="123.000000" y="107.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text>
<text class="text" x="648.000000" y="107.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="460.000000" y1="120.000000" x2="668.000000" y2="120.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="470.000000" y="143.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">email</text> <text class="text" x="200.000000" y="107.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="12.000000" y1="120.000000" x2="220.000000" y2="120.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="22.000000" y="143.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">email</text>
<text class="text" x="571.000000" y="143.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text> <text class="text" x="123.000000" y="143.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text>
<text class="text" x="648.000000" y="143.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="460.000000" y1="156.000000" x2="668.000000" y2="156.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="470.000000" y="179.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">password</text> <text class="text" x="200.000000" y="143.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="12.000000" y1="156.000000" x2="220.000000" y2="156.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="22.000000" y="179.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">password</text>
<text class="text" x="571.000000" y="179.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text> <text class="text" x="123.000000" y="179.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text>
<text class="text" x="648.000000" y="179.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="460.000000" y1="192.000000" x2="668.000000" y2="192.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="470.000000" y="215.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">last_login</text> <text class="text" x="200.000000" y="179.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="12.000000" y1="192.000000" x2="220.000000" y2="192.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="22.000000" y="215.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">last_login</text>
<text class="text" x="571.000000" y="215.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">datetime</text> <text class="text" x="123.000000" y="215.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">datetime</text>
<text class="text" x="648.000000" y="215.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="460.000000" y1="228.000000" x2="668.000000" y2="228.000000" style="stroke-width:2;stroke:#0a0f25" /></g></g><g id="products"><g class="shape" ><rect class="shape" x="276" y="48" width="164" height="180" style="fill:#FFFFFF;stroke:#0A0F25;opacity:1.000000;stroke-width:2;"/><rect class="class_header" x="276.000000" y="48.000000" width="164.000000" height="36.000000" fill="#0a0f25" /><text class="text" x="296.000000" y="75.000000" style="text-anchor:start;font-size:24px;fill:white">products</text><text class="text" x="286.000000" y="107.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">id</text> <text class="text" x="200.000000" y="215.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="12.000000" y1="228.000000" x2="220.000000" y2="228.000000" style="stroke-width:2;stroke:#0a0f25" /></g></g><g id="products"><g class="shape" ><rect class="shape" x="240" y="48" width="164" height="180" style="fill:#FFFFFF;stroke:#0A0F25;opacity:1.000000;stroke-width:2;"/><rect class="class_header" x="240.000000" y="48.000000" width="164.000000" height="36.000000" fill="#0a0f25" /><text class="text" x="260.000000" y="75.000000" style="text-anchor:start;font-size:24px;fill:white">products</text><text class="text" x="250.000000" y="107.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">id</text>
<text class="text" x="353.000000" y="107.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text> <text class="text" x="317.000000" y="107.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text>
<text class="text" x="420.000000" y="107.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="276.000000" y1="120.000000" x2="440.000000" y2="120.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="286.000000" y="143.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">price</text> <text class="text" x="384.000000" y="107.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="240.000000" y1="120.000000" x2="404.000000" y2="120.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="250.000000" y="143.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">price</text>
<text class="text" x="353.000000" y="143.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">decimal</text> <text class="text" x="317.000000" y="143.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">decimal</text>
<text class="text" x="420.000000" y="143.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="276.000000" y1="156.000000" x2="440.000000" y2="156.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="286.000000" y="179.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">sku</text> <text class="text" x="384.000000" y="143.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="240.000000" y1="156.000000" x2="404.000000" y2="156.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="250.000000" y="179.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">sku</text>
<text class="text" x="353.000000" y="179.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text> <text class="text" x="317.000000" y="179.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text>
<text class="text" x="420.000000" y="179.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="276.000000" y1="192.000000" x2="440.000000" y2="192.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="286.000000" y="215.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">name</text> <text class="text" x="384.000000" y="179.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="240.000000" y1="192.000000" x2="404.000000" y2="192.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="250.000000" y="215.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">name</text>
<text class="text" x="353.000000" y="215.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text> <text class="text" x="317.000000" y="215.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text>
<text class="text" x="420.000000" y="215.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="276.000000" y1="228.000000" x2="440.000000" y2="228.000000" style="stroke-width:2;stroke:#0a0f25" /></g></g><g id="orders"><g class="shape" ><rect class="shape" x="276" y="328" width="164" height="144" style="fill:#FFFFFF;stroke:#0A0F25;opacity:1.000000;stroke-width:2;"/><rect class="class_header" x="276.000000" y="328.000000" width="164.000000" height="36.000000" fill="#0a0f25" /><text class="text" x="296.000000" y="355.000000" style="text-anchor:start;font-size:24px;fill:white">orders</text><text class="text" x="286.000000" y="387.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">id</text> <text class="text" x="384.000000" y="215.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="240.000000" y1="228.000000" x2="404.000000" y2="228.000000" style="stroke-width:2;stroke:#0a0f25" /></g></g><g id="orders"><g class="shape" ><rect class="shape" x="240" y="328" width="164" height="144" style="fill:#FFFFFF;stroke:#0A0F25;opacity:1.000000;stroke-width:2;"/><rect class="class_header" x="240.000000" y="328.000000" width="164.000000" height="36.000000" fill="#0a0f25" /><text class="text" x="260.000000" y="355.000000" style="text-anchor:start;font-size:24px;fill:white">orders</text><text class="text" x="250.000000" y="387.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">id</text>
<text class="text" x="397.000000" y="387.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text> <text class="text" x="361.000000" y="387.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text>
<text class="text" x="420.000000" y="387.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="276.000000" y1="400.000000" x2="440.000000" y2="400.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="286.000000" y="423.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">user_id</text> <text class="text" x="384.000000" y="387.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="240.000000" y1="400.000000" x2="404.000000" y2="400.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="250.000000" y="423.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">user_id</text>
<text class="text" x="397.000000" y="423.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text> <text class="text" x="361.000000" y="423.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text>
<text class="text" x="420.000000" y="423.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="276.000000" y1="436.000000" x2="440.000000" y2="436.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="286.000000" y="459.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">product_id</text> <text class="text" x="384.000000" y="423.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="240.000000" y1="436.000000" x2="404.000000" y2="436.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="250.000000" y="459.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">product_id</text>
<text class="text" x="397.000000" y="459.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text> <text class="text" x="361.000000" y="459.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text>
<text class="text" x="420.000000" y="459.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="276.000000" y1="472.000000" x2="440.000000" y2="472.000000" style="stroke-width:2;stroke:#0a0f25" /></g></g><g id="shipments"><g class="shape" ><rect class="shape" x="12" y="48" width="244" height="180" style="fill:#FFFFFF;stroke:#0A0F25;opacity:1.000000;stroke-width:2;"/><rect class="class_header" x="12.000000" y="48.000000" width="244.000000" height="36.000000" fill="#0a0f25" /><text class="text" x="32.000000" y="75.000000" style="text-anchor:start;font-size:24px;fill:white">shipments</text><text class="text" x="22.000000" y="107.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">id</text> <text class="text" x="384.000000" y="459.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="240.000000" y1="472.000000" x2="404.000000" y2="472.000000" style="stroke-width:2;stroke:#0a0f25" /></g></g><g id="shipments"><g class="shape" ><rect class="shape" x="424" y="48" width="244" height="180" style="fill:#FFFFFF;stroke:#0A0F25;opacity:1.000000;stroke-width:2;"/><rect class="class_header" x="424.000000" y="48.000000" width="244.000000" height="36.000000" fill="#0a0f25" /><text class="text" x="444.000000" y="75.000000" style="text-anchor:start;font-size:24px;fill:white">shipments</text><text class="text" x="434.000000" y="107.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">id</text>
<text class="text" x="188.000000" y="107.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text> <text class="text" x="600.000000" y="107.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text>
<text class="text" x="236.000000" y="107.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="12.000000" y1="120.000000" x2="256.000000" y2="120.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="22.000000" y="143.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">order_id</text> <text class="text" x="648.000000" y="107.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="424.000000" y1="120.000000" x2="668.000000" y2="120.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="434.000000" y="143.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">order_id</text>
<text class="text" x="188.000000" y="143.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text> <text class="text" x="600.000000" y="143.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">int</text>
<text class="text" x="236.000000" y="143.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="12.000000" y1="156.000000" x2="256.000000" y2="156.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="22.000000" y="179.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">tracking_number</text> <text class="text" x="648.000000" y="143.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="424.000000" y1="156.000000" x2="668.000000" y2="156.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="434.000000" y="179.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">tracking_number</text>
<text class="text" x="188.000000" y="179.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text> <text class="text" x="600.000000" y="179.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text>
<text class="text" x="236.000000" y="179.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="12.000000" y1="192.000000" x2="256.000000" y2="192.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="22.000000" y="215.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">status</text> <text class="text" x="648.000000" y="179.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="424.000000" y1="192.000000" x2="668.000000" y2="192.000000" style="stroke-width:2;stroke:#0a0f25" /><text class="text" x="434.000000" y="215.000000" style="text-anchor:start;font-size:20px;fill:rgb(13, 50, 178)">status</text>
<text class="text" x="188.000000" y="215.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text> <text class="text" x="600.000000" y="215.000000" style="text-anchor:start;font-size:20px;fill:rgb(103, 108, 126)">string</text>
<text class="text" x="236.000000" y="215.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="12.000000" y1="228.000000" x2="256.000000" y2="228.000000" style="stroke-width:2;stroke:#0a0f25" /></g></g><g id="(users &lt;-&gt; orders)[0]"><marker id="mk-2510427236" markerWidth="10.000000" markerHeight="12.000000" refX="3.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="10.000000,0.000000 0.000000,6.000000 10.000000,12.000000" /> </marker><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 564.000000 232.000000 L 564.000000 268.000000 S 564.000000 278.000000 554.000000 278.000000 L 409.000000 278.000000 S 399.000000 278.000000 399.000000 288.000000 L 399.000000 324.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#2570056002)"/></g><g id="(products &lt;-&gt; orders)[0]"><path d="M 358.000000 232.000000 L 358.000000 324.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#2570056002)"/></g><g id="(shipments &lt;-&gt; orders)[0]"><path d="M 134.000000 232.000000 L 134.000000 268.000000 S 134.000000 278.000000 144.000000 278.000000 L 307.000000 278.000000 S 317.000000 278.000000 317.000000 288.000000 L 317.000000 324.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#2570056002)"/></g><mask id="2570056002" maskUnits="userSpaceOnUse" x="-100" y="-100" width="856" height="660"> <text class="text" x="648.000000" y="215.000000" style="text-anchor:end;font-size:20px;fill:rgb(74, 111, 243);letter-spacing:2px;"></text><line x1="424.000000" y1="228.000000" x2="668.000000" y2="228.000000" style="stroke-width:2;stroke:#0a0f25" /></g></g><g id="(users &lt;-&gt; orders)[0]"><marker id="mk-2510427236" markerWidth="10.000000" markerHeight="12.000000" refX="3.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="10.000000,0.000000 0.000000,6.000000 10.000000,12.000000" /> </marker><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 116.000000 232.000000 L 116.000000 268.000000 S 116.000000 278.000000 126.000000 278.000000 L 271.000000 278.000000 S 281.000000 278.000000 281.000000 288.000000 L 281.000000 324.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#3591892320)"/></g><g id="(products &lt;-&gt; orders)[0]"><path d="M 322.000000 232.000000 L 322.000000 324.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#3591892320)"/></g><g id="(shipments &lt;-&gt; orders)[0]"><path d="M 546.000000 232.000000 L 546.000000 268.000000 S 546.000000 278.000000 536.000000 278.000000 L 373.000000 278.000000 S 363.000000 278.000000 363.000000 288.000000 L 363.000000 324.000000" class="connection" style="fill:none;stroke:#0D32B2;opacity:1.000000;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#3591892320)"/></g><mask id="3591892320" maskUnits="userSpaceOnUse" x="-100" y="-100" width="856" height="660">
<rect x="-100" y="-100" width="856" height="660" fill="white"></rect> <rect x="-100" y="-100" width="856" height="660" fill="white"></rect>
</mask><style type="text/css"><![CDATA[ </mask><style type="text/css"><![CDATA[

Before

Width:  |  Height:  |  Size: 336 KiB

After

Width:  |  Height:  |  Size: 336 KiB

View file

@ -6,7 +6,7 @@
"id": "a", "id": "a",
"type": "", "type": "",
"pos": { "pos": {
"x": 295, "x": 220,
"y": 12 "y": 12
}, },
"width": 113, "width": 113,
@ -46,7 +46,7 @@
"id": "c", "id": "c",
"type": "", "type": "",
"pos": { "pos": {
"x": 162, "x": 353,
"y": 12 "y": 12
}, },
"width": 113, "width": 113,
@ -86,7 +86,7 @@
"id": "b", "id": "b",
"type": "", "type": "",
"pos": { "pos": {
"x": 428, "x": 87,
"y": 12 "y": 12
}, },
"width": 113, "width": 113,
@ -126,11 +126,11 @@
"id": "l1", "id": "l1",
"type": "", "type": "",
"pos": { "pos": {
"x": 87, "x": 12,
"y": 243 "y": 243
}, },
"width": 529, "width": 529,
"height": 276, "height": 296,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
"strokeWidth": 2, "strokeWidth": 2,
@ -166,7 +166,7 @@
"id": "l1.b", "id": "l1.b",
"type": "", "type": "",
"pos": { "pos": {
"x": 428, "x": 87,
"y": 318 "y": 318
}, },
"width": 113, "width": 113,
@ -206,7 +206,7 @@
"id": "l1.a", "id": "l1.a",
"type": "", "type": "",
"pos": { "pos": {
"x": 295, "x": 220,
"y": 318 "y": 318
}, },
"width": 113, "width": 113,
@ -246,7 +246,7 @@
"id": "l1.c", "id": "l1.c",
"type": "", "type": "",
"pos": { "pos": {
"x": 162, "x": 353,
"y": 318 "y": 318
}, },
"width": 113, "width": 113,
@ -286,8 +286,8 @@
"id": "l2c1", "id": "l2c1",
"type": "", "type": "",
"pos": { "pos": {
"x": 370, "x": 145,
"y": 639 "y": 659
}, },
"width": 263, "width": 263,
"height": 276, "height": 276,
@ -326,8 +326,8 @@
"id": "l2c1.a", "id": "l2c1.a",
"type": "", "type": "",
"pos": { "pos": {
"x": 445, "x": 220,
"y": 714 "y": 734
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -366,8 +366,8 @@
"id": "l2c3", "id": "l2c3",
"type": "", "type": "",
"pos": { "pos": {
"x": 87, "x": 711,
"y": 639 "y": 659
}, },
"width": 263, "width": 263,
"height": 276, "height": 276,
@ -406,8 +406,8 @@
"id": "l2c3.c", "id": "l2c3.c",
"type": "", "type": "",
"pos": { "pos": {
"x": 162, "x": 786,
"y": 714 "y": 734
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -446,8 +446,8 @@
"id": "l2c2", "id": "l2c2",
"type": "", "type": "",
"pos": { "pos": {
"x": 653, "x": 428,
"y": 639 "y": 659
}, },
"width": 263, "width": 263,
"height": 276, "height": 276,
@ -486,8 +486,8 @@
"id": "l2c2.b", "id": "l2c2.b",
"type": "", "type": "",
"pos": { "pos": {
"x": 728, "x": 503,
"y": 714 "y": 734
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -526,8 +526,8 @@
"id": "l3c1", "id": "l3c1",
"type": "", "type": "",
"pos": { "pos": {
"x": 370, "x": 145,
"y": 1025 "y": 1045
}, },
"width": 396, "width": 396,
"height": 276, "height": 276,
@ -566,8 +566,8 @@
"id": "l3c1.a", "id": "l3c1.a",
"type": "", "type": "",
"pos": { "pos": {
"x": 445, "x": 220,
"y": 1100 "y": 1120
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -606,8 +606,8 @@
"id": "l3c1.b", "id": "l3c1.b",
"type": "", "type": "",
"pos": { "pos": {
"x": 578, "x": 353,
"y": 1100 "y": 1120
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -646,8 +646,8 @@
"id": "l3c2", "id": "l3c2",
"type": "", "type": "",
"pos": { "pos": {
"x": 87, "x": 711,
"y": 1025 "y": 1045
}, },
"width": 263, "width": 263,
"height": 276, "height": 276,
@ -686,8 +686,8 @@
"id": "l3c2.c", "id": "l3c2.c",
"type": "", "type": "",
"pos": { "pos": {
"x": 162, "x": 786,
"y": 1100 "y": 1120
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -726,8 +726,8 @@
"id": "l4", "id": "l4",
"type": "", "type": "",
"pos": { "pos": {
"x": 12, "x": 70,
"y": 1411 "y": 1431
}, },
"width": 979, "width": 979,
"height": 431, "height": 431,
@ -766,8 +766,8 @@
"id": "l4.c1", "id": "l4.c1",
"type": "", "type": "",
"pos": { "pos": {
"x": 370, "x": 145,
"y": 1491 "y": 1511
}, },
"width": 263, "width": 263,
"height": 276, "height": 276,
@ -806,8 +806,8 @@
"id": "l4.c1.a", "id": "l4.c1.a",
"type": "", "type": "",
"pos": { "pos": {
"x": 445, "x": 220,
"y": 1566 "y": 1586
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -846,8 +846,8 @@
"id": "l4.c2", "id": "l4.c2",
"type": "", "type": "",
"pos": { "pos": {
"x": 653, "x": 428,
"y": 1491 "y": 1511
}, },
"width": 263, "width": 263,
"height": 276, "height": 276,
@ -886,8 +886,8 @@
"id": "l4.c2.b", "id": "l4.c2.b",
"type": "", "type": "",
"pos": { "pos": {
"x": 728, "x": 503,
"y": 1566 "y": 1586
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -926,8 +926,8 @@
"id": "l4.c3", "id": "l4.c3",
"type": "", "type": "",
"pos": { "pos": {
"x": 87, "x": 711,
"y": 1491 "y": 1511
}, },
"width": 263, "width": 263,
"height": 276, "height": 276,
@ -966,8 +966,8 @@
"id": "l4.c3.c", "id": "l4.c3.c",
"type": "", "type": "",
"pos": { "pos": {
"x": 162, "x": 786,
"y": 1566 "y": 1586
}, },
"width": 113, "width": 113,
"height": 126, "height": 126,
@ -1030,11 +1030,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 484.5, "x": 143.5,
"y": 138 "y": 138
}, },
{ {
"x": 484.5, "x": 143.5,
"y": 318 "y": 318
} }
], ],
@ -1069,11 +1069,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 351.5, "x": 276.5,
"y": 138 "y": 138
}, },
{ {
"x": 351.5, "x": 276.5,
"y": 318 "y": 318
} }
], ],
@ -1108,11 +1108,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 218.5, "x": 409.5,
"y": 138 "y": 138
}, },
{ {
"x": 218.5, "x": 409.5,
"y": 318 "y": 318
} }
], ],
@ -1147,20 +1147,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 351.5, "x": 276.5,
"y": 444 "y": 444
}, },
{ {
"x": 351.5, "x": 276.5,
"y": 584 "y": 734
},
{
"x": 501.5,
"y": 584
},
{
"x": 501.5,
"y": 714
} }
], ],
"animated": false, "animated": false,
@ -1194,12 +1186,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 218.5, "x": 409.5,
"y": 444 "y": 444
}, },
{ {
"x": 218.5, "x": 409.5,
"y": 714 "y": 594
},
{
"x": 842.5,
"y": 594
},
{
"x": 842.5,
"y": 734
} }
], ],
"animated": false, "animated": false,
@ -1233,20 +1233,28 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 484.5, "x": 143.5,
"y": 444 "y": 444
}, },
{ {
"x": 484.5, "x": 143.5,
"y": 574 "y": 454
}, },
{ {
"x": 784.5, "x": 286.5,
"y": 574 "y": 454
}, },
{ {
"x": 784.5, "x": 286.5,
"y": 714 "y": 604
},
{
"x": 559.5,
"y": 604
},
{
"x": 559.5,
"y": 734
} }
], ],
"animated": false, "animated": false,
@ -1280,12 +1288,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 501.5, "x": 276.5,
"y": 840 "y": 860
}, },
{ {
"x": 501.5, "x": 276.5,
"y": 1100 "y": 1120
} }
], ],
"animated": false, "animated": false,
@ -1319,20 +1327,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 784.5, "x": 559.5,
"y": 840 "y": 860
}, },
{ {
"x": 784.5, "x": 559.5,
"y": 970 "y": 990
}, },
{ {
"x": 634.5, "x": 409.5,
"y": 970 "y": 990
}, },
{ {
"x": 634.5, "x": 409.5,
"y": 1100 "y": 1120
} }
], ],
"animated": false, "animated": false,
@ -1366,12 +1374,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 218.5, "x": 842.5,
"y": 840 "y": 860
}, },
{ {
"x": 218.5, "x": 842.5,
"y": 1100 "y": 1120
} }
], ],
"animated": false, "animated": false,
@ -1405,12 +1413,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 501.5, "x": 276.5,
"y": 1226 "y": 1246
}, },
{ {
"x": 501.5, "x": 276.5,
"y": 1566 "y": 1586
} }
], ],
"animated": false, "animated": false,
@ -1444,20 +1452,20 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 634.5, "x": 409.5,
"y": 1226 "y": 1246
}, },
{ {
"x": 634.5, "x": 409.5,
"y": 1356 "y": 1376
}, },
{ {
"x": 784.5, "x": 559.5,
"y": 1356 "y": 1376
}, },
{ {
"x": 784.5, "x": 559.5,
"y": 1566 "y": 1586
} }
], ],
"animated": false, "animated": false,
@ -1491,12 +1499,12 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 218.5, "x": 842.5,
"y": 1226 "y": 1246
}, },
{ {
"x": 218.5, "x": 842.5,
"y": 1566 "y": 1586
} }
], ],
"animated": false, "animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 658 KiB

After

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

After

Width:  |  Height:  |  Size: 370 KiB