pict-section-flow 1.4.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/package.json +7 -2
  2. package/source/Pict-Section-Flow.js +20 -14
  3. package/source/providers/PictProvider-Flow-Background.js +303 -0
  4. package/source/providers/PictProvider-Flow-CSS.js +73 -7
  5. package/source/providers/PictProvider-Flow-Geometry.js +11 -421
  6. package/source/providers/PictProvider-Flow-Icons.js +12 -0
  7. package/source/providers/PictProvider-Flow-Layouts.js +107 -0
  8. package/source/services/PictService-Flow-ConnectionRenderer.js +1 -1
  9. package/source/services/PictService-Flow-CursorManager.js +113 -0
  10. package/source/services/PictService-Flow-InteractionManager.js +439 -59
  11. package/source/services/PictService-Flow-Layout.js +21 -16
  12. package/source/services/PictService-Flow-PathGenerator.js +30 -417
  13. package/source/services/PictService-Flow-RenderManager.js +23 -3
  14. package/source/services/PictService-Flow-ViewportManager.js +102 -0
  15. package/source/views/PictView-Flow-FloatingToolbar.js +5 -1
  16. package/source/views/PictView-Flow-Node.js +29 -0
  17. package/source/views/PictView-Flow-Toolbar.js +50 -3
  18. package/source/views/PictView-Flow.js +591 -2
  19. package/.claude/launch.json +0 -11
  20. package/docs/.nojekyll +0 -0
  21. package/docs/Architecture.md +0 -163
  22. package/docs/Custom-Styling.md +0 -275
  23. package/docs/Data_Model.md +0 -149
  24. package/docs/Event_System.md +0 -156
  25. package/docs/Getting_Started.md +0 -237
  26. package/docs/Implementation_Reference.md +0 -528
  27. package/docs/Layout_Persistence.md +0 -117
  28. package/docs/README.md +0 -103
  29. package/docs/Theme_Integration.md +0 -150
  30. package/docs/_brand.json +0 -18
  31. package/docs/_cover.md +0 -17
  32. package/docs/_playground.json +0 -24
  33. package/docs/_sidebar.md +0 -57
  34. package/docs/_topbar.md +0 -8
  35. package/docs/_version.json +0 -7
  36. package/docs/api/PictFlowCard.md +0 -216
  37. package/docs/api/PictFlowCardPropertiesPanel.md +0 -235
  38. package/docs/api/addConnection.md +0 -101
  39. package/docs/api/addNode.md +0 -137
  40. package/docs/api/autoLayout.md +0 -77
  41. package/docs/api/getFlowData.md +0 -112
  42. package/docs/api/marshalToView.md +0 -95
  43. package/docs/api/openPanel.md +0 -128
  44. package/docs/api/registerHandler.md +0 -174
  45. package/docs/api/registerNodeType.md +0 -142
  46. package/docs/api/removeConnection.md +0 -57
  47. package/docs/api/removeNode.md +0 -80
  48. package/docs/api/saveLayout.md +0 -152
  49. package/docs/api/screenToSVGCoords.md +0 -68
  50. package/docs/api/selectNode.md +0 -116
  51. package/docs/api/setTheme.md +0 -168
  52. package/docs/api/setZoom.md +0 -97
  53. package/docs/api/toggleFullscreen.md +0 -68
  54. package/docs/card-help/EACH.md +0 -19
  55. package/docs/card-help/FREAD.md +0 -24
  56. package/docs/card-help/FWRITE.md +0 -24
  57. package/docs/card-help/GET.md +0 -22
  58. package/docs/card-help/ITE.md +0 -23
  59. package/docs/card-help/LOG.md +0 -23
  60. package/docs/card-help/NOTE.md +0 -17
  61. package/docs/card-help/PREV.md +0 -18
  62. package/docs/card-help/SET.md +0 -27
  63. package/docs/card-help/SPKL.md +0 -22
  64. package/docs/card-help/STAT.md +0 -23
  65. package/docs/card-help/SW.md +0 -25
  66. package/docs/diagrams/architecture-at-a-glance.excalidraw +0 -4270
  67. package/docs/diagrams/architecture-at-a-glance.mmd +0 -30
  68. package/docs/diagrams/architecture-at-a-glance.svg +0 -2
  69. package/docs/diagrams/data-flow.excalidraw +0 -1451
  70. package/docs/diagrams/data-flow.mmd +0 -17
  71. package/docs/diagrams/data-flow.svg +0 -2
  72. package/docs/diagrams/high-level-design.excalidraw +0 -5767
  73. package/docs/diagrams/high-level-design.mmd +0 -86
  74. package/docs/diagrams/high-level-design.svg +0 -2
  75. package/docs/diagrams/relationships.excalidraw +0 -3852
  76. package/docs/diagrams/relationships.mmd +0 -9
  77. package/docs/diagrams/relationships.svg +0 -2
  78. package/docs/diagrams/service-initialization-sequence.excalidraw +0 -1466
  79. package/docs/diagrams/service-initialization-sequence.mmd +0 -19
  80. package/docs/diagrams/service-initialization-sequence.svg +0 -2
  81. package/docs/diagrams/svg-layer-structure.excalidraw +0 -1060
  82. package/docs/diagrams/svg-layer-structure.mmd +0 -18
  83. package/docs/diagrams/svg-layer-structure.svg +0 -2
  84. package/docs/examples/README.md +0 -9
  85. package/docs/examples/simple_cards/README.md +0 -677
  86. package/docs/examples/simple_cards/css/flowexample.css +0 -65
  87. package/docs/examples/simple_cards/index.html +0 -32
  88. package/docs/examples/simple_cards/js/pict.min.js +0 -12
  89. package/docs/examples/simple_cards/pict-section-flow-example-simple-cards.compatible.min.js +0 -1
  90. package/docs/index.html +0 -38
  91. package/docs/playground/app.json +0 -6
  92. package/docs/playground/appdata.json +0 -85
  93. package/docs/playground/application.js +0 -23
  94. package/docs/playground/pict.json +0 -17
  95. package/docs/playground/runtime/pict-application.min.js +0 -2
  96. package/docs/playground/runtime/pict-section-flow.min.js +0 -2
  97. package/docs/playground/runtime/pict-section-modal.min.js +0 -2
  98. package/docs/playground/runtime/pict.min.js +0 -12
  99. package/docs/retold-catalog.json +0 -244
  100. package/docs/retold-keyword-index.json +0 -26028
  101. package/example_applications/simple_cards/css/flowexample.css +0 -65
  102. package/example_applications/simple_cards/html/index.html +0 -32
  103. package/example_applications/simple_cards/package.json +0 -52
  104. package/example_applications/simple_cards/source/Pict-Application-FlowExample-Configuration.json +0 -15
  105. package/example_applications/simple_cards/source/Pict-Application-FlowExample.js +0 -539
  106. package/example_applications/simple_cards/source/card-help-content.js +0 -16
  107. package/example_applications/simple_cards/source/cards/FlowCard-Comment.js +0 -38
  108. package/example_applications/simple_cards/source/cards/FlowCard-DataPreview.js +0 -44
  109. package/example_applications/simple_cards/source/cards/FlowCard-Each.js +0 -38
  110. package/example_applications/simple_cards/source/cards/FlowCard-FileRead.js +0 -56
  111. package/example_applications/simple_cards/source/cards/FlowCard-FileWrite.js +0 -50
  112. package/example_applications/simple_cards/source/cards/FlowCard-GetValue.js +0 -37
  113. package/example_applications/simple_cards/source/cards/FlowCard-IfThenElse.js +0 -49
  114. package/example_applications/simple_cards/source/cards/FlowCard-LogValues.js +0 -55
  115. package/example_applications/simple_cards/source/cards/FlowCard-SetValue.js +0 -97
  116. package/example_applications/simple_cards/source/cards/FlowCard-Sparkline.js +0 -100
  117. package/example_applications/simple_cards/source/cards/FlowCard-StatusMonitor.js +0 -46
  118. package/example_applications/simple_cards/source/cards/FlowCard-Switch.js +0 -39
  119. package/example_applications/simple_cards/source/providers/PictRouter-FlowExample-Configuration.json +0 -22
  120. package/example_applications/simple_cards/source/sample-flows.js +0 -410
  121. package/example_applications/simple_cards/source/views/PictView-FlowExample-About.js +0 -184
  122. package/example_applications/simple_cards/source/views/PictView-FlowExample-BottomBar.js +0 -77
  123. package/example_applications/simple_cards/source/views/PictView-FlowExample-Documentation.js +0 -325
  124. package/example_applications/simple_cards/source/views/PictView-FlowExample-FileWriteInfo.js +0 -59
  125. package/example_applications/simple_cards/source/views/PictView-FlowExample-Layout.js +0 -90
  126. package/example_applications/simple_cards/source/views/PictView-FlowExample-MainWorkspace.js +0 -453
  127. package/example_applications/simple_cards/source/views/PictView-FlowExample-TopBar.js +0 -95
  128. package/scripts/generate-card-help.js +0 -214
  129. package/source/providers/edges/Edge-Bezier.js +0 -41
  130. package/source/providers/edges/Edge-Orthogonal.js +0 -37
  131. package/source/providers/edges/Edge-OrthogonalSnap.js +0 -72
  132. package/source/providers/edges/Edge-Perimeter-Linear.js +0 -31
  133. package/source/providers/edges/Edge-Perimeter-Orthogonal.js +0 -39
  134. package/source/providers/edges/Edge-Perimeter.js +0 -48
  135. package/source/providers/edges/Edge-PerimeterMath.js +0 -92
  136. package/source/providers/edges/Edge-Straight.js +0 -24
  137. package/source/providers/layouts/Layout-Circular.js +0 -203
  138. package/source/providers/layouts/Layout-Coerce.js +0 -40
  139. package/source/providers/layouts/Layout-Columnar.js +0 -134
  140. package/source/providers/layouts/Layout-Custom.js +0 -27
  141. package/source/providers/layouts/Layout-ForcedFromCenter.js +0 -256
  142. package/source/providers/layouts/Layout-Grid.js +0 -134
  143. package/source/providers/layouts/Layout-Layered.js +0 -155
  144. package/source/providers/layouts/Layout-Rank.js +0 -141
  145. package/source/providers/layouts/Layout-Staggered.js +0 -131
  146. package/source/providers/layouts/Layout-Tabular.js +0 -94
  147. package/test/CardPalette_tests.js +0 -43
  148. package/test/ConnectionHandleManager_tests.js +0 -717
  149. package/test/ConnectionRenderer_tests.js +0 -591
  150. package/test/ConnectionStyle_tests.js +0 -90
  151. package/test/DataManager_tests.js +0 -859
  152. package/test/Geometry_tests.js +0 -767
  153. package/test/InteractionManager_tests.js +0 -279
  154. package/test/Layout_tests.js +0 -1604
  155. package/test/NodeView_tests.js +0 -66
  156. package/test/PanelManager_tests.js +0 -172
  157. package/test/PathGenerator_tests.js +0 -978
  158. package/test/PortRenderer_tests.js +0 -376
  159. package/test/RenderManager_tests.js +0 -756
  160. package/test/Renderer_tests.js +0 -133
  161. package/test/SelectionManager_tests.js +0 -185
  162. package/test/StylePresets_tests.js +0 -153
  163. package/test/ToolbarExtraButtons_tests.js +0 -138
  164. package/test/UndirectedConnections_tests.js +0 -70
@@ -1,4270 +0,0 @@
1
- {
2
- "type": "excalidraw",
3
- "version": 2,
4
- "source": "pict-section-excalidraw/notebook-generator",
5
- "elements": [
6
- {
7
- "id": "shape-A-000000ak",
8
- "type": "rectangle",
9
- "x": 1133,
10
- "y": 16,
11
- "width": 208,
12
- "height": 56,
13
- "angle": 0,
14
- "strokeColor": "#1B1F23",
15
- "backgroundColor": "transparent",
16
- "fillStyle": "solid",
17
- "strokeWidth": 2,
18
- "strokeStyle": "solid",
19
- "roughness": 1,
20
- "opacity": 100,
21
- "groupIds": [],
22
- "frameId": null,
23
- "roundness": {
24
- "type": 3
25
- },
26
- "seed": 380,
27
- "version": 1,
28
- "versionNonce": 380,
29
- "isDeleted": false,
30
- "boundElements": [
31
- {
32
- "id": "label-A-0000009c",
33
- "type": "text"
34
- },
35
- {
36
- "id": "arrow-A-B-0000008o",
37
- "type": "arrow"
38
- }
39
- ],
40
- "updated": 1,
41
- "link": null,
42
- "locked": false,
43
- "index": null
44
- },
45
- {
46
- "id": "label-A-0000009c",
47
- "type": "text",
48
- "x": 1141,
49
- "y": 31.5,
50
- "width": 192,
51
- "height": 25,
52
- "angle": 0,
53
- "strokeColor": "#1B1F23",
54
- "backgroundColor": "transparent",
55
- "fillStyle": "solid",
56
- "strokeWidth": 1,
57
- "strokeStyle": "solid",
58
- "roughness": 1,
59
- "opacity": 100,
60
- "groupIds": [],
61
- "frameId": null,
62
- "roundness": null,
63
- "seed": 336,
64
- "version": 1,
65
- "versionNonce": 336,
66
- "isDeleted": false,
67
- "boundElements": null,
68
- "updated": 1,
69
- "link": null,
70
- "locked": false,
71
- "text": "Your Application",
72
- "fontSize": 20,
73
- "fontFamily": 5,
74
- "textAlign": "center",
75
- "verticalAlign": "middle",
76
- "baseline": 15,
77
- "containerId": "shape-A-000000ak",
78
- "originalText": "Your Application",
79
- "autoResize": true,
80
- "lineHeight": 1.25,
81
- "index": null
82
- },
83
- {
84
- "id": "shape-B-000000m9",
85
- "type": "rectangle",
86
- "x": 1155,
87
- "y": 162,
88
- "width": 164,
89
- "height": 56,
90
- "angle": 0,
91
- "strokeColor": "#1B1F23",
92
- "backgroundColor": "transparent",
93
- "fillStyle": "solid",
94
- "strokeWidth": 2,
95
- "strokeStyle": "solid",
96
- "roughness": 1,
97
- "opacity": 100,
98
- "groupIds": [],
99
- "frameId": null,
100
- "roundness": {
101
- "type": 3
102
- },
103
- "seed": 801,
104
- "version": 1,
105
- "versionNonce": 801,
106
- "isDeleted": false,
107
- "boundElements": [
108
- {
109
- "id": "label-B-000000jc",
110
- "type": "text"
111
- },
112
- {
113
- "id": "arrow-A-B-0000008o",
114
- "type": "arrow"
115
- },
116
- {
117
- "id": "arrow-B-C-000000ko",
118
- "type": "arrow"
119
- },
120
- {
121
- "id": "arrow-B-D-000000ns",
122
- "type": "arrow"
123
- },
124
- {
125
- "id": "arrow-B-E-000000rc",
126
- "type": "arrow"
127
- }
128
- ],
129
- "updated": 1,
130
- "link": null,
131
- "locked": false,
132
- "index": null
133
- },
134
- {
135
- "id": "label-B-000000jc",
136
- "type": "text",
137
- "x": 1163,
138
- "y": 177.5,
139
- "width": 148,
140
- "height": 25,
141
- "angle": 0,
142
- "strokeColor": "#1B1F23",
143
- "backgroundColor": "transparent",
144
- "fillStyle": "solid",
145
- "strokeWidth": 1,
146
- "strokeStyle": "solid",
147
- "roughness": 1,
148
- "opacity": 100,
149
- "groupIds": [],
150
- "frameId": null,
151
- "roundness": null,
152
- "seed": 696,
153
- "version": 1,
154
- "versionNonce": 696,
155
- "isDeleted": false,
156
- "boundElements": null,
157
- "updated": 1,
158
- "link": null,
159
- "locked": false,
160
- "text": "PictViewFlow",
161
- "fontSize": 20,
162
- "fontFamily": 5,
163
- "textAlign": "center",
164
- "verticalAlign": "middle",
165
- "baseline": 15,
166
- "containerId": "shape-B-000000m9",
167
- "originalText": "PictViewFlow",
168
- "autoResize": true,
169
- "lineHeight": 1.25,
170
- "index": null
171
- },
172
- {
173
- "id": "shape-C-0000005g",
174
- "type": "rectangle",
175
- "x": 346,
176
- "y": 308,
177
- "width": 120,
178
- "height": 56,
179
- "angle": 0,
180
- "strokeColor": "#1B1F23",
181
- "backgroundColor": "transparent",
182
- "fillStyle": "solid",
183
- "strokeWidth": 2,
184
- "strokeStyle": "solid",
185
- "roughness": 1,
186
- "opacity": 100,
187
- "groupIds": [],
188
- "frameId": null,
189
- "roundness": {
190
- "type": 3
191
- },
192
- "seed": 196,
193
- "version": 1,
194
- "versionNonce": 196,
195
- "isDeleted": false,
196
- "boundElements": [
197
- {
198
- "id": "label-C-0000004c",
199
- "type": "text"
200
- },
201
- {
202
- "id": "arrow-B-C-000000ko",
203
- "type": "arrow"
204
- },
205
- {
206
- "id": "arrow-C-C1-000000g8",
207
- "type": "arrow"
208
- },
209
- {
210
- "id": "arrow-C-C2-0000002t",
211
- "type": "arrow"
212
- },
213
- {
214
- "id": "arrow-C-C3-000000eh",
215
- "type": "arrow"
216
- },
217
- {
218
- "id": "arrow-C-C4-000000f0",
219
- "type": "arrow"
220
- },
221
- {
222
- "id": "arrow-C-C5-000000cs",
223
- "type": "arrow"
224
- },
225
- {
226
- "id": "arrow-C-C6-000000eo",
227
- "type": "arrow"
228
- },
229
- {
230
- "id": "arrow-C-C7-000000r4",
231
- "type": "arrow"
232
- }
233
- ],
234
- "updated": 1,
235
- "link": null,
236
- "locked": false,
237
- "index": null
238
- },
239
- {
240
- "id": "label-C-0000004c",
241
- "type": "text",
242
- "x": 354,
243
- "y": 323.5,
244
- "width": 104,
245
- "height": 25,
246
- "angle": 0,
247
- "strokeColor": "#1B1F23",
248
- "backgroundColor": "transparent",
249
- "fillStyle": "solid",
250
- "strokeWidth": 1,
251
- "strokeStyle": "solid",
252
- "roughness": 1,
253
- "opacity": 100,
254
- "groupIds": [],
255
- "frameId": null,
256
- "roundness": null,
257
- "seed": 156,
258
- "version": 1,
259
- "versionNonce": 156,
260
- "isDeleted": false,
261
- "boundElements": null,
262
- "updated": 1,
263
- "link": null,
264
- "locked": false,
265
- "text": "Services",
266
- "fontSize": 20,
267
- "fontFamily": 5,
268
- "textAlign": "center",
269
- "verticalAlign": "middle",
270
- "baseline": 15,
271
- "containerId": "shape-C-0000005g",
272
- "originalText": "Services",
273
- "autoResize": true,
274
- "lineHeight": 1.25,
275
- "index": null
276
- },
277
- {
278
- "id": "shape-D-000000bd",
279
- "type": "rectangle",
280
- "x": 1171,
281
- "y": 308,
282
- "width": 131,
283
- "height": 56,
284
- "angle": 0,
285
- "strokeColor": "#1B1F23",
286
- "backgroundColor": "transparent",
287
- "fillStyle": "solid",
288
- "strokeWidth": 2,
289
- "strokeStyle": "solid",
290
- "roughness": 1,
291
- "opacity": 100,
292
- "groupIds": [],
293
- "frameId": null,
294
- "roundness": {
295
- "type": 3
296
- },
297
- "seed": 409,
298
- "version": 1,
299
- "versionNonce": 409,
300
- "isDeleted": false,
301
- "boundElements": [
302
- {
303
- "id": "label-D-0000007w",
304
- "type": "text"
305
- },
306
- {
307
- "id": "arrow-B-D-000000ns",
308
- "type": "arrow"
309
- },
310
- {
311
- "id": "arrow-D-D1-0000005g",
312
- "type": "arrow"
313
- },
314
- {
315
- "id": "arrow-D-D2-000000h4",
316
- "type": "arrow"
317
- },
318
- {
319
- "id": "arrow-D-D3-000000kl",
320
- "type": "arrow"
321
- },
322
- {
323
- "id": "arrow-D-D4-000000co",
324
- "type": "arrow"
325
- },
326
- {
327
- "id": "arrow-D-D5-000000b0",
328
- "type": "arrow"
329
- },
330
- {
331
- "id": "arrow-D-D6-0000002s",
332
- "type": "arrow"
333
- }
334
- ],
335
- "updated": 1,
336
- "link": null,
337
- "locked": false,
338
- "index": null
339
- },
340
- {
341
- "id": "label-D-0000007w",
342
- "type": "text",
343
- "x": 1179,
344
- "y": 323.5,
345
- "width": 115,
346
- "height": 25,
347
- "angle": 0,
348
- "strokeColor": "#1B1F23",
349
- "backgroundColor": "transparent",
350
- "fillStyle": "solid",
351
- "strokeWidth": 1,
352
- "strokeStyle": "solid",
353
- "roughness": 1,
354
- "opacity": 100,
355
- "groupIds": [],
356
- "frameId": null,
357
- "roundness": null,
358
- "seed": 284,
359
- "version": 1,
360
- "versionNonce": 284,
361
- "isDeleted": false,
362
- "boundElements": null,
363
- "updated": 1,
364
- "link": null,
365
- "locked": false,
366
- "text": "Providers",
367
- "fontSize": 20,
368
- "fontFamily": 5,
369
- "textAlign": "center",
370
- "verticalAlign": "middle",
371
- "baseline": 15,
372
- "containerId": "shape-D-000000bd",
373
- "originalText": "Providers",
374
- "autoResize": true,
375
- "lineHeight": 1.25,
376
- "index": null
377
- },
378
- {
379
- "id": "shape-E-000000j2",
380
- "type": "rectangle",
381
- "x": 2564,
382
- "y": 308,
383
- "width": 120,
384
- "height": 56,
385
- "angle": 0,
386
- "strokeColor": "#1B1F23",
387
- "backgroundColor": "transparent",
388
- "fillStyle": "solid",
389
- "strokeWidth": 2,
390
- "strokeStyle": "solid",
391
- "roughness": 1,
392
- "opacity": 100,
393
- "groupIds": [],
394
- "frameId": null,
395
- "roundness": {
396
- "type": 3
397
- },
398
- "seed": 686,
399
- "version": 1,
400
- "versionNonce": 686,
401
- "isDeleted": false,
402
- "boundElements": [
403
- {
404
- "id": "label-E-000000i8",
405
- "type": "text"
406
- },
407
- {
408
- "id": "arrow-B-E-000000rc",
409
- "type": "arrow"
410
- },
411
- {
412
- "id": "arrow-E-E1-0000008g",
413
- "type": "arrow"
414
- },
415
- {
416
- "id": "arrow-E-E2-000000op",
417
- "type": "arrow"
418
- },
419
- {
420
- "id": "arrow-E-E3-000000n8",
421
- "type": "arrow"
422
- }
423
- ],
424
- "updated": 1,
425
- "link": null,
426
- "locked": false,
427
- "index": null
428
- },
429
- {
430
- "id": "label-E-000000i8",
431
- "type": "text",
432
- "x": 2572,
433
- "y": 323.5,
434
- "width": 104,
435
- "height": 25,
436
- "angle": 0,
437
- "strokeColor": "#1B1F23",
438
- "backgroundColor": "transparent",
439
- "fillStyle": "solid",
440
- "strokeWidth": 1,
441
- "strokeStyle": "solid",
442
- "roughness": 1,
443
- "opacity": 100,
444
- "groupIds": [],
445
- "frameId": null,
446
- "roundness": null,
447
- "seed": 656,
448
- "version": 1,
449
- "versionNonce": 656,
450
- "isDeleted": false,
451
- "boundElements": null,
452
- "updated": 1,
453
- "link": null,
454
- "locked": false,
455
- "text": "Views",
456
- "fontSize": 20,
457
- "fontFamily": 5,
458
- "textAlign": "center",
459
- "verticalAlign": "middle",
460
- "baseline": 15,
461
- "containerId": "shape-E-000000j2",
462
- "originalText": "Views",
463
- "autoResize": true,
464
- "lineHeight": 1.25,
465
- "index": null
466
- },
467
- {
468
- "id": "shape-C1-000000fp",
469
- "type": "rectangle",
470
- "x": 71,
471
- "y": 454,
472
- "width": 153,
473
- "height": 56,
474
- "angle": 0,
475
- "strokeColor": "#1B1F23",
476
- "backgroundColor": "transparent",
477
- "fillStyle": "solid",
478
- "strokeWidth": 2,
479
- "strokeStyle": "solid",
480
- "roughness": 1,
481
- "opacity": 100,
482
- "groupIds": [],
483
- "frameId": null,
484
- "roundness": {
485
- "type": 3
486
- },
487
- "seed": 565,
488
- "version": 1,
489
- "versionNonce": 565,
490
- "isDeleted": false,
491
- "boundElements": [
492
- {
493
- "id": "label-C1-0000004d",
494
- "type": "text"
495
- },
496
- {
497
- "id": "arrow-C-C1-000000g8",
498
- "type": "arrow"
499
- }
500
- ],
501
- "updated": 1,
502
- "link": null,
503
- "locked": false,
504
- "index": null
505
- },
506
- {
507
- "id": "label-C1-0000004d",
508
- "type": "text",
509
- "x": 79,
510
- "y": 469.5,
511
- "width": 137,
512
- "height": 25,
513
- "angle": 0,
514
- "strokeColor": "#1B1F23",
515
- "backgroundColor": "transparent",
516
- "fillStyle": "solid",
517
- "strokeWidth": 1,
518
- "strokeStyle": "solid",
519
- "roughness": 1,
520
- "opacity": 100,
521
- "groupIds": [],
522
- "frameId": null,
523
- "roundness": null,
524
- "seed": 157,
525
- "version": 1,
526
- "versionNonce": 157,
527
- "isDeleted": false,
528
- "boundElements": null,
529
- "updated": 1,
530
- "link": null,
531
- "locked": false,
532
- "text": "DataManager",
533
- "fontSize": 20,
534
- "fontFamily": 5,
535
- "textAlign": "center",
536
- "verticalAlign": "middle",
537
- "baseline": 15,
538
- "containerId": "shape-C1-000000fp",
539
- "originalText": "DataManager",
540
- "autoResize": true,
541
- "lineHeight": 1.25,
542
- "index": null
543
- },
544
- {
545
- "id": "shape-C2-000000no",
546
- "type": "rectangle",
547
- "x": 319,
548
- "y": 454,
549
- "width": 175,
550
- "height": 56,
551
- "angle": 0,
552
- "strokeColor": "#1B1F23",
553
- "backgroundColor": "transparent",
554
- "fillStyle": "solid",
555
- "strokeWidth": 2,
556
- "strokeStyle": "solid",
557
- "roughness": 1,
558
- "opacity": 100,
559
- "groupIds": [],
560
- "frameId": null,
561
- "roundness": {
562
- "type": 3
563
- },
564
- "seed": 852,
565
- "version": 1,
566
- "versionNonce": 852,
567
- "isDeleted": false,
568
- "boundElements": [
569
- {
570
- "id": "label-C2-000000d5",
571
- "type": "text"
572
- },
573
- {
574
- "id": "arrow-C-C2-0000002t",
575
- "type": "arrow"
576
- }
577
- ],
578
- "updated": 1,
579
- "link": null,
580
- "locked": false,
581
- "index": null
582
- },
583
- {
584
- "id": "label-C2-000000d5",
585
- "type": "text",
586
- "x": 327,
587
- "y": 469.5,
588
- "width": 159,
589
- "height": 25,
590
- "angle": 0,
591
- "strokeColor": "#1B1F23",
592
- "backgroundColor": "transparent",
593
- "fillStyle": "solid",
594
- "strokeWidth": 1,
595
- "strokeStyle": "solid",
596
- "roughness": 1,
597
- "opacity": 100,
598
- "groupIds": [],
599
- "frameId": null,
600
- "roundness": null,
601
- "seed": 473,
602
- "version": 1,
603
- "versionNonce": 473,
604
- "isDeleted": false,
605
- "boundElements": null,
606
- "updated": 1,
607
- "link": null,
608
- "locked": false,
609
- "text": "RenderManager",
610
- "fontSize": 20,
611
- "fontFamily": 5,
612
- "textAlign": "center",
613
- "verticalAlign": "middle",
614
- "baseline": 15,
615
- "containerId": "shape-C2-000000no",
616
- "originalText": "RenderManager",
617
- "autoResize": true,
618
- "lineHeight": 1.25,
619
- "index": null
620
- },
621
- {
622
- "id": "shape-C3-000000hs",
623
- "type": "rectangle",
624
- "x": 522,
625
- "y": 454,
626
- "width": 208,
627
- "height": 56,
628
- "angle": 0,
629
- "strokeColor": "#1B1F23",
630
- "backgroundColor": "transparent",
631
- "fillStyle": "solid",
632
- "strokeWidth": 2,
633
- "strokeStyle": "solid",
634
- "roughness": 1,
635
- "opacity": 100,
636
- "groupIds": [],
637
- "frameId": null,
638
- "roundness": {
639
- "type": 3
640
- },
641
- "seed": 640,
642
- "version": 1,
643
- "versionNonce": 640,
644
- "isDeleted": false,
645
- "boundElements": [
646
- {
647
- "id": "label-C3-00000040",
648
- "type": "text"
649
- },
650
- {
651
- "id": "arrow-C-C3-000000eh",
652
- "type": "arrow"
653
- }
654
- ],
655
- "updated": 1,
656
- "link": null,
657
- "locked": false,
658
- "index": null
659
- },
660
- {
661
- "id": "label-C3-00000040",
662
- "type": "text",
663
- "x": 530,
664
- "y": 469.5,
665
- "width": 192,
666
- "height": 25,
667
- "angle": 0,
668
- "strokeColor": "#1B1F23",
669
- "backgroundColor": "transparent",
670
- "fillStyle": "solid",
671
- "strokeWidth": 1,
672
- "strokeStyle": "solid",
673
- "roughness": 1,
674
- "opacity": 100,
675
- "groupIds": [],
676
- "frameId": null,
677
- "roundness": null,
678
- "seed": 144,
679
- "version": 1,
680
- "versionNonce": 144,
681
- "isDeleted": false,
682
- "boundElements": null,
683
- "updated": 1,
684
- "link": null,
685
- "locked": false,
686
- "text": "SelectionManager",
687
- "fontSize": 20,
688
- "fontFamily": 5,
689
- "textAlign": "center",
690
- "verticalAlign": "middle",
691
- "baseline": 15,
692
- "containerId": "shape-C3-000000hs",
693
- "originalText": "SelectionManager",
694
- "autoResize": true,
695
- "lineHeight": 1.25,
696
- "index": null
697
- },
698
- {
699
- "id": "shape-C4-000000d4",
700
- "type": "rectangle",
701
- "x": 726,
702
- "y": 454,
703
- "width": 197,
704
- "height": 56,
705
- "angle": 0,
706
- "strokeColor": "#1B1F23",
707
- "backgroundColor": "transparent",
708
- "fillStyle": "solid",
709
- "strokeWidth": 2,
710
- "strokeStyle": "solid",
711
- "roughness": 1,
712
- "opacity": 100,
713
- "groupIds": [],
714
- "frameId": null,
715
- "roundness": {
716
- "type": 3
717
- },
718
- "seed": 472,
719
- "version": 1,
720
- "versionNonce": 472,
721
- "isDeleted": false,
722
- "boundElements": [
723
- {
724
- "id": "label-C4-000000c8",
725
- "type": "text"
726
- },
727
- {
728
- "id": "arrow-C-C4-000000f0",
729
- "type": "arrow"
730
- }
731
- ],
732
- "updated": 1,
733
- "link": null,
734
- "locked": false,
735
- "index": null
736
- },
737
- {
738
- "id": "label-C4-000000c8",
739
- "type": "text",
740
- "x": 734,
741
- "y": 469.5,
742
- "width": 181,
743
- "height": 25,
744
- "angle": 0,
745
- "strokeColor": "#1B1F23",
746
- "backgroundColor": "transparent",
747
- "fillStyle": "solid",
748
- "strokeWidth": 1,
749
- "strokeStyle": "solid",
750
- "roughness": 1,
751
- "opacity": 100,
752
- "groupIds": [],
753
- "frameId": null,
754
- "roundness": null,
755
- "seed": 440,
756
- "version": 1,
757
- "versionNonce": 440,
758
- "isDeleted": false,
759
- "boundElements": null,
760
- "updated": 1,
761
- "link": null,
762
- "locked": false,
763
- "text": "ViewportManager",
764
- "fontSize": 20,
765
- "fontFamily": 5,
766
- "textAlign": "center",
767
- "verticalAlign": "middle",
768
- "baseline": 15,
769
- "containerId": "shape-C4-000000d4",
770
- "originalText": "ViewportManager",
771
- "autoResize": true,
772
- "lineHeight": 1.25,
773
- "index": null
774
- },
775
- {
776
- "id": "shape-C5-0000003o",
777
- "type": "rectangle",
778
- "x": 907,
779
- "y": 454,
780
- "width": 164,
781
- "height": 56,
782
- "angle": 0,
783
- "strokeColor": "#1B1F23",
784
- "backgroundColor": "transparent",
785
- "fillStyle": "solid",
786
- "strokeWidth": 2,
787
- "strokeStyle": "solid",
788
- "roughness": 1,
789
- "opacity": 100,
790
- "groupIds": [],
791
- "frameId": null,
792
- "roundness": {
793
- "type": 3
794
- },
795
- "seed": 132,
796
- "version": 1,
797
- "versionNonce": 132,
798
- "isDeleted": false,
799
- "boundElements": [
800
- {
801
- "id": "label-C5-000000ns",
802
- "type": "text"
803
- },
804
- {
805
- "id": "arrow-C-C5-000000cs",
806
- "type": "arrow"
807
- }
808
- ],
809
- "updated": 1,
810
- "link": null,
811
- "locked": false,
812
- "index": null
813
- },
814
- {
815
- "id": "label-C5-000000ns",
816
- "type": "text",
817
- "x": 915,
818
- "y": 469.5,
819
- "width": 148,
820
- "height": 25,
821
- "angle": 0,
822
- "strokeColor": "#1B1F23",
823
- "backgroundColor": "transparent",
824
- "fillStyle": "solid",
825
- "strokeWidth": 1,
826
- "strokeStyle": "solid",
827
- "roughness": 1,
828
- "opacity": 100,
829
- "groupIds": [],
830
- "frameId": null,
831
- "roundness": null,
832
- "seed": 856,
833
- "version": 1,
834
- "versionNonce": 856,
835
- "isDeleted": false,
836
- "boundElements": null,
837
- "updated": 1,
838
- "link": null,
839
- "locked": false,
840
- "text": "PanelManager",
841
- "fontSize": 20,
842
- "fontFamily": 5,
843
- "textAlign": "center",
844
- "verticalAlign": "middle",
845
- "baseline": 15,
846
- "containerId": "shape-C5-0000003o",
847
- "originalText": "PanelManager",
848
- "autoResize": true,
849
- "lineHeight": 1.25,
850
- "index": null
851
- },
852
- {
853
- "id": "shape-C6-0000003s",
854
- "type": "rectangle",
855
- "x": 1039,
856
- "y": 454,
857
- "width": 231,
858
- "height": 56,
859
- "angle": 0,
860
- "strokeColor": "#1B1F23",
861
- "backgroundColor": "transparent",
862
- "fillStyle": "solid",
863
- "strokeWidth": 2,
864
- "strokeStyle": "solid",
865
- "roughness": 1,
866
- "opacity": 100,
867
- "groupIds": [],
868
- "frameId": null,
869
- "roundness": {
870
- "type": 3
871
- },
872
- "seed": 136,
873
- "version": 1,
874
- "versionNonce": 136,
875
- "isDeleted": false,
876
- "boundElements": [
877
- {
878
- "id": "label-C6-000000ag",
879
- "type": "text"
880
- },
881
- {
882
- "id": "arrow-C-C6-000000eo",
883
- "type": "arrow"
884
- }
885
- ],
886
- "updated": 1,
887
- "link": null,
888
- "locked": false,
889
- "index": null
890
- },
891
- {
892
- "id": "label-C6-000000ag",
893
- "type": "text",
894
- "x": 1047,
895
- "y": 469.5,
896
- "width": 215,
897
- "height": 25,
898
- "angle": 0,
899
- "strokeColor": "#1B1F23",
900
- "backgroundColor": "transparent",
901
- "fillStyle": "solid",
902
- "strokeWidth": 1,
903
- "strokeStyle": "solid",
904
- "roughness": 1,
905
- "opacity": 100,
906
- "groupIds": [],
907
- "frameId": null,
908
- "roundness": null,
909
- "seed": 376,
910
- "version": 1,
911
- "versionNonce": 376,
912
- "isDeleted": false,
913
- "boundElements": null,
914
- "updated": 1,
915
- "link": null,
916
- "locked": false,
917
- "text": "InteractionManager",
918
- "fontSize": 20,
919
- "fontFamily": 5,
920
- "textAlign": "center",
921
- "verticalAlign": "middle",
922
- "baseline": 15,
923
- "containerId": "shape-C6-0000003s",
924
- "originalText": "InteractionManager",
925
- "autoResize": true,
926
- "lineHeight": 1.25,
927
- "index": null
928
- },
929
- {
930
- "id": "shape-C7-000000h0",
931
- "type": "rectangle",
932
- "x": 1226,
933
- "y": 454,
934
- "width": 186,
935
- "height": 56,
936
- "angle": 0,
937
- "strokeColor": "#1B1F23",
938
- "backgroundColor": "transparent",
939
- "fillStyle": "solid",
940
- "strokeWidth": 2,
941
- "strokeStyle": "solid",
942
- "roughness": 1,
943
- "opacity": 100,
944
- "groupIds": [],
945
- "frameId": null,
946
- "roundness": {
947
- "type": 3
948
- },
949
- "seed": 612,
950
- "version": 1,
951
- "versionNonce": 612,
952
- "isDeleted": false,
953
- "boundElements": [
954
- {
955
- "id": "label-C7-000000b0",
956
- "type": "text"
957
- },
958
- {
959
- "id": "arrow-C-C7-000000r4",
960
- "type": "arrow"
961
- }
962
- ],
963
- "updated": 1,
964
- "link": null,
965
- "locked": false,
966
- "index": null
967
- },
968
- {
969
- "id": "label-C7-000000b0",
970
- "type": "text",
971
- "x": 1234,
972
- "y": 469.5,
973
- "width": 170,
974
- "height": 25,
975
- "angle": 0,
976
- "strokeColor": "#1B1F23",
977
- "backgroundColor": "transparent",
978
- "fillStyle": "solid",
979
- "strokeWidth": 1,
980
- "strokeStyle": "solid",
981
- "roughness": 1,
982
- "opacity": 100,
983
- "groupIds": [],
984
- "frameId": null,
985
- "roundness": null,
986
- "seed": 396,
987
- "version": 1,
988
- "versionNonce": 396,
989
- "isDeleted": false,
990
- "boundElements": null,
991
- "updated": 1,
992
- "link": null,
993
- "locked": false,
994
- "text": "Layout Service",
995
- "fontSize": 20,
996
- "fontFamily": 5,
997
- "textAlign": "center",
998
- "verticalAlign": "middle",
999
- "baseline": 15,
1000
- "containerId": "shape-C7-000000h0",
1001
- "originalText": "Layout Service",
1002
- "autoResize": true,
1003
- "lineHeight": 1.25,
1004
- "index": null
1005
- },
1006
- {
1007
- "id": "shape-D1-00000048",
1008
- "type": "rectangle",
1009
- "x": 1441,
1010
- "y": 454,
1011
- "width": 131,
1012
- "height": 56,
1013
- "angle": 0,
1014
- "strokeColor": "#1B1F23",
1015
- "backgroundColor": "transparent",
1016
- "fillStyle": "solid",
1017
- "strokeWidth": 2,
1018
- "strokeStyle": "solid",
1019
- "roughness": 1,
1020
- "opacity": 100,
1021
- "groupIds": [],
1022
- "frameId": null,
1023
- "roundness": {
1024
- "type": 3
1025
- },
1026
- "seed": 152,
1027
- "version": 1,
1028
- "versionNonce": 152,
1029
- "isDeleted": false,
1030
- "boundElements": [
1031
- {
1032
- "id": "label-D1-0000005u",
1033
- "type": "text"
1034
- },
1035
- {
1036
- "id": "arrow-D-D1-0000005g",
1037
- "type": "arrow"
1038
- }
1039
- ],
1040
- "updated": 1,
1041
- "link": null,
1042
- "locked": false,
1043
- "index": null
1044
- },
1045
- {
1046
- "id": "label-D1-0000005u",
1047
- "type": "text",
1048
- "x": 1449,
1049
- "y": 469.5,
1050
- "width": 115,
1051
- "height": 25,
1052
- "angle": 0,
1053
- "strokeColor": "#1B1F23",
1054
- "backgroundColor": "transparent",
1055
- "fillStyle": "solid",
1056
- "strokeWidth": 1,
1057
- "strokeStyle": "solid",
1058
- "roughness": 1,
1059
- "opacity": 100,
1060
- "groupIds": [],
1061
- "frameId": null,
1062
- "roundness": null,
1063
- "seed": 210,
1064
- "version": 1,
1065
- "versionNonce": 210,
1066
- "isDeleted": false,
1067
- "boundElements": null,
1068
- "updated": 1,
1069
- "link": null,
1070
- "locked": false,
1071
- "text": "NodeTypes",
1072
- "fontSize": 20,
1073
- "fontFamily": 5,
1074
- "textAlign": "center",
1075
- "verticalAlign": "middle",
1076
- "baseline": 15,
1077
- "containerId": "shape-D1-00000048",
1078
- "originalText": "NodeTypes",
1079
- "autoResize": true,
1080
- "lineHeight": 1.25,
1081
- "index": null
1082
- },
1083
- {
1084
- "id": "shape-D2-00000078",
1085
- "type": "rectangle",
1086
- "x": 1617,
1087
- "y": 454,
1088
- "width": 164,
1089
- "height": 56,
1090
- "angle": 0,
1091
- "strokeColor": "#1B1F23",
1092
- "backgroundColor": "transparent",
1093
- "fillStyle": "solid",
1094
- "strokeWidth": 2,
1095
- "strokeStyle": "solid",
1096
- "roughness": 1,
1097
- "opacity": 100,
1098
- "groupIds": [],
1099
- "frameId": null,
1100
- "roundness": {
1101
- "type": 3
1102
- },
1103
- "seed": 260,
1104
- "version": 1,
1105
- "versionNonce": 260,
1106
- "isDeleted": false,
1107
- "boundElements": [
1108
- {
1109
- "id": "label-D2-000000ny",
1110
- "type": "text"
1111
- },
1112
- {
1113
- "id": "arrow-D-D2-000000h4",
1114
- "type": "arrow"
1115
- }
1116
- ],
1117
- "updated": 1,
1118
- "link": null,
1119
- "locked": false,
1120
- "index": null
1121
- },
1122
- {
1123
- "id": "label-D2-000000ny",
1124
- "type": "text",
1125
- "x": 1625,
1126
- "y": 469.5,
1127
- "width": 148,
1128
- "height": 25,
1129
- "angle": 0,
1130
- "strokeColor": "#1B1F23",
1131
- "backgroundColor": "transparent",
1132
- "fillStyle": "solid",
1133
- "strokeWidth": 1,
1134
- "strokeStyle": "solid",
1135
- "roughness": 1,
1136
- "opacity": 100,
1137
- "groupIds": [],
1138
- "frameId": null,
1139
- "roundness": null,
1140
- "seed": 862,
1141
- "version": 1,
1142
- "versionNonce": 862,
1143
- "isDeleted": false,
1144
- "boundElements": null,
1145
- "updated": 1,
1146
- "link": null,
1147
- "locked": false,
1148
- "text": "EventHandler",
1149
- "fontSize": 20,
1150
- "fontFamily": 5,
1151
- "textAlign": "center",
1152
- "verticalAlign": "middle",
1153
- "baseline": 15,
1154
- "containerId": "shape-D2-00000078",
1155
- "originalText": "EventHandler",
1156
- "autoResize": true,
1157
- "lineHeight": 1.25,
1158
- "index": null
1159
- },
1160
- {
1161
- "id": "shape-D3-000000hk",
1162
- "type": "rectangle",
1163
- "x": 1842,
1164
- "y": 454,
1165
- "width": 120,
1166
- "height": 56,
1167
- "angle": 0,
1168
- "strokeColor": "#1B1F23",
1169
- "backgroundColor": "transparent",
1170
- "fillStyle": "solid",
1171
- "strokeWidth": 2,
1172
- "strokeStyle": "solid",
1173
- "roughness": 1,
1174
- "opacity": 100,
1175
- "groupIds": [],
1176
- "frameId": null,
1177
- "roundness": {
1178
- "type": 3
1179
- },
1180
- "seed": 632,
1181
- "version": 1,
1182
- "versionNonce": 632,
1183
- "isDeleted": false,
1184
- "boundElements": [
1185
- {
1186
- "id": "label-D3-000000ma",
1187
- "type": "text"
1188
- },
1189
- {
1190
- "id": "arrow-D-D3-000000kl",
1191
- "type": "arrow"
1192
- }
1193
- ],
1194
- "updated": 1,
1195
- "link": null,
1196
- "locked": false,
1197
- "index": null
1198
- },
1199
- {
1200
- "id": "label-D3-000000ma",
1201
- "type": "text",
1202
- "x": 1850,
1203
- "y": 469.5,
1204
- "width": 104,
1205
- "height": 25,
1206
- "angle": 0,
1207
- "strokeColor": "#1B1F23",
1208
- "backgroundColor": "transparent",
1209
- "fillStyle": "solid",
1210
- "strokeWidth": 1,
1211
- "strokeStyle": "solid",
1212
- "roughness": 1,
1213
- "opacity": 100,
1214
- "groupIds": [],
1215
- "frameId": null,
1216
- "roundness": null,
1217
- "seed": 802,
1218
- "version": 1,
1219
- "versionNonce": 802,
1220
- "isDeleted": false,
1221
- "boundElements": null,
1222
- "updated": 1,
1223
- "link": null,
1224
- "locked": false,
1225
- "text": "Layouts",
1226
- "fontSize": 20,
1227
- "fontFamily": 5,
1228
- "textAlign": "center",
1229
- "verticalAlign": "middle",
1230
- "baseline": 15,
1231
- "containerId": "shape-D3-000000hk",
1232
- "originalText": "Layouts",
1233
- "autoResize": true,
1234
- "lineHeight": 1.25,
1235
- "index": null
1236
- },
1237
- {
1238
- "id": "shape-D4-00000038",
1239
- "type": "rectangle",
1240
- "x": 2096,
1241
- "y": 454,
1242
- "width": 120,
1243
- "height": 56,
1244
- "angle": 0,
1245
- "strokeColor": "#1B1F23",
1246
- "backgroundColor": "transparent",
1247
- "fillStyle": "solid",
1248
- "strokeWidth": 2,
1249
- "strokeStyle": "solid",
1250
- "roughness": 1,
1251
- "opacity": 100,
1252
- "groupIds": [],
1253
- "frameId": null,
1254
- "roundness": {
1255
- "type": 3
1256
- },
1257
- "seed": 116,
1258
- "version": 1,
1259
- "versionNonce": 116,
1260
- "isDeleted": false,
1261
- "boundElements": [
1262
- {
1263
- "id": "label-D4-000000d2",
1264
- "type": "text"
1265
- },
1266
- {
1267
- "id": "arrow-D-D4-000000co",
1268
- "type": "arrow"
1269
- }
1270
- ],
1271
- "updated": 1,
1272
- "link": null,
1273
- "locked": false,
1274
- "index": null
1275
- },
1276
- {
1277
- "id": "label-D4-000000d2",
1278
- "type": "text",
1279
- "x": 2104,
1280
- "y": 469.5,
1281
- "width": 104,
1282
- "height": 25,
1283
- "angle": 0,
1284
- "strokeColor": "#1B1F23",
1285
- "backgroundColor": "transparent",
1286
- "fillStyle": "solid",
1287
- "strokeWidth": 1,
1288
- "strokeStyle": "solid",
1289
- "roughness": 1,
1290
- "opacity": 100,
1291
- "groupIds": [],
1292
- "frameId": null,
1293
- "roundness": null,
1294
- "seed": 470,
1295
- "version": 1,
1296
- "versionNonce": 470,
1297
- "isDeleted": false,
1298
- "boundElements": null,
1299
- "updated": 1,
1300
- "link": null,
1301
- "locked": false,
1302
- "text": "Theme",
1303
- "fontSize": 20,
1304
- "fontFamily": 5,
1305
- "textAlign": "center",
1306
- "verticalAlign": "middle",
1307
- "baseline": 15,
1308
- "containerId": "shape-D4-00000038",
1309
- "originalText": "Theme",
1310
- "autoResize": true,
1311
- "lineHeight": 1.25,
1312
- "index": null
1313
- },
1314
- {
1315
- "id": "shape-D5-000000j5",
1316
- "type": "rectangle",
1317
- "x": 2338,
1318
- "y": 454,
1319
- "width": 120,
1320
- "height": 56,
1321
- "angle": 0,
1322
- "strokeColor": "#1B1F23",
1323
- "backgroundColor": "transparent",
1324
- "fillStyle": "solid",
1325
- "strokeWidth": 2,
1326
- "strokeStyle": "solid",
1327
- "roughness": 1,
1328
- "opacity": 100,
1329
- "groupIds": [],
1330
- "frameId": null,
1331
- "roundness": {
1332
- "type": 3
1333
- },
1334
- "seed": 689,
1335
- "version": 1,
1336
- "versionNonce": 689,
1337
- "isDeleted": false,
1338
- "boundElements": [
1339
- {
1340
- "id": "label-D5-000000c9",
1341
- "type": "text"
1342
- },
1343
- {
1344
- "id": "arrow-D-D5-000000b0",
1345
- "type": "arrow"
1346
- }
1347
- ],
1348
- "updated": 1,
1349
- "link": null,
1350
- "locked": false,
1351
- "index": null
1352
- },
1353
- {
1354
- "id": "label-D5-000000c9",
1355
- "type": "text",
1356
- "x": 2346,
1357
- "y": 469.5,
1358
- "width": 104,
1359
- "height": 25,
1360
- "angle": 0,
1361
- "strokeColor": "#1B1F23",
1362
- "backgroundColor": "transparent",
1363
- "fillStyle": "solid",
1364
- "strokeWidth": 1,
1365
- "strokeStyle": "solid",
1366
- "roughness": 1,
1367
- "opacity": 100,
1368
- "groupIds": [],
1369
- "frameId": null,
1370
- "roundness": null,
1371
- "seed": 441,
1372
- "version": 1,
1373
- "versionNonce": 441,
1374
- "isDeleted": false,
1375
- "boundElements": null,
1376
- "updated": 1,
1377
- "link": null,
1378
- "locked": false,
1379
- "text": "CSS",
1380
- "fontSize": 20,
1381
- "fontFamily": 5,
1382
- "textAlign": "center",
1383
- "verticalAlign": "middle",
1384
- "baseline": 15,
1385
- "containerId": "shape-D5-000000j5",
1386
- "originalText": "CSS",
1387
- "autoResize": true,
1388
- "lineHeight": 1.25,
1389
- "index": null
1390
- },
1391
- {
1392
- "id": "shape-D6-000000r4",
1393
- "type": "rectangle",
1394
- "x": 2564,
1395
- "y": 454,
1396
- "width": 120,
1397
- "height": 56,
1398
- "angle": 0,
1399
- "strokeColor": "#1B1F23",
1400
- "backgroundColor": "transparent",
1401
- "fillStyle": "solid",
1402
- "strokeWidth": 2,
1403
- "strokeStyle": "solid",
1404
- "roughness": 1,
1405
- "opacity": 100,
1406
- "groupIds": [],
1407
- "frameId": null,
1408
- "roundness": {
1409
- "type": 3
1410
- },
1411
- "seed": 976,
1412
- "version": 1,
1413
- "versionNonce": 976,
1414
- "isDeleted": false,
1415
- "boundElements": [
1416
- {
1417
- "id": "label-D6-000000jc",
1418
- "type": "text"
1419
- },
1420
- {
1421
- "id": "arrow-D-D6-0000002s",
1422
- "type": "arrow"
1423
- }
1424
- ],
1425
- "updated": 1,
1426
- "link": null,
1427
- "locked": false,
1428
- "index": null
1429
- },
1430
- {
1431
- "id": "label-D6-000000jc",
1432
- "type": "text",
1433
- "x": 2572,
1434
- "y": 469.5,
1435
- "width": 104,
1436
- "height": 25,
1437
- "angle": 0,
1438
- "strokeColor": "#1B1F23",
1439
- "backgroundColor": "transparent",
1440
- "fillStyle": "solid",
1441
- "strokeWidth": 1,
1442
- "strokeStyle": "solid",
1443
- "roughness": 1,
1444
- "opacity": 100,
1445
- "groupIds": [],
1446
- "frameId": null,
1447
- "roundness": null,
1448
- "seed": 696,
1449
- "version": 1,
1450
- "versionNonce": 696,
1451
- "isDeleted": false,
1452
- "boundElements": null,
1453
- "updated": 1,
1454
- "link": null,
1455
- "locked": false,
1456
- "text": "Geometry",
1457
- "fontSize": 20,
1458
- "fontFamily": 5,
1459
- "textAlign": "center",
1460
- "verticalAlign": "middle",
1461
- "baseline": 15,
1462
- "containerId": "shape-D6-000000r4",
1463
- "originalText": "Geometry",
1464
- "autoResize": true,
1465
- "lineHeight": 1.25,
1466
- "index": null
1467
- },
1468
- {
1469
- "id": "shape-E1-000000lb",
1470
- "type": "rectangle",
1471
- "x": 2778,
1472
- "y": 454,
1473
- "width": 186,
1474
- "height": 56,
1475
- "angle": 0,
1476
- "strokeColor": "#1B1F23",
1477
- "backgroundColor": "transparent",
1478
- "fillStyle": "solid",
1479
- "strokeWidth": 2,
1480
- "strokeStyle": "solid",
1481
- "roughness": 1,
1482
- "opacity": 100,
1483
- "groupIds": [],
1484
- "frameId": null,
1485
- "roundness": {
1486
- "type": 3
1487
- },
1488
- "seed": 767,
1489
- "version": 1,
1490
- "versionNonce": 767,
1491
- "isDeleted": false,
1492
- "boundElements": [
1493
- {
1494
- "id": "label-E1-000000fg",
1495
- "type": "text"
1496
- },
1497
- {
1498
- "id": "arrow-E-E1-0000008g",
1499
- "type": "arrow"
1500
- }
1501
- ],
1502
- "updated": 1,
1503
- "link": null,
1504
- "locked": false,
1505
- "index": null
1506
- },
1507
- {
1508
- "id": "label-E1-000000fg",
1509
- "type": "text",
1510
- "x": 2786,
1511
- "y": 469.5,
1512
- "width": 170,
1513
- "height": 25,
1514
- "angle": 0,
1515
- "strokeColor": "#1B1F23",
1516
- "backgroundColor": "transparent",
1517
- "fillStyle": "solid",
1518
- "strokeWidth": 1,
1519
- "strokeStyle": "solid",
1520
- "roughness": 1,
1521
- "opacity": 100,
1522
- "groupIds": [],
1523
- "frameId": null,
1524
- "roundness": null,
1525
- "seed": 556,
1526
- "version": 1,
1527
- "versionNonce": 556,
1528
- "isDeleted": false,
1529
- "boundElements": null,
1530
- "updated": 1,
1531
- "link": null,
1532
- "locked": false,
1533
- "text": "Flow Node View",
1534
- "fontSize": 20,
1535
- "fontFamily": 5,
1536
- "textAlign": "center",
1537
- "verticalAlign": "middle",
1538
- "baseline": 15,
1539
- "containerId": "shape-E1-000000lb",
1540
- "originalText": "Flow Node View",
1541
- "autoResize": true,
1542
- "lineHeight": 1.25,
1543
- "index": null
1544
- },
1545
- {
1546
- "id": "shape-E2-00000084",
1547
- "type": "rectangle",
1548
- "x": 3026,
1549
- "y": 454,
1550
- "width": 164,
1551
- "height": 56,
1552
- "angle": 0,
1553
- "strokeColor": "#1B1F23",
1554
- "backgroundColor": "transparent",
1555
- "fillStyle": "solid",
1556
- "strokeWidth": 2,
1557
- "strokeStyle": "solid",
1558
- "roughness": 1,
1559
- "opacity": 100,
1560
- "groupIds": [],
1561
- "frameId": null,
1562
- "roundness": {
1563
- "type": 3
1564
- },
1565
- "seed": 292,
1566
- "version": 1,
1567
- "versionNonce": 292,
1568
- "isDeleted": false,
1569
- "boundElements": [
1570
- {
1571
- "id": "label-E2-00000072",
1572
- "type": "text"
1573
- },
1574
- {
1575
- "id": "arrow-E-E2-000000op",
1576
- "type": "arrow"
1577
- }
1578
- ],
1579
- "updated": 1,
1580
- "link": null,
1581
- "locked": false,
1582
- "index": null
1583
- },
1584
- {
1585
- "id": "label-E2-00000072",
1586
- "type": "text",
1587
- "x": 3034,
1588
- "y": 469.5,
1589
- "width": 148,
1590
- "height": 25,
1591
- "angle": 0,
1592
- "strokeColor": "#1B1F23",
1593
- "backgroundColor": "transparent",
1594
- "fillStyle": "solid",
1595
- "strokeWidth": 1,
1596
- "strokeStyle": "solid",
1597
- "roughness": 1,
1598
- "opacity": 100,
1599
- "groupIds": [],
1600
- "frameId": null,
1601
- "roundness": null,
1602
- "seed": 254,
1603
- "version": 1,
1604
- "versionNonce": 254,
1605
- "isDeleted": false,
1606
- "boundElements": null,
1607
- "updated": 1,
1608
- "link": null,
1609
- "locked": false,
1610
- "text": "Toolbar View",
1611
- "fontSize": 20,
1612
- "fontFamily": 5,
1613
- "textAlign": "center",
1614
- "verticalAlign": "middle",
1615
- "baseline": 15,
1616
- "containerId": "shape-E2-00000084",
1617
- "originalText": "Toolbar View",
1618
- "autoResize": true,
1619
- "lineHeight": 1.25,
1620
- "index": null
1621
- },
1622
- {
1623
- "id": "shape-E3-0000006w",
1624
- "type": "rectangle",
1625
- "x": 3185,
1626
- "y": 454,
1627
- "width": 263,
1628
- "height": 56,
1629
- "angle": 0,
1630
- "strokeColor": "#1B1F23",
1631
- "backgroundColor": "transparent",
1632
- "fillStyle": "solid",
1633
- "strokeWidth": 2,
1634
- "strokeStyle": "solid",
1635
- "roughness": 1,
1636
- "opacity": 100,
1637
- "groupIds": [],
1638
- "frameId": null,
1639
- "roundness": {
1640
- "type": 3
1641
- },
1642
- "seed": 248,
1643
- "version": 1,
1644
- "versionNonce": 248,
1645
- "isDeleted": false,
1646
- "boundElements": [
1647
- {
1648
- "id": "label-E3-000000fu",
1649
- "type": "text"
1650
- },
1651
- {
1652
- "id": "arrow-E-E3-000000n8",
1653
- "type": "arrow"
1654
- }
1655
- ],
1656
- "updated": 1,
1657
- "link": null,
1658
- "locked": false,
1659
- "index": null
1660
- },
1661
- {
1662
- "id": "label-E3-000000fu",
1663
- "type": "text",
1664
- "x": 3193,
1665
- "y": 469.5,
1666
- "width": 247,
1667
- "height": 25,
1668
- "angle": 0,
1669
- "strokeColor": "#1B1F23",
1670
- "backgroundColor": "transparent",
1671
- "fillStyle": "solid",
1672
- "strokeWidth": 1,
1673
- "strokeStyle": "solid",
1674
- "roughness": 1,
1675
- "opacity": 100,
1676
- "groupIds": [],
1677
- "frameId": null,
1678
- "roundness": null,
1679
- "seed": 570,
1680
- "version": 1,
1681
- "versionNonce": 570,
1682
- "isDeleted": false,
1683
- "boundElements": null,
1684
- "updated": 1,
1685
- "link": null,
1686
- "locked": false,
1687
- "text": "Properties Panel View",
1688
- "fontSize": 20,
1689
- "fontFamily": 5,
1690
- "textAlign": "center",
1691
- "verticalAlign": "middle",
1692
- "baseline": 15,
1693
- "containerId": "shape-E3-0000006w",
1694
- "originalText": "Properties Panel View",
1695
- "autoResize": true,
1696
- "lineHeight": 1.25,
1697
- "index": null
1698
- },
1699
- {
1700
- "id": "arrow-A-B-0000008o",
1701
- "type": "arrow",
1702
- "x": 1237,
1703
- "y": 72,
1704
- "width": 4.547473508864641e-13,
1705
- "height": 90,
1706
- "angle": 0,
1707
- "strokeColor": "#2E7D74",
1708
- "backgroundColor": "transparent",
1709
- "fillStyle": "solid",
1710
- "strokeWidth": 2,
1711
- "strokeStyle": "solid",
1712
- "roughness": 1,
1713
- "opacity": 100,
1714
- "groupIds": [],
1715
- "frameId": null,
1716
- "roundness": null,
1717
- "seed": 312,
1718
- "version": 1,
1719
- "versionNonce": 312,
1720
- "isDeleted": false,
1721
- "boundElements": [],
1722
- "updated": 1,
1723
- "link": null,
1724
- "locked": false,
1725
- "points": [
1726
- [
1727
- 0,
1728
- 0
1729
- ],
1730
- [
1731
- 0,
1732
- 16
1733
- ],
1734
- [
1735
- 0,
1736
- 19.875171467764048
1737
- ],
1738
- [
1739
- -2.2737367544323206e-13,
1740
- 23.519890260630987
1741
- ],
1742
- [
1743
- 2.2737367544323206e-13,
1744
- 26.962962962962976
1745
- ],
1746
- [
1747
- 2.2737367544323206e-13,
1748
- 30.233196159122087
1749
- ],
1750
- [
1751
- 0,
1752
- 33.35939643347052
1753
- ],
1754
- [
1755
- 2.2737367544323206e-13,
1756
- 36.37037037037038
1757
- ],
1758
- [
1759
- 0,
1760
- 39.29492455418382
1761
- ],
1762
- [
1763
- 0,
1764
- 42.161865569272976
1765
- ],
1766
- [
1767
- 0,
1768
- 45
1769
- ],
1770
- [
1771
- 0,
1772
- 47.838134430727024
1773
- ],
1774
- [
1775
- 0,
1776
- 50.70507544581619
1777
- ],
1778
- [
1779
- 0,
1780
- 53.62962962962962
1781
- ],
1782
- [
1783
- 2.2737367544323206e-13,
1784
- 56.64060356652951
1785
- ],
1786
- [
1787
- 0,
1788
- 59.76680384087791
1789
- ],
1790
- [
1791
- 0,
1792
- 63.03703703703707
1793
- ],
1794
- [
1795
- 0,
1796
- 66.480109739369
1797
- ],
1798
- [
1799
- 0,
1800
- 70.12482853223594
1801
- ],
1802
- [
1803
- 0,
1804
- 74
1805
- ],
1806
- [
1807
- 0,
1808
- 90
1809
- ]
1810
- ],
1811
- "lastCommittedPoint": null,
1812
- "startBinding": {
1813
- "elementId": "shape-A-000000ak",
1814
- "focus": 0,
1815
- "gap": 8
1816
- },
1817
- "endBinding": {
1818
- "elementId": "shape-B-000000m9",
1819
- "focus": 0,
1820
- "gap": 8
1821
- },
1822
- "startArrowhead": null,
1823
- "endArrowhead": "arrow",
1824
- "elbowed": false,
1825
- "index": null
1826
- },
1827
- {
1828
- "id": "arrow-B-C-000000ko",
1829
- "type": "arrow",
1830
- "x": 1155,
1831
- "y": 190,
1832
- "width": 689,
1833
- "height": 133.2,
1834
- "angle": 0,
1835
- "strokeColor": "#2E7D74",
1836
- "backgroundColor": "transparent",
1837
- "fillStyle": "solid",
1838
- "strokeWidth": 2,
1839
- "strokeStyle": "solid",
1840
- "roughness": 1,
1841
- "opacity": 100,
1842
- "groupIds": [],
1843
- "frameId": null,
1844
- "roundness": null,
1845
- "seed": 744,
1846
- "version": 1,
1847
- "versionNonce": 744,
1848
- "isDeleted": false,
1849
- "boundElements": [],
1850
- "updated": 1,
1851
- "link": null,
1852
- "locked": false,
1853
- "points": [
1854
- [
1855
- 0,
1856
- 0
1857
- ],
1858
- [
1859
- -16,
1860
- 0
1861
- ],
1862
- [
1863
- -54.03209876543224,
1864
- 1.1876543209876047
1865
- ],
1866
- [
1867
- -91.52345679012365,
1868
- 4.56790123456787
1869
- ],
1870
- [
1871
- -128.54166666666652,
1872
- 9.866666666666674
1873
- ],
1874
- [
1875
- -165.15432098765416,
1876
- 16.809876543209867
1877
- ],
1878
- [
1879
- -201.42901234567887,
1880
- 25.12345679012347
1881
- ],
1882
- [
1883
- -237.43333333333317,
1884
- 34.53333333333333
1885
- ],
1886
- [
1887
- -273.2348765432098,
1888
- 44.765432098765444
1889
- ],
1890
- [
1891
- -308.90123456790127,
1892
- 55.54567901234569
1893
- ],
1894
- [
1895
- -344.5,
1896
- 66.59999999999997
1897
- ],
1898
- [
1899
- -380.09876543209873,
1900
- 77.65432098765439
1901
- ],
1902
- [
1903
- -415.7651234567902,
1904
- 88.43456790123457
1905
- ],
1906
- [
1907
- -451.5666666666667,
1908
- 98.66666666666663
1909
- ],
1910
- [
1911
- -487.570987654321,
1912
- 108.07654320987655
1913
- ],
1914
- [
1915
- -523.8456790123456,
1916
- 116.39012345679009
1917
- ],
1918
- [
1919
- -560.4583333333333,
1920
- 123.33333333333337
1921
- ],
1922
- [
1923
- -597.4765432098765,
1924
- 128.6320987654321
1925
- ],
1926
- [
1927
- -634.9679012345679,
1928
- 132.0123456790123
1929
- ],
1930
- [
1931
- -673,
1932
- 133.2
1933
- ],
1934
- [
1935
- -689,
1936
- 133.2
1937
- ]
1938
- ],
1939
- "lastCommittedPoint": null,
1940
- "startBinding": {
1941
- "elementId": "shape-B-000000m9",
1942
- "focus": 0,
1943
- "gap": 8
1944
- },
1945
- "endBinding": {
1946
- "elementId": "shape-C-0000005g",
1947
- "focus": 0,
1948
- "gap": 8
1949
- },
1950
- "startArrowhead": null,
1951
- "endArrowhead": "arrow",
1952
- "elbowed": false,
1953
- "index": null
1954
- },
1955
- {
1956
- "id": "arrow-B-D-000000ns",
1957
- "type": "arrow",
1958
- "x": 1237,
1959
- "y": 218,
1960
- "width": 0.5,
1961
- "height": 90,
1962
- "angle": 0,
1963
- "strokeColor": "#2E7D74",
1964
- "backgroundColor": "transparent",
1965
- "fillStyle": "solid",
1966
- "strokeWidth": 2,
1967
- "strokeStyle": "solid",
1968
- "roughness": 1,
1969
- "opacity": 100,
1970
- "groupIds": [],
1971
- "frameId": null,
1972
- "roundness": null,
1973
- "seed": 856,
1974
- "version": 1,
1975
- "versionNonce": 856,
1976
- "isDeleted": false,
1977
- "boundElements": [],
1978
- "updated": 1,
1979
- "link": null,
1980
- "locked": false,
1981
- "points": [
1982
- [
1983
- 0,
1984
- 0
1985
- ],
1986
- [
1987
- 0,
1988
- 16
1989
- ],
1990
- [
1991
- -0.004458161865841248,
1992
- 19.875171467764034
1993
- ],
1994
- [
1995
- -0.01714677640620721,
1996
- 23.519890260630973
1997
- ],
1998
- [
1999
- -0.037037037036952825,
2000
- 26.962962962962962
2001
- ],
2002
- [
2003
- -0.06310013717416041,
2004
- 30.233196159122087
2005
- ],
2006
- [
2007
- -0.09430727023300278,
2008
- 33.35939643347052
2009
- ],
2010
- [
2011
- -0.12962962962933489,
2012
- 36.37037037037038
2013
- ],
2014
- [
2015
- -0.16803840877901166,
2016
- 39.29492455418381
2017
- ],
2018
- [
2019
- -0.20850480109720593,
2020
- 42.161865569273004
2021
- ],
2022
- [
2023
- -0.25,
2024
- 45
2025
- ],
2026
- [
2027
- -0.2914951989025667,
2028
- 47.838134430726996
2029
- ],
2030
- [
2031
- -0.33196159122098834,
2032
- 50.70507544581619
2033
- ],
2034
- [
2035
- -0.37037037037043774,
2036
- 53.62962962962962
2037
- ],
2038
- [
2039
- -0.40569272976676984,
2040
- 56.640603566529535
2041
- ],
2042
- [
2043
- -0.4368998628256122,
2044
- 59.76680384087791
2045
- ],
2046
- [
2047
- -0.4629629629628198,
2048
- 63.03703703703707
2049
- ],
2050
- [
2051
- -0.4828532235937928,
2052
- 66.48010973936903
2053
- ],
2054
- [
2055
- -0.4955418381343861,
2056
- 70.12482853223594
2057
- ],
2058
- [
2059
- -0.5,
2060
- 74
2061
- ],
2062
- [
2063
- -0.5,
2064
- 90
2065
- ]
2066
- ],
2067
- "lastCommittedPoint": null,
2068
- "startBinding": {
2069
- "elementId": "shape-B-000000m9",
2070
- "focus": 0,
2071
- "gap": 8
2072
- },
2073
- "endBinding": {
2074
- "elementId": "shape-D-000000bd",
2075
- "focus": 0,
2076
- "gap": 8
2077
- },
2078
- "startArrowhead": null,
2079
- "endArrowhead": "arrow",
2080
- "elbowed": false,
2081
- "index": null
2082
- },
2083
- {
2084
- "id": "arrow-B-E-000000rc",
2085
- "type": "arrow",
2086
- "x": 1319,
2087
- "y": 190,
2088
- "width": 1245,
2089
- "height": 146,
2090
- "angle": 0,
2091
- "strokeColor": "#2E7D74",
2092
- "backgroundColor": "transparent",
2093
- "fillStyle": "solid",
2094
- "strokeWidth": 2,
2095
- "strokeStyle": "solid",
2096
- "roughness": 1,
2097
- "opacity": 100,
2098
- "groupIds": [],
2099
- "frameId": null,
2100
- "roundness": null,
2101
- "seed": 984,
2102
- "version": 1,
2103
- "versionNonce": 984,
2104
- "isDeleted": false,
2105
- "boundElements": [],
2106
- "updated": 1,
2107
- "link": null,
2108
- "locked": false,
2109
- "points": [
2110
- [
2111
- 0,
2112
- 0
2113
- ],
2114
- [
2115
- 16,
2116
- 0
2117
- ],
2118
- [
2119
- 86.21755829903964,
2120
- 1.3017832647462058
2121
- ],
2122
- [
2123
- 155.4367626886144,
2124
- 5.006858710562398
2125
- ],
2126
- [
2127
- 223.78240740740762,
2128
- 10.81481481481481
2129
- ],
2130
- [
2131
- 291.37928669410167,
2132
- 18.425240054869676
2133
- ],
2134
- [
2135
- 358.35219478737986,
2136
- 27.537722908093286
2137
- ],
2138
- [
2139
- 424.8259259259262,
2140
- 37.85185185185185
2141
- ],
2142
- [
2143
- 490.9252743484226,
2144
- 49.06721536351168
2145
- ],
2146
- [
2147
- 556.7750342935528,
2148
- 60.883401920438956
2149
- ],
2150
- [
2151
- 622.5,
2152
- 73
2153
- ],
2154
- [
2155
- 688.2249657064474,
2156
- 85.11659807956107
2157
- ],
2158
- [
2159
- 754.0747256515774,
2160
- 96.93278463648835
2161
- ],
2162
- [
2163
- 820.1740740740738,
2164
- 108.14814814814815
2165
- ],
2166
- [
2167
- 886.6478052126204,
2168
- 118.46227709190674
2169
- ],
2170
- [
2171
- 953.6207133058988,
2172
- 127.57475994513038
2173
- ],
2174
- [
2175
- 1021.2175925925931,
2176
- 135.18518518518522
2177
- ],
2178
- [
2179
- 1089.5632373113858,
2180
- 140.99314128943757
2181
- ],
2182
- [
2183
- 1158.7824417009601,
2184
- 144.69821673525377
2185
- ],
2186
- [
2187
- 1229,
2188
- 146
2189
- ],
2190
- [
2191
- 1245,
2192
- 146
2193
- ]
2194
- ],
2195
- "lastCommittedPoint": null,
2196
- "startBinding": {
2197
- "elementId": "shape-B-000000m9",
2198
- "focus": 0,
2199
- "gap": 8
2200
- },
2201
- "endBinding": {
2202
- "elementId": "shape-E-000000j2",
2203
- "focus": 0,
2204
- "gap": 8
2205
- },
2206
- "startArrowhead": null,
2207
- "endArrowhead": "arrow",
2208
- "elbowed": false,
2209
- "index": null
2210
- },
2211
- {
2212
- "id": "arrow-C-C1-000000g8",
2213
- "type": "arrow",
2214
- "x": 346,
2215
- "y": 336,
2216
- "width": 122,
2217
- "height": 146,
2218
- "angle": 0,
2219
- "strokeColor": "#2E7D74",
2220
- "backgroundColor": "transparent",
2221
- "fillStyle": "solid",
2222
- "strokeWidth": 2,
2223
- "strokeStyle": "solid",
2224
- "roughness": 1,
2225
- "opacity": 100,
2226
- "groupIds": [],
2227
- "frameId": null,
2228
- "roundness": null,
2229
- "seed": 584,
2230
- "version": 1,
2231
- "versionNonce": 584,
2232
- "isDeleted": false,
2233
- "boundElements": [],
2234
- "updated": 1,
2235
- "link": null,
2236
- "locked": false,
2237
- "points": [
2238
- [
2239
- 0,
2240
- 0
2241
- ],
2242
- [
2243
- -16,
2244
- 0
2245
- ],
2246
- [
2247
- -21.209876543209873,
2248
- 1.3017832647461205
2249
- ],
2250
- [
2251
- -26.34567901234567,
2252
- 5.006858710562426
2253
- ],
2254
- [
2255
- -31.41666666666663,
2256
- 10.814814814814838
2257
- ],
2258
- [
2259
- -36.4320987654321,
2260
- 18.425240054869732
2261
- ],
2262
- [
2263
- -41.40123456790121,
2264
- 27.537722908093315
2265
- ],
2266
- [
2267
- -46.33333333333326,
2268
- 37.85185185185185
2269
- ],
2270
- [
2271
- -51.237654320987644,
2272
- 49.06721536351171
2273
- ],
2274
- [
2275
- -56.12345679012344,
2276
- 60.883401920438985
2277
- ],
2278
- [
2279
- -61,
2280
- 73
2281
- ],
2282
- [
2283
- -65.87654320987656,
2284
- 85.11659807956107
2285
- ],
2286
- [
2287
- -70.76234567901236,
2288
- 96.93278463648835
2289
- ],
2290
- [
2291
- -75.66666666666663,
2292
- 108.14814814814815
2293
- ],
2294
- [
2295
- -80.59876543209873,
2296
- 118.46227709190669
2297
- ],
2298
- [
2299
- -85.5679012345679,
2300
- 127.57475994513038
2301
- ],
2302
- [
2303
- -90.58333333333331,
2304
- 135.18518518518522
2305
- ],
2306
- [
2307
- -95.65432098765427,
2308
- 140.99314128943757
2309
- ],
2310
- [
2311
- -100.79012345679013,
2312
- 144.69821673525377
2313
- ],
2314
- [
2315
- -106,
2316
- 146
2317
- ],
2318
- [
2319
- -122,
2320
- 146
2321
- ]
2322
- ],
2323
- "lastCommittedPoint": null,
2324
- "startBinding": {
2325
- "elementId": "shape-C-0000005g",
2326
- "focus": 0,
2327
- "gap": 8
2328
- },
2329
- "endBinding": {
2330
- "elementId": "shape-C1-000000fp",
2331
- "focus": 0,
2332
- "gap": 8
2333
- },
2334
- "startArrowhead": null,
2335
- "endArrowhead": "arrow",
2336
- "elbowed": false,
2337
- "index": null
2338
- },
2339
- {
2340
- "id": "arrow-C-C2-0000002t",
2341
- "type": "arrow",
2342
- "x": 406,
2343
- "y": 364,
2344
- "width": 0.5,
2345
- "height": 90,
2346
- "angle": 0,
2347
- "strokeColor": "#2E7D74",
2348
- "backgroundColor": "transparent",
2349
- "fillStyle": "solid",
2350
- "strokeWidth": 2,
2351
- "strokeStyle": "solid",
2352
- "roughness": 1,
2353
- "opacity": 100,
2354
- "groupIds": [],
2355
- "frameId": null,
2356
- "roundness": null,
2357
- "seed": 101,
2358
- "version": 1,
2359
- "versionNonce": 101,
2360
- "isDeleted": false,
2361
- "boundElements": [],
2362
- "updated": 1,
2363
- "link": null,
2364
- "locked": false,
2365
- "points": [
2366
- [
2367
- 0,
2368
- 0
2369
- ],
2370
- [
2371
- 0,
2372
- 16
2373
- ],
2374
- [
2375
- 0.0044581618655001876,
2376
- 19.875171467764005
2377
- ],
2378
- [
2379
- 0.01714677640603668,
2380
- 23.519890260630973
2381
- ],
2382
- [
2383
- 0.037037037037123355,
2384
- 26.96296296296299
2385
- ],
2386
- [
2387
- 0.06310013717421725,
2388
- 30.233196159122087
2389
- ],
2390
- [
2391
- 0.09430727023323016,
2392
- 33.35939643347058
2393
- ],
2394
- [
2395
- 0.1296296296296191,
2396
- 36.37037037037044
2397
- ],
2398
- [
2399
- 0.16803840877923903,
2400
- 39.294924554183865
2401
- ],
2402
- [
2403
- 0.20850480109737646,
2404
- 42.161865569273004
2405
- ],
2406
- [
2407
- 0.25,
2408
- 45
2409
- ],
2410
- [
2411
- 0.29149519890262354,
2412
- 47.83813443072705
2413
- ],
2414
- [
2415
- 0.3319615912208178,
2416
- 50.70507544581619
2417
- ],
2418
- [
2419
- 0.3703703703703809,
2420
- 53.62962962962962
2421
- ],
2422
- [
2423
- 0.4056927297668267,
2424
- 56.640603566529535
2425
- ],
2426
- [
2427
- 0.4368998628258396,
2428
- 59.76680384087797
2429
- ],
2430
- [
2431
- 0.46296296296299033,
2432
- 63.03703703703707
2433
- ],
2434
- [
2435
- 0.48285322359402016,
2436
- 66.48010973936903
2437
- ],
2438
- [
2439
- 0.4955418381343861,
2440
- 70.12482853223594
2441
- ],
2442
- [
2443
- 0.5,
2444
- 74
2445
- ],
2446
- [
2447
- 0.5,
2448
- 90
2449
- ]
2450
- ],
2451
- "lastCommittedPoint": null,
2452
- "startBinding": {
2453
- "elementId": "shape-C-0000005g",
2454
- "focus": 0,
2455
- "gap": 8
2456
- },
2457
- "endBinding": {
2458
- "elementId": "shape-C2-000000no",
2459
- "focus": 0,
2460
- "gap": 8
2461
- },
2462
- "startArrowhead": null,
2463
- "endArrowhead": "arrow",
2464
- "elbowed": false,
2465
- "index": null
2466
- },
2467
- {
2468
- "id": "arrow-C-C3-000000eh",
2469
- "type": "arrow",
2470
- "x": 466,
2471
- "y": 328.32,
2472
- "width": 56,
2473
- "height": 153.68,
2474
- "angle": 0,
2475
- "strokeColor": "#2E7D74",
2476
- "backgroundColor": "transparent",
2477
- "fillStyle": "solid",
2478
- "strokeWidth": 2,
2479
- "strokeStyle": "solid",
2480
- "roughness": 1,
2481
- "opacity": 100,
2482
- "groupIds": [],
2483
- "frameId": null,
2484
- "roundness": null,
2485
- "seed": 521,
2486
- "version": 1,
2487
- "versionNonce": 521,
2488
- "isDeleted": false,
2489
- "boundElements": [],
2490
- "updated": 1,
2491
- "link": null,
2492
- "locked": false,
2493
- "points": [
2494
- [
2495
- 0,
2496
- 0
2497
- ],
2498
- [
2499
- 16,
2500
- 0
2501
- ],
2502
- [
2503
- 19.57201646090533,
2504
- 1.3702606310013152
2505
- ],
2506
- [
2507
- 22.353909465020536,
2508
- 5.270233196159097
2509
- ],
2510
- [
2511
- 24.444444444444514,
2512
- 11.383703703703702
2513
- ],
2514
- [
2515
- 25.94238683127577,
2516
- 19.394458161865543
2517
- ],
2518
- [
2519
- 26.946502057613202,
2520
- 28.986282578875205
2521
- ],
2522
- [
2523
- 27.555555555555657,
2524
- 39.842962962962986
2525
- ],
2526
- [
2527
- 27.868312757201693,
2528
- 51.64828532235947
2529
- ],
2530
- [
2531
- 27.98353909465027,
2532
- 64.0860356652949
2533
- ],
2534
- [
2535
- 28,
2536
- 76.83999999999997
2537
- ],
2538
- [
2539
- 28.016460905349845,
2540
- 89.5939643347051
2541
- ],
2542
- [
2543
- 28.131687242798364,
2544
- 102.03171467764065
2545
- ],
2546
- [
2547
- 28.4444444444444,
2548
- 113.83703703703696
2549
- ],
2550
- [
2551
- 29.05349794238691,
2552
- 124.69371742112486
2553
- ],
2554
- [
2555
- 30.057613168724288,
2556
- 134.28554183813446
2557
- ],
2558
- [
2559
- 31.5555555555556,
2560
- 142.29629629629636
2561
- ],
2562
- [
2563
- 33.646090534979464,
2564
- 148.4097668038409
2565
- ],
2566
- [
2567
- 36.42798353909467,
2568
- 152.30973936899863
2569
- ],
2570
- [
2571
- 40,
2572
- 153.68
2573
- ],
2574
- [
2575
- 56,
2576
- 153.68
2577
- ]
2578
- ],
2579
- "lastCommittedPoint": null,
2580
- "startBinding": {
2581
- "elementId": "shape-C-0000005g",
2582
- "focus": 0,
2583
- "gap": 8
2584
- },
2585
- "endBinding": {
2586
- "elementId": "shape-C3-000000hs",
2587
- "focus": 0,
2588
- "gap": 8
2589
- },
2590
- "startArrowhead": null,
2591
- "endArrowhead": "arrow",
2592
- "elbowed": false,
2593
- "index": null
2594
- },
2595
- {
2596
- "id": "arrow-C-C4-000000f0",
2597
- "type": "arrow",
2598
- "x": 466,
2599
- "y": 333.44,
2600
- "width": 260,
2601
- "height": 148.56,
2602
- "angle": 0,
2603
- "strokeColor": "#2E7D74",
2604
- "backgroundColor": "transparent",
2605
- "fillStyle": "solid",
2606
- "strokeWidth": 2,
2607
- "strokeStyle": "solid",
2608
- "roughness": 1,
2609
- "opacity": 100,
2610
- "groupIds": [],
2611
- "frameId": null,
2612
- "roundness": null,
2613
- "seed": 540,
2614
- "version": 1,
2615
- "versionNonce": 540,
2616
- "isDeleted": false,
2617
- "boundElements": [],
2618
- "updated": 1,
2619
- "link": null,
2620
- "locked": false,
2621
- "points": [
2622
- [
2623
- 0,
2624
- 0
2625
- ],
2626
- [
2627
- 16,
2628
- 0
2629
- ],
2630
- [
2631
- 29.19835390946497,
2632
- 1.324609053497852
2633
- ],
2634
- [
2635
- 42.209053497942364,
2636
- 5.0946502057612975
2637
- ],
2638
- [
2639
- 55.05555555555566,
2640
- 11.00444444444446
2641
- ],
2642
- [
2643
- 67.76131687242798,
2644
- 18.74831275720163
2645
- ],
2646
- [
2647
- 80.34979423868322,
2648
- 28.020576131687278
2649
- ],
2650
- [
2651
- 92.84444444444455,
2652
- 38.51555555555558
2653
- ],
2654
- [
2655
- 105.2687242798354,
2656
- 49.927572016461
2657
- ],
2658
- [
2659
- 117.64609053497941,
2660
- 61.950946502057604
2661
- ],
2662
- [
2663
- 130,
2664
- 74.28000000000003
2665
- ],
2666
- [
2667
- 142.3539094650206,
2668
- 86.6090534979424
2669
- ],
2670
- [
2671
- 154.7312757201646,
2672
- 98.63242798353912
2673
- ],
2674
- [
2675
- 167.15555555555557,
2676
- 110.04444444444442
2677
- ],
2678
- [
2679
- 179.6502057613169,
2680
- 120.53942386831278
2681
- ],
2682
- [
2683
- 192.23868312757213,
2684
- 129.81168724279843
2685
- ],
2686
- [
2687
- 204.94444444444457,
2688
- 137.5555555555556
2689
- ],
2690
- [
2691
- 217.79094650205764,
2692
- 143.46534979423865
2693
- ],
2694
- [
2695
- 230.80164609053497,
2696
- 147.23539094650204
2697
- ],
2698
- [
2699
- 244,
2700
- 148.56
2701
- ],
2702
- [
2703
- 260,
2704
- 148.56
2705
- ]
2706
- ],
2707
- "lastCommittedPoint": null,
2708
- "startBinding": {
2709
- "elementId": "shape-C-0000005g",
2710
- "focus": 0,
2711
- "gap": 8
2712
- },
2713
- "endBinding": {
2714
- "elementId": "shape-C4-000000d4",
2715
- "focus": 0,
2716
- "gap": 8
2717
- },
2718
- "startArrowhead": null,
2719
- "endArrowhead": "arrow",
2720
- "elbowed": false,
2721
- "index": null
2722
- },
2723
- {
2724
- "id": "arrow-C-C5-000000cs",
2725
- "type": "arrow",
2726
- "x": 466,
2727
- "y": 338.56,
2728
- "width": 441,
2729
- "height": 143.44,
2730
- "angle": 0,
2731
- "strokeColor": "#2E7D74",
2732
- "backgroundColor": "transparent",
2733
- "fillStyle": "solid",
2734
- "strokeWidth": 2,
2735
- "strokeStyle": "solid",
2736
- "roughness": 1,
2737
- "opacity": 100,
2738
- "groupIds": [],
2739
- "frameId": null,
2740
- "roundness": null,
2741
- "seed": 460,
2742
- "version": 1,
2743
- "versionNonce": 460,
2744
- "isDeleted": false,
2745
- "boundElements": [],
2746
- "updated": 1,
2747
- "link": null,
2748
- "locked": false,
2749
- "points": [
2750
- [
2751
- 0,
2752
- 0
2753
- ],
2754
- [
2755
- 16,
2756
- 0
2757
- ],
2758
- [
2759
- 39.67599451303147,
2760
- 1.2789574759944458
2761
- ],
2762
- [
2763
- 63.01536351165964,
2764
- 4.919067215363498
2765
- ],
2766
- [
2767
- 86.06018518518522,
2768
- 10.625185185185217
2769
- ],
2770
- [
2771
- 108.85253772290821,
2772
- 18.10216735253772
2773
- ],
2774
- [
2775
- 131.43449931412897,
2776
- 27.05486968449935
2777
- ],
2778
- [
2779
- 153.8481481481482,
2780
- 37.18814814814817
2781
- ],
2782
- [
2783
- 176.13556241426625,
2784
- 48.20685871056247
2785
- ],
2786
- [
2787
- 198.33882030178324,
2788
- 59.81585733882031
2789
- ],
2790
- [
2791
- 220.5,
2792
- 71.71999999999997
2793
- ],
2794
- [
2795
- 242.66117969821676,
2796
- 83.62414266117975
2797
- ],
2798
- [
2799
- 264.86443758573387,
2800
- 95.23314128943758
2801
- ],
2802
- [
2803
- 287.1518518518519,
2804
- 106.25185185185188
2805
- ],
2806
- [
2807
- 309.56550068587103,
2808
- 116.3851303155007
2809
- ],
2810
- [
2811
- 332.147462277092,
2812
- 125.33783264746233
2813
- ],
2814
- [
2815
- 354.939814814815,
2816
- 132.81481481481484
2817
- ],
2818
- [
2819
- 377.98463648834024,
2820
- 138.5209327846365
2821
- ],
2822
- [
2823
- 401.3240054869684,
2824
- 142.1610425240055
2825
- ],
2826
- [
2827
- 425,
2828
- 143.44
2829
- ],
2830
- [
2831
- 441,
2832
- 143.44
2833
- ]
2834
- ],
2835
- "lastCommittedPoint": null,
2836
- "startBinding": {
2837
- "elementId": "shape-C-0000005g",
2838
- "focus": 0,
2839
- "gap": 8
2840
- },
2841
- "endBinding": {
2842
- "elementId": "shape-C5-0000003o",
2843
- "focus": 0,
2844
- "gap": 8
2845
- },
2846
- "startArrowhead": null,
2847
- "endArrowhead": "arrow",
2848
- "elbowed": false,
2849
- "index": null
2850
- },
2851
- {
2852
- "id": "arrow-C-C6-000000eo",
2853
- "type": "arrow",
2854
- "x": 466,
2855
- "y": 343.68,
2856
- "width": 573,
2857
- "height": 138.32,
2858
- "angle": 0,
2859
- "strokeColor": "#2E7D74",
2860
- "backgroundColor": "transparent",
2861
- "fillStyle": "solid",
2862
- "strokeWidth": 2,
2863
- "strokeStyle": "solid",
2864
- "roughness": 1,
2865
- "opacity": 100,
2866
- "groupIds": [],
2867
- "frameId": null,
2868
- "roundness": null,
2869
- "seed": 528,
2870
- "version": 1,
2871
- "versionNonce": 528,
2872
- "isDeleted": false,
2873
- "boundElements": [],
2874
- "updated": 1,
2875
- "link": null,
2876
- "locked": false,
2877
- "points": [
2878
- [
2879
- 0,
2880
- 0
2881
- ],
2882
- [
2883
- 16,
2884
- 0
2885
- ],
2886
- [
2887
- 47.31714677640605,
2888
- 1.2333058984910394
2889
- ],
2890
- [
2891
- 78.18902606310007,
2892
- 4.743484224965698
2893
- ],
2894
- [
2895
- 108.6712962962963,
2896
- 10.245925925925974
2897
- ],
2898
- [
2899
- 138.81961591220852,
2900
- 17.456021947873808
2901
- ],
2902
- [
2903
- 168.68964334705083,
2904
- 26.089163237311425
2905
- ],
2906
- [
2907
- 198.33703703703713,
2908
- 35.860740740740766
2909
- ],
2910
- [
2911
- 227.81745541838131,
2912
- 46.486145404663944
2913
- ],
2914
- [
2915
- 257.1865569272977,
2916
- 57.680768175582955
2917
- ],
2918
- [
2919
- 286.5,
2920
- 69.16000000000003
2921
- ],
2922
- [
2923
- 315.8134430727023,
2924
- 80.63923182441698
2925
- ],
2926
- [
2927
- 345.1825445816187,
2928
- 91.8338545953361
2929
- ],
2930
- [
2931
- 374.66296296296287,
2932
- 102.45925925925923
2933
- ],
2934
- [
2935
- 404.31035665294917,
2936
- 112.23083676268863
2937
- ],
2938
- [
2939
- 434.1803840877915,
2940
- 120.86397805212624
2941
- ],
2942
- [
2943
- 464.3287037037038,
2944
- 128.07407407407408
2945
- ],
2946
- [
2947
- 494.8109739368999,
2948
- 133.5765157750343
2949
- ],
2950
- [
2951
- 525.682853223594,
2952
- 137.0866941015089
2953
- ],
2954
- [
2955
- 557,
2956
- 138.32
2957
- ],
2958
- [
2959
- 573,
2960
- 138.32
2961
- ]
2962
- ],
2963
- "lastCommittedPoint": null,
2964
- "startBinding": {
2965
- "elementId": "shape-C-0000005g",
2966
- "focus": 0,
2967
- "gap": 8
2968
- },
2969
- "endBinding": {
2970
- "elementId": "shape-C6-0000003s",
2971
- "focus": 0,
2972
- "gap": 8
2973
- },
2974
- "startArrowhead": null,
2975
- "endArrowhead": "arrow",
2976
- "elbowed": false,
2977
- "index": null
2978
- },
2979
- {
2980
- "id": "arrow-C-C7-000000r4",
2981
- "type": "arrow",
2982
- "x": 466,
2983
- "y": 348.8,
2984
- "width": 760,
2985
- "height": 133.2,
2986
- "angle": 0,
2987
- "strokeColor": "#2E7D74",
2988
- "backgroundColor": "transparent",
2989
- "fillStyle": "solid",
2990
- "strokeWidth": 2,
2991
- "strokeStyle": "solid",
2992
- "roughness": 1,
2993
- "opacity": 100,
2994
- "groupIds": [],
2995
- "frameId": null,
2996
- "roundness": null,
2997
- "seed": 976,
2998
- "version": 1,
2999
- "versionNonce": 976,
3000
- "isDeleted": false,
3001
- "boundElements": [],
3002
- "updated": 1,
3003
- "link": null,
3004
- "locked": false,
3005
- "points": [
3006
- [
3007
- 0,
3008
- 0
3009
- ],
3010
- [
3011
- 16,
3012
- 0
3013
- ],
3014
- [
3015
- 58.142112482853236,
3016
- 1.1876543209875763
3017
- ],
3018
- [
3019
- 99.6850480109739,
3020
- 4.567901234567898
3021
- ],
3022
- [
3023
- 140.7037037037037,
3024
- 9.866666666666731
3025
- ],
3026
- [
3027
- 181.2729766803841,
3028
- 16.809876543209896
3029
- ],
3030
- [
3031
- 221.46776406035667,
3032
- 25.123456790123498
3033
- ],
3034
- [
3035
- 261.362962962963,
3036
- 34.53333333333336
3037
- ],
3038
- [
3039
- 301.03347050754473,
3040
- 44.76543209876547
3041
- ],
3042
- [
3043
- 340.55418381344316,
3044
- 55.545679012345715
3045
- ],
3046
- [
3047
- 380,
3048
- 66.59999999999997
3049
- ],
3050
- [
3051
- 419.44581618655684,
3052
- 77.65432098765433
3053
- ],
3054
- [
3055
- 458.9665294924555,
3056
- 88.43456790123457
3057
- ],
3058
- [
3059
- 498.637037037037,
3060
- 98.66666666666669
3061
- ],
3062
- [
3063
- 538.5322359396434,
3064
- 108.07654320987655
3065
- ],
3066
- [
3067
- 578.7270233196159,
3068
- 116.39012345679015
3069
- ],
3070
- [
3071
- 619.2962962962965,
3072
- 123.33333333333331
3073
- ],
3074
- [
3075
- 660.3149519890262,
3076
- 128.6320987654321
3077
- ],
3078
- [
3079
- 701.8578875171468,
3080
- 132.0123456790123
3081
- ],
3082
- [
3083
- 744,
3084
- 133.2
3085
- ],
3086
- [
3087
- 760,
3088
- 133.2
3089
- ]
3090
- ],
3091
- "lastCommittedPoint": null,
3092
- "startBinding": {
3093
- "elementId": "shape-C-0000005g",
3094
- "focus": 0,
3095
- "gap": 8
3096
- },
3097
- "endBinding": {
3098
- "elementId": "shape-C7-000000h0",
3099
- "focus": 0,
3100
- "gap": 8
3101
- },
3102
- "startArrowhead": null,
3103
- "endArrowhead": "arrow",
3104
- "elbowed": false,
3105
- "index": null
3106
- },
3107
- {
3108
- "id": "arrow-D-D1-0000005g",
3109
- "type": "arrow",
3110
- "x": 1302,
3111
- "y": 323.2,
3112
- "width": 139,
3113
- "height": 158.8,
3114
- "angle": 0,
3115
- "strokeColor": "#2E7D74",
3116
- "backgroundColor": "transparent",
3117
- "fillStyle": "solid",
3118
- "strokeWidth": 2,
3119
- "strokeStyle": "solid",
3120
- "roughness": 1,
3121
- "opacity": 100,
3122
- "groupIds": [],
3123
- "frameId": null,
3124
- "roundness": null,
3125
- "seed": 196,
3126
- "version": 1,
3127
- "versionNonce": 196,
3128
- "isDeleted": false,
3129
- "boundElements": [],
3130
- "updated": 1,
3131
- "link": null,
3132
- "locked": false,
3133
- "points": [
3134
- [
3135
- 0,
3136
- 0
3137
- ],
3138
- [
3139
- 16,
3140
- 0
3141
- ],
3142
- [
3143
- 22.193964334705015,
3144
- 1.4159122085047215
3145
- ],
3146
- [
3147
- 28.299862825788523,
3148
- 5.445816186556954
3149
- ],
3150
- [
3151
- 34.328703703703695,
3152
- 11.762962962963002
3153
- ],
3154
- [
3155
- 40.291495198902794,
3156
- 20.040603566529455
3157
- ],
3158
- [
3159
- 46.19924554183831,
3160
- 29.95198902606313
3161
- ],
3162
- [
3163
- 52.062962962963184,
3164
- 41.17037037037039
3165
- ],
3166
- [
3167
- 57.89365569272991,
3168
- 53.36899862825794
3169
- ],
3170
- [
3171
- 63.7023319615912,
3172
- 66.22112482853225
3173
- ],
3174
- [
3175
- 69.5,
3176
- 79.40000000000003
3177
- ],
3178
- [
3179
- 75.2976680384088,
3180
- 92.57887517146781
3181
- ],
3182
- [
3183
- 81.10634430727009,
3184
- 105.43100137174213
3185
- ],
3186
- [
3187
- 86.93703703703704,
3188
- 117.62962962962962
3189
- ],
3190
- [
3191
- 92.80075445816192,
3192
- 128.84801097393694
3193
- ],
3194
- [
3195
- 98.70850480109743,
3196
- 138.75939643347056
3197
- ],
3198
- [
3199
- 104.67129629629653,
3200
- 147.03703703703707
3201
- ],
3202
- [
3203
- 110.70013717421125,
3204
- 153.35418381344306
3205
- ],
3206
- [
3207
- 116.80603566529476,
3208
- 157.38408779149523
3209
- ],
3210
- [
3211
- 123,
3212
- 158.8
3213
- ],
3214
- [
3215
- 139,
3216
- 158.8
3217
- ]
3218
- ],
3219
- "lastCommittedPoint": null,
3220
- "startBinding": {
3221
- "elementId": "shape-D-000000bd",
3222
- "focus": 0,
3223
- "gap": 8
3224
- },
3225
- "endBinding": {
3226
- "elementId": "shape-D1-00000048",
3227
- "focus": 0,
3228
- "gap": 8
3229
- },
3230
- "startArrowhead": null,
3231
- "endArrowhead": "arrow",
3232
- "elbowed": false,
3233
- "index": null
3234
- },
3235
- {
3236
- "id": "arrow-D-D2-000000h4",
3237
- "type": "arrow",
3238
- "x": 1302,
3239
- "y": 328.32,
3240
- "width": 315,
3241
- "height": 153.68,
3242
- "angle": 0,
3243
- "strokeColor": "#2E7D74",
3244
- "backgroundColor": "transparent",
3245
- "fillStyle": "solid",
3246
- "strokeWidth": 2,
3247
- "strokeStyle": "solid",
3248
- "roughness": 1,
3249
- "opacity": 100,
3250
- "groupIds": [],
3251
- "frameId": null,
3252
- "roundness": null,
3253
- "seed": 616,
3254
- "version": 1,
3255
- "versionNonce": 616,
3256
- "isDeleted": false,
3257
- "boundElements": [],
3258
- "updated": 1,
3259
- "link": null,
3260
- "locked": false,
3261
- "points": [
3262
- [
3263
- 0,
3264
- 0
3265
- ],
3266
- [
3267
- 16,
3268
- 0
3269
- ],
3270
- [
3271
- 32.38216735253741,
3272
- 1.3702606310013152
3273
- ],
3274
- [
3275
- 48.53141289437576,
3276
- 5.270233196159097
3277
- ],
3278
- [
3279
- 64.47685185185173,
3280
- 11.383703703703702
3281
- ],
3282
- [
3283
- 80.24759945130336,
3284
- 19.394458161865543
3285
- ],
3286
- [
3287
- 95.87277091906753,
3288
- 28.986282578875205
3289
- ],
3290
- [
3291
- 111.38148148148161,
3292
- 39.842962962962986
3293
- ],
3294
- [
3295
- 126.80284636488341,
3296
- 51.64828532235947
3297
- ],
3298
- [
3299
- 142.16598079561072,
3300
- 64.0860356652949
3301
- ],
3302
- [
3303
- 157.5,
3304
- 76.83999999999997
3305
- ],
3306
- [
3307
- 172.8340192043895,
3308
- 89.5939643347051
3309
- ],
3310
- [
3311
- 188.1971536351166,
3312
- 102.03171467764065
3313
- ],
3314
- [
3315
- 203.6185185185186,
3316
- 113.83703703703696
3317
- ],
3318
- [
3319
- 219.12722908093292,
3320
- 124.69371742112486
3321
- ],
3322
- [
3323
- 234.7524005486971,
3324
- 134.28554183813446
3325
- ],
3326
- [
3327
- 250.52314814814827,
3328
- 142.29629629629636
3329
- ],
3330
- [
3331
- 266.46858710562447,
3332
- 148.4097668038409
3333
- ],
3334
- [
3335
- 282.61783264746214,
3336
- 152.30973936899863
3337
- ],
3338
- [
3339
- 299,
3340
- 153.68
3341
- ],
3342
- [
3343
- 315,
3344
- 153.68
3345
- ]
3346
- ],
3347
- "lastCommittedPoint": null,
3348
- "startBinding": {
3349
- "elementId": "shape-D-000000bd",
3350
- "focus": 0,
3351
- "gap": 8
3352
- },
3353
- "endBinding": {
3354
- "elementId": "shape-D2-00000078",
3355
- "focus": 0,
3356
- "gap": 8
3357
- },
3358
- "startArrowhead": null,
3359
- "endArrowhead": "arrow",
3360
- "elbowed": false,
3361
- "index": null
3362
- },
3363
- {
3364
- "id": "arrow-D-D3-000000kl",
3365
- "type": "arrow",
3366
- "x": 1302,
3367
- "y": 333.44,
3368
- "width": 540,
3369
- "height": 148.56,
3370
- "angle": 0,
3371
- "strokeColor": "#2E7D74",
3372
- "backgroundColor": "transparent",
3373
- "fillStyle": "solid",
3374
- "strokeWidth": 2,
3375
- "strokeStyle": "solid",
3376
- "roughness": 1,
3377
- "opacity": 100,
3378
- "groupIds": [],
3379
- "frameId": null,
3380
- "roundness": null,
3381
- "seed": 741,
3382
- "version": 1,
3383
- "versionNonce": 741,
3384
- "isDeleted": false,
3385
- "boundElements": [],
3386
- "updated": 1,
3387
- "link": null,
3388
- "locked": false,
3389
- "points": [
3390
- [
3391
- 0,
3392
- 0
3393
- ],
3394
- [
3395
- 16,
3396
- 0
3397
- ],
3398
- [
3399
- 45.40685871056212,
3400
- 1.324609053497852
3401
- ],
3402
- [
3403
- 74.39561042523997,
3404
- 5.0946502057612975
3405
- ],
3406
- [
3407
- 103.0185185185187,
3408
- 11.00444444444446
3409
- ],
3410
- [
3411
- 131.32784636488327,
3412
- 18.74831275720163
3413
- ],
3414
- [
3415
- 159.3758573388202,
3416
- 28.020576131687278
3417
- ],
3418
- [
3419
- 187.21481481481487,
3420
- 38.51555555555558
3421
- ],
3422
- [
3423
- 214.8969821673527,
3424
- 49.927572016461
3425
- ],
3426
- [
3427
- 242.47462277091904,
3428
- 61.950946502057604
3429
- ],
3430
- [
3431
- 270,
3432
- 74.28000000000003
3433
- ],
3434
- [
3435
- 297.52537722908096,
3436
- 86.6090534979424
3437
- ],
3438
- [
3439
- 325.10301783264754,
3440
- 98.63242798353912
3441
- ],
3442
- [
3443
- 352.7851851851851,
3444
- 110.04444444444442
3445
- ],
3446
- [
3447
- 380.6241426611798,
3448
- 120.53942386831278
3449
- ],
3450
- [
3451
- 408.67215363511673,
3452
- 129.81168724279843
3453
- ],
3454
- [
3455
- 436.98148148148175,
3456
- 137.5555555555556
3457
- ],
3458
- [
3459
- 465.6043895747598,
3460
- 143.46534979423865
3461
- ],
3462
- [
3463
- 494.59314128943765,
3464
- 147.23539094650204
3465
- ],
3466
- [
3467
- 524,
3468
- 148.56
3469
- ],
3470
- [
3471
- 540,
3472
- 148.56
3473
- ]
3474
- ],
3475
- "lastCommittedPoint": null,
3476
- "startBinding": {
3477
- "elementId": "shape-D-000000bd",
3478
- "focus": 0,
3479
- "gap": 8
3480
- },
3481
- "endBinding": {
3482
- "elementId": "shape-D3-000000hk",
3483
- "focus": 0,
3484
- "gap": 8
3485
- },
3486
- "startArrowhead": null,
3487
- "endArrowhead": "arrow",
3488
- "elbowed": false,
3489
- "index": null
3490
- },
3491
- {
3492
- "id": "arrow-D-D4-000000co",
3493
- "type": "arrow",
3494
- "x": 1302,
3495
- "y": 338.56,
3496
- "width": 794,
3497
- "height": 143.44,
3498
- "angle": 0,
3499
- "strokeColor": "#2E7D74",
3500
- "backgroundColor": "transparent",
3501
- "fillStyle": "solid",
3502
- "strokeWidth": 2,
3503
- "strokeStyle": "solid",
3504
- "roughness": 1,
3505
- "opacity": 100,
3506
- "groupIds": [],
3507
- "frameId": null,
3508
- "roundness": null,
3509
- "seed": 456,
3510
- "version": 1,
3511
- "versionNonce": 456,
3512
- "isDeleted": false,
3513
- "boundElements": [],
3514
- "updated": 1,
3515
- "link": null,
3516
- "locked": false,
3517
- "points": [
3518
- [
3519
- 0,
3520
- 0
3521
- ],
3522
- [
3523
- 16,
3524
- 0
3525
- ],
3526
- [
3527
- 60.11028806584363,
3528
- 1.2789574759944458
3529
- ],
3530
- [
3531
- 103.59341563785983,
3532
- 4.919067215363498
3533
- ],
3534
- [
3535
- 146.52777777777783,
3536
- 10.625185185185217
3537
- ],
3538
- [
3539
- 188.99176954732525,
3540
- 18.10216735253772
3541
- ],
3542
- [
3543
- 231.0637860082304,
3544
- 27.05486968449935
3545
- ],
3546
- [
3547
- 272.8222222222223,
3548
- 37.18814814814817
3549
- ],
3550
- [
3551
- 314.34547325102903,
3552
- 48.20685871056247
3553
- ],
3554
- [
3555
- 355.7119341563787,
3556
- 59.81585733882031
3557
- ],
3558
- [
3559
- 397,
3560
- 71.71999999999997
3561
- ],
3562
- [
3563
- 438.28806584362155,
3564
- 83.62414266117975
3565
- ],
3566
- [
3567
- 479.6545267489714,
3568
- 95.23314128943758
3569
- ],
3570
- [
3571
- 521.1777777777777,
3572
- 106.25185185185188
3573
- ],
3574
- [
3575
- 562.9362139917696,
3576
- 116.3851303155007
3577
- ],
3578
- [
3579
- 605.008230452675,
3580
- 125.33783264746233
3581
- ],
3582
- [
3583
- 647.4722222222224,
3584
- 132.81481481481484
3585
- ],
3586
- [
3587
- 690.4065843621399,
3588
- 138.5209327846365
3589
- ],
3590
- [
3591
- 733.8897119341564,
3592
- 142.1610425240055
3593
- ],
3594
- [
3595
- 778,
3596
- 143.44
3597
- ],
3598
- [
3599
- 794,
3600
- 143.44
3601
- ]
3602
- ],
3603
- "lastCommittedPoint": null,
3604
- "startBinding": {
3605
- "elementId": "shape-D-000000bd",
3606
- "focus": 0,
3607
- "gap": 8
3608
- },
3609
- "endBinding": {
3610
- "elementId": "shape-D4-00000038",
3611
- "focus": 0,
3612
- "gap": 8
3613
- },
3614
- "startArrowhead": null,
3615
- "endArrowhead": "arrow",
3616
- "elbowed": false,
3617
- "index": null
3618
- },
3619
- {
3620
- "id": "arrow-D-D5-000000b0",
3621
- "type": "arrow",
3622
- "x": 1302,
3623
- "y": 343.68,
3624
- "width": 1036,
3625
- "height": 138.32,
3626
- "angle": 0,
3627
- "strokeColor": "#2E7D74",
3628
- "backgroundColor": "transparent",
3629
- "fillStyle": "solid",
3630
- "strokeWidth": 2,
3631
- "strokeStyle": "solid",
3632
- "roughness": 1,
3633
- "opacity": 100,
3634
- "groupIds": [],
3635
- "frameId": null,
3636
- "roundness": null,
3637
- "seed": 396,
3638
- "version": 1,
3639
- "versionNonce": 396,
3640
- "isDeleted": false,
3641
- "boundElements": [],
3642
- "updated": 1,
3643
- "link": null,
3644
- "locked": false,
3645
- "points": [
3646
- [
3647
- 0,
3648
- 0
3649
- ],
3650
- [
3651
- 16,
3652
- 0
3653
- ],
3654
- [
3655
- 74.11906721536343,
3656
- 1.2333058984910394
3657
- ],
3658
- [
3659
- 131.4117969821673,
3660
- 4.743484224965698
3661
- ],
3662
- [
3663
- 187.98148148148175,
3664
- 10.245925925925974
3665
- ],
3666
- [
3667
- 243.93141289437585,
3668
- 17.456021947873808
3669
- ],
3670
- [
3671
- 299.36488340192045,
3672
- 26.089163237311425
3673
- ],
3674
- [
3675
- 354.38518518518526,
3676
- 35.860740740740766
3677
- ],
3678
- [
3679
- 409.09561042524024,
3680
- 46.486145404663944
3681
- ],
3682
- [
3683
- 463.5994513031551,
3684
- 57.680768175582955
3685
- ],
3686
- [
3687
- 518,
3688
- 69.16000000000003
3689
- ],
3690
- [
3691
- 572.4005486968454,
3692
- 80.63923182441698
3693
- ],
3694
- [
3695
- 626.90438957476,
3696
- 91.8338545953361
3697
- ],
3698
- [
3699
- 681.6148148148147,
3700
- 102.45925925925923
3701
- ],
3702
- [
3703
- 736.6351165980795,
3704
- 112.23083676268863
3705
- ],
3706
- [
3707
- 792.0685871056244,
3708
- 120.86397805212624
3709
- ],
3710
- [
3711
- 848.0185185185187,
3712
- 128.07407407407408
3713
- ],
3714
- [
3715
- 904.5882030178327,
3716
- 133.5765157750343
3717
- ],
3718
- [
3719
- 961.8809327846366,
3720
- 137.0866941015089
3721
- ],
3722
- [
3723
- 1020,
3724
- 138.32
3725
- ],
3726
- [
3727
- 1036,
3728
- 138.32
3729
- ]
3730
- ],
3731
- "lastCommittedPoint": null,
3732
- "startBinding": {
3733
- "elementId": "shape-D-000000bd",
3734
- "focus": 0,
3735
- "gap": 8
3736
- },
3737
- "endBinding": {
3738
- "elementId": "shape-D5-000000j5",
3739
- "focus": 0,
3740
- "gap": 8
3741
- },
3742
- "startArrowhead": null,
3743
- "endArrowhead": "arrow",
3744
- "elbowed": false,
3745
- "index": null
3746
- },
3747
- {
3748
- "id": "arrow-D-D6-0000002s",
3749
- "type": "arrow",
3750
- "x": 1302,
3751
- "y": 348.8,
3752
- "width": 1262,
3753
- "height": 133.2,
3754
- "angle": 0,
3755
- "strokeColor": "#2E7D74",
3756
- "backgroundColor": "transparent",
3757
- "fillStyle": "solid",
3758
- "strokeWidth": 2,
3759
- "strokeStyle": "solid",
3760
- "roughness": 1,
3761
- "opacity": 100,
3762
- "groupIds": [],
3763
- "frameId": null,
3764
- "roundness": null,
3765
- "seed": 100,
3766
- "version": 1,
3767
- "versionNonce": 100,
3768
- "isDeleted": false,
3769
- "boundElements": [],
3770
- "updated": 1,
3771
- "link": null,
3772
- "locked": false,
3773
- "points": [
3774
- [
3775
- 0,
3776
- 0
3777
- ],
3778
- [
3779
- 16,
3780
- 0
3781
- ],
3782
- [
3783
- 87.20164609053495,
3784
- 1.1876543209875763
3785
- ],
3786
- [
3787
- 157.39094650205743,
3788
- 4.567901234567898
3789
- ],
3790
- [
3791
- 226.69444444444457,
3792
- 9.866666666666731
3793
- ],
3794
- [
3795
- 295.23868312757213,
3796
- 16.809876543209896
3797
- ],
3798
- [
3799
- 363.15020576131724,
3800
- 25.123456790123498
3801
- ],
3802
- [
3803
- 430.55555555555566,
3804
- 34.53333333333336
3805
- ],
3806
- [
3807
- 497.58127572016474,
3808
- 44.76543209876547
3809
- ],
3810
- [
3811
- 564.3539094650209,
3812
- 55.545679012345715
3813
- ],
3814
- [
3815
- 631,
3816
- 66.59999999999997
3817
- ],
3818
- [
3819
- 697.6460905349797,
3820
- 77.65432098765433
3821
- ],
3822
- [
3823
- 764.4187242798353,
3824
- 88.43456790123457
3825
- ],
3826
- [
3827
- 831.4444444444443,
3828
- 98.66666666666669
3829
- ],
3830
- [
3831
- 898.849794238683,
3832
- 108.07654320987655
3833
- ],
3834
- [
3835
- 966.7613168724283,
3836
- 116.39012345679015
3837
- ],
3838
- [
3839
- 1035.3055555555557,
3840
- 123.33333333333331
3841
- ],
3842
- [
3843
- 1104.6090534979426,
3844
- 128.6320987654321
3845
- ],
3846
- [
3847
- 1174.7983539094648,
3848
- 132.0123456790123
3849
- ],
3850
- [
3851
- 1246,
3852
- 133.2
3853
- ],
3854
- [
3855
- 1262,
3856
- 133.2
3857
- ]
3858
- ],
3859
- "lastCommittedPoint": null,
3860
- "startBinding": {
3861
- "elementId": "shape-D-000000bd",
3862
- "focus": 0,
3863
- "gap": 8
3864
- },
3865
- "endBinding": {
3866
- "elementId": "shape-D6-000000r4",
3867
- "focus": 0,
3868
- "gap": 8
3869
- },
3870
- "startArrowhead": null,
3871
- "endArrowhead": "arrow",
3872
- "elbowed": false,
3873
- "index": null
3874
- },
3875
- {
3876
- "id": "arrow-E-E1-0000008g",
3877
- "type": "arrow",
3878
- "x": 2684,
3879
- "y": 327.04,
3880
- "width": 94,
3881
- "height": 154.95999999999998,
3882
- "angle": 0,
3883
- "strokeColor": "#2E7D74",
3884
- "backgroundColor": "transparent",
3885
- "fillStyle": "solid",
3886
- "strokeWidth": 2,
3887
- "strokeStyle": "solid",
3888
- "roughness": 1,
3889
- "opacity": 100,
3890
- "groupIds": [],
3891
- "frameId": null,
3892
- "roundness": null,
3893
- "seed": 304,
3894
- "version": 1,
3895
- "versionNonce": 304,
3896
- "isDeleted": false,
3897
- "boundElements": [],
3898
- "updated": 1,
3899
- "link": null,
3900
- "locked": false,
3901
- "points": [
3902
- [
3903
- 0,
3904
- 0
3905
- ],
3906
- [
3907
- 16,
3908
- 0
3909
- ],
3910
- [
3911
- 19.910836762688632,
3912
- 1.3816735253771526
3913
- ],
3914
- [
3915
- 23.65706447187904,
3916
- 5.314128943758533
3917
- ],
3918
- [
3919
- 27.25925925925958,
3920
- 11.47851851851857
3921
- ],
3922
- [
3923
- 30.737997256515882,
3924
- 19.55599451303152
3925
- ],
3926
- [
3927
- 34.113854595336306,
3928
- 29.227709190672215
3929
- ],
3930
- [
3931
- 37.40740740740739,
3932
- 40.174814814814795
3933
- ],
3934
- [
3935
- 40.63923182441749,
3936
- 52.07846364883403
3937
- ],
3938
- [
3939
- 43.82990397805224,
3940
- 64.61980795610424
3941
- ],
3942
- [
3943
- 47,
3944
- 77.47999999999996
3945
- ],
3946
- [
3947
- 50.17009602194776,
3948
- 90.34019204389574
3949
- ],
3950
- [
3951
- 53.36076817558296,
3952
- 102.881536351166
3953
- ],
3954
- [
3955
- 56.59259259259261,
3956
- 114.78518518518518
3957
- ],
3958
- [
3959
- 59.88614540466415,
3960
- 125.73229080932782
3961
- ],
3962
- [
3963
- 63.26200274348412,
3964
- 135.40400548696852
3965
- ],
3966
- [
3967
- 66.74074074074088,
3968
- 143.48148148148147
3969
- ],
3970
- [
3971
- 70.3429355281205,
3972
- 149.64587105624145
3973
- ],
3974
- [
3975
- 74.08916323731137,
3976
- 153.57832647462277
3977
- ],
3978
- [
3979
- 78,
3980
- 154.95999999999998
3981
- ],
3982
- [
3983
- 94,
3984
- 154.95999999999998
3985
- ]
3986
- ],
3987
- "lastCommittedPoint": null,
3988
- "startBinding": {
3989
- "elementId": "shape-E-000000j2",
3990
- "focus": 0,
3991
- "gap": 8
3992
- },
3993
- "endBinding": {
3994
- "elementId": "shape-E1-000000lb",
3995
- "focus": 0,
3996
- "gap": 8
3997
- },
3998
- "startArrowhead": null,
3999
- "endArrowhead": "arrow",
4000
- "elbowed": false,
4001
- "index": null
4002
- },
4003
- {
4004
- "id": "arrow-E-E2-000000op",
4005
- "type": "arrow",
4006
- "x": 2684,
4007
- "y": 336,
4008
- "width": 342,
4009
- "height": 146,
4010
- "angle": 0,
4011
- "strokeColor": "#2E7D74",
4012
- "backgroundColor": "transparent",
4013
- "fillStyle": "solid",
4014
- "strokeWidth": 2,
4015
- "strokeStyle": "solid",
4016
- "roughness": 1,
4017
- "opacity": 100,
4018
- "groupIds": [],
4019
- "frameId": null,
4020
- "roundness": null,
4021
- "seed": 889,
4022
- "version": 1,
4023
- "versionNonce": 889,
4024
- "isDeleted": false,
4025
- "boundElements": [],
4026
- "updated": 1,
4027
- "link": null,
4028
- "locked": false,
4029
- "points": [
4030
- [
4031
- 0,
4032
- 0
4033
- ],
4034
- [
4035
- 16,
4036
- 0
4037
- ],
4038
- [
4039
- 33.94513031550014,
4040
- 1.3017832647461205
4041
- ],
4042
- [
4043
- 51.635116598079094,
4044
- 5.006858710562426
4045
- ],
4046
- [
4047
- 69.10185185185219,
4048
- 10.814814814814838
4049
- ],
4050
- [
4051
- 86.37722908093292,
4052
- 18.425240054869732
4053
- ],
4054
- [
4055
- 103.49314128943752,
4056
- 27.537722908093315
4057
- ],
4058
- [
4059
- 120.48148148148175,
4060
- 37.85185185185185
4061
- ],
4062
- [
4063
- 137.37414266118003,
4064
- 49.06721536351171
4065
- ],
4066
- [
4067
- 154.20301783264767,
4068
- 60.883401920438985
4069
- ],
4070
- [
4071
- 171,
4072
- 73
4073
- ],
4074
- [
4075
- 187.79698216735278,
4076
- 85.11659807956107
4077
- ],
4078
- [
4079
- 204.62585733882042,
4080
- 96.93278463648835
4081
- ],
4082
- [
4083
- 221.51851851851825,
4084
- 108.14814814814815
4085
- ],
4086
- [
4087
- 238.50685871056248,
4088
- 118.46227709190669
4089
- ],
4090
- [
4091
- 255.62277091906708,
4092
- 127.57475994513038
4093
- ],
4094
- [
4095
- 272.89814814814827,
4096
- 135.18518518518522
4097
- ],
4098
- [
4099
- 290.36488340192045,
4100
- 140.99314128943757
4101
- ],
4102
- [
4103
- 308.0548696844994,
4104
- 144.69821673525377
4105
- ],
4106
- [
4107
- 326,
4108
- 146
4109
- ],
4110
- [
4111
- 342,
4112
- 146
4113
- ]
4114
- ],
4115
- "lastCommittedPoint": null,
4116
- "startBinding": {
4117
- "elementId": "shape-E-000000j2",
4118
- "focus": 0,
4119
- "gap": 8
4120
- },
4121
- "endBinding": {
4122
- "elementId": "shape-E2-00000084",
4123
- "focus": 0,
4124
- "gap": 8
4125
- },
4126
- "startArrowhead": null,
4127
- "endArrowhead": "arrow",
4128
- "elbowed": false,
4129
- "index": null
4130
- },
4131
- {
4132
- "id": "arrow-E-E3-000000n8",
4133
- "type": "arrow",
4134
- "x": 2684,
4135
- "y": 344.96,
4136
- "width": 501,
4137
- "height": 137.04000000000002,
4138
- "angle": 0,
4139
- "strokeColor": "#2E7D74",
4140
- "backgroundColor": "transparent",
4141
- "fillStyle": "solid",
4142
- "strokeWidth": 2,
4143
- "strokeStyle": "solid",
4144
- "roughness": 1,
4145
- "opacity": 100,
4146
- "groupIds": [],
4147
- "frameId": null,
4148
- "roundness": null,
4149
- "seed": 836,
4150
- "version": 1,
4151
- "versionNonce": 836,
4152
- "isDeleted": false,
4153
- "boundElements": [],
4154
- "updated": 1,
4155
- "link": null,
4156
- "locked": false,
4157
- "points": [
4158
- [
4159
- 0,
4160
- 0
4161
- ],
4162
- [
4163
- 16,
4164
- 0
4165
- ],
4166
- [
4167
- 43.1492455418379,
4168
- 1.2218930041151452
4169
- ],
4170
- [
4171
- 69.91248285322308,
4172
- 4.6995884773662056
4173
- ],
4174
- [
4175
- 96.33796296296305,
4176
- 10.151111111111163
4177
- ],
4178
- [
4179
- 122.47393689986257,
4180
- 17.29448559670783
4181
- ],
4182
- [
4183
- 148.36865569273004,
4184
- 25.847736625514415
4185
- ],
4186
- [
4187
- 174.07037037037117,
4188
- 35.5288888888889
4189
- ],
4190
- [
4191
- 199.6273319615916,
4192
- 46.05596707818938
4193
- ],
4194
- [
4195
- 225.08779149519887,
4196
- 57.14699588477367
4197
- ],
4198
- [
4199
- 250.5,
4200
- 68.52000000000004
4201
- ],
4202
- [
4203
- 275.91220850480113,
4204
- 79.89300411522635
4205
- ],
4206
- [
4207
- 301.3726680384084,
4208
- 90.98403292181075
4209
- ],
4210
- [
4211
- 326.92962962962974,
4212
- 101.51111111111112
4213
- ],
4214
- [
4215
- 352.6313443072704,
4216
- 111.19226337448566
4217
- ],
4218
- [
4219
- 378.52606310013743,
4220
- 119.74551440329225
4221
- ],
4222
- [
4223
- 404.6620370370374,
4224
- 126.88888888888897
4225
- ],
4226
- [
4227
- 431.087517146776,
4228
- 132.34041152263376
4229
- ],
4230
- [
4231
- 457.85075445816165,
4232
- 135.81810699588476
4233
- ],
4234
- [
4235
- 485,
4236
- 137.04000000000002
4237
- ],
4238
- [
4239
- 501,
4240
- 137.04000000000002
4241
- ]
4242
- ],
4243
- "lastCommittedPoint": null,
4244
- "startBinding": {
4245
- "elementId": "shape-E-000000j2",
4246
- "focus": 0,
4247
- "gap": 8
4248
- },
4249
- "endBinding": {
4250
- "elementId": "shape-E3-0000006w",
4251
- "focus": 0,
4252
- "gap": 8
4253
- },
4254
- "startArrowhead": null,
4255
- "endArrowhead": "arrow",
4256
- "elbowed": false,
4257
- "index": null
4258
- }
4259
- ],
4260
- "appState": {
4261
- "viewBackgroundColor": "#FBF7EE",
4262
- "theme": "light",
4263
- "gridSize": null,
4264
- "exportBackground": true,
4265
- "exportEmbedScene": true,
4266
- "exportScale": 1,
4267
- "currentItemFontFamily": 5
4268
- },
4269
- "files": {}
4270
- }