pict-section-flow 1.0.1 → 1.2.0

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 (63) hide show
  1. package/README.md +44 -13
  2. package/docs/Architecture.md +8 -148
  3. package/docs/Data_Model.md +2 -11
  4. package/docs/README.md +8 -38
  5. package/docs/Theme_Integration.md +11 -11
  6. package/docs/_cover.md +7 -1
  7. package/docs/_playground.json +24 -0
  8. package/docs/_sidebar.md +4 -0
  9. package/docs/_topbar.md +1 -1
  10. package/docs/_version.json +3 -3
  11. package/docs/card-help/FREAD.md +1 -1
  12. package/docs/diagrams/architecture-at-a-glance.excalidraw +4270 -0
  13. package/docs/diagrams/architecture-at-a-glance.mmd +30 -0
  14. package/docs/diagrams/architecture-at-a-glance.svg +2 -0
  15. package/docs/diagrams/data-flow.excalidraw +1451 -0
  16. package/docs/diagrams/data-flow.mmd +17 -0
  17. package/docs/diagrams/data-flow.svg +2 -0
  18. package/docs/diagrams/high-level-design.excalidraw +5767 -0
  19. package/docs/diagrams/high-level-design.mmd +86 -0
  20. package/docs/diagrams/high-level-design.svg +2 -0
  21. package/docs/diagrams/relationships.excalidraw +3852 -0
  22. package/docs/diagrams/relationships.mmd +9 -0
  23. package/docs/diagrams/relationships.svg +2 -0
  24. package/docs/diagrams/service-initialization-sequence.excalidraw +1466 -0
  25. package/docs/diagrams/service-initialization-sequence.mmd +19 -0
  26. package/docs/diagrams/service-initialization-sequence.svg +2 -0
  27. package/docs/diagrams/svg-layer-structure.excalidraw +1060 -0
  28. package/docs/diagrams/svg-layer-structure.mmd +18 -0
  29. package/docs/diagrams/svg-layer-structure.svg +2 -0
  30. package/docs/examples/README.md +9 -0
  31. package/docs/examples/simple_cards/README.md +677 -0
  32. package/docs/examples/simple_cards/css/flowexample.css +65 -0
  33. package/docs/examples/simple_cards/index.html +32 -0
  34. package/docs/examples/simple_cards/js/pict.min.js +12 -0
  35. package/docs/examples/simple_cards/pict-section-flow-example-simple-cards.compatible.min.js +1 -0
  36. package/docs/index.html +6 -5
  37. package/docs/playground/app.json +6 -0
  38. package/docs/playground/appdata.json +85 -0
  39. package/docs/playground/application.js +23 -0
  40. package/docs/playground/pict.json +17 -0
  41. package/docs/playground/runtime/pict-application.min.js +2 -0
  42. package/docs/playground/runtime/pict-section-flow.min.js +2 -0
  43. package/docs/playground/runtime/pict-section-modal.min.js +2 -0
  44. package/docs/playground/runtime/pict.min.js +12 -0
  45. package/docs/retold-catalog.json +241 -166
  46. package/docs/retold-keyword-index.json +19312 -7226
  47. package/example_applications/simple_cards/package.json +9 -1
  48. package/example_applications/simple_cards/source/views/PictView-FlowExample-BottomBar.js +2 -2
  49. package/package.json +5 -5
  50. package/source/providers/PictProvider-Flow-PanelChrome.js +2 -1
  51. package/source/providers/layouts/Layout-Layered.js +25 -79
  52. package/source/providers/layouts/Layout-Rank.js +141 -0
  53. package/source/providers/layouts/Layout-Staggered.js +131 -0
  54. package/source/services/PictService-Flow-DataManager.js +6 -0
  55. package/source/services/PictService-Flow-InteractionManager.js +10 -1
  56. package/source/services/PictService-Flow-Layout.js +2 -0
  57. package/source/services/PictService-Flow-PanelManager.js +106 -2
  58. package/source/views/PictView-Flow-Node.js +41 -4
  59. package/source/views/PictView-Flow-PropertiesPanel.js +70 -3
  60. package/source/views/PictView-Flow.js +53 -0
  61. package/test/Layout_tests.js +208 -4
  62. package/test/NodeView_tests.js +49 -0
  63. package/test/PanelManager_tests.js +172 -0
@@ -0,0 +1,1466 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-renderer-graph/seqgraph",
5
+ "elements": [
6
+ {
7
+ "id": "seq-life-App",
8
+ "type": "line",
9
+ "x": 166,
10
+ "y": 126,
11
+ "width": 0,
12
+ "height": 722,
13
+ "angle": 0,
14
+ "strokeColor": "#8A7F72",
15
+ "backgroundColor": "transparent",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 1.5,
18
+ "strokeStyle": "dashed",
19
+ "roughness": 1,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": null,
24
+ "seed": 100,
25
+ "version": 1,
26
+ "versionNonce": 1,
27
+ "isDeleted": false,
28
+ "boundElements": null,
29
+ "updated": 1,
30
+ "link": null,
31
+ "locked": false,
32
+ "points": [
33
+ [
34
+ 0,
35
+ 0
36
+ ],
37
+ [
38
+ 0,
39
+ 722
40
+ ]
41
+ ],
42
+ "lastCommittedPoint": null,
43
+ "startBinding": null,
44
+ "endBinding": null,
45
+ "startArrowhead": null,
46
+ "endArrowhead": null,
47
+ "elbowed": false,
48
+ "index": null
49
+ },
50
+ {
51
+ "id": "seq-life-FV",
52
+ "type": "line",
53
+ "x": 418,
54
+ "y": 126,
55
+ "width": 0,
56
+ "height": 722,
57
+ "angle": 0,
58
+ "strokeColor": "#8A7F72",
59
+ "backgroundColor": "transparent",
60
+ "fillStyle": "solid",
61
+ "strokeWidth": 1.5,
62
+ "strokeStyle": "dashed",
63
+ "roughness": 1,
64
+ "opacity": 100,
65
+ "groupIds": [],
66
+ "frameId": null,
67
+ "roundness": null,
68
+ "seed": 144,
69
+ "version": 1,
70
+ "versionNonce": 1,
71
+ "isDeleted": false,
72
+ "boundElements": null,
73
+ "updated": 1,
74
+ "link": null,
75
+ "locked": false,
76
+ "points": [
77
+ [
78
+ 0,
79
+ 0
80
+ ],
81
+ [
82
+ 0,
83
+ 722
84
+ ]
85
+ ],
86
+ "lastCommittedPoint": null,
87
+ "startBinding": null,
88
+ "endBinding": null,
89
+ "startArrowhead": null,
90
+ "endArrowhead": null,
91
+ "elbowed": false,
92
+ "index": null
93
+ },
94
+ {
95
+ "id": "seq-life-PR",
96
+ "type": "line",
97
+ "x": 670,
98
+ "y": 126,
99
+ "width": 0,
100
+ "height": 722,
101
+ "angle": 0,
102
+ "strokeColor": "#8A7F72",
103
+ "backgroundColor": "transparent",
104
+ "fillStyle": "solid",
105
+ "strokeWidth": 1.5,
106
+ "strokeStyle": "dashed",
107
+ "roughness": 1,
108
+ "opacity": 100,
109
+ "groupIds": [],
110
+ "frameId": null,
111
+ "roundness": null,
112
+ "seed": 778,
113
+ "version": 1,
114
+ "versionNonce": 1,
115
+ "isDeleted": false,
116
+ "boundElements": null,
117
+ "updated": 1,
118
+ "link": null,
119
+ "locked": false,
120
+ "points": [
121
+ [
122
+ 0,
123
+ 0
124
+ ],
125
+ [
126
+ 0,
127
+ 722
128
+ ]
129
+ ],
130
+ "lastCommittedPoint": null,
131
+ "startBinding": null,
132
+ "endBinding": null,
133
+ "startArrowhead": null,
134
+ "endArrowhead": null,
135
+ "elbowed": false,
136
+ "index": null
137
+ },
138
+ {
139
+ "id": "seq-life-SV",
140
+ "type": "line",
141
+ "x": 922,
142
+ "y": 126,
143
+ "width": 0,
144
+ "height": 722,
145
+ "angle": 0,
146
+ "strokeColor": "#8A7F72",
147
+ "backgroundColor": "transparent",
148
+ "fillStyle": "solid",
149
+ "strokeWidth": 1.5,
150
+ "strokeStyle": "dashed",
151
+ "roughness": 1,
152
+ "opacity": 100,
153
+ "groupIds": [],
154
+ "frameId": null,
155
+ "roundness": null,
156
+ "seed": 290,
157
+ "version": 1,
158
+ "versionNonce": 1,
159
+ "isDeleted": false,
160
+ "boundElements": null,
161
+ "updated": 1,
162
+ "link": null,
163
+ "locked": false,
164
+ "points": [
165
+ [
166
+ 0,
167
+ 0
168
+ ],
169
+ [
170
+ 0,
171
+ 722
172
+ ]
173
+ ],
174
+ "lastCommittedPoint": null,
175
+ "startBinding": null,
176
+ "endBinding": null,
177
+ "startArrowhead": null,
178
+ "endArrowhead": null,
179
+ "elbowed": false,
180
+ "index": null
181
+ },
182
+ {
183
+ "id": "seq-life-VW",
184
+ "type": "line",
185
+ "x": 1174,
186
+ "y": 126,
187
+ "width": 0,
188
+ "height": 722,
189
+ "angle": 0,
190
+ "strokeColor": "#8A7F72",
191
+ "backgroundColor": "transparent",
192
+ "fillStyle": "solid",
193
+ "strokeWidth": 1.5,
194
+ "strokeStyle": "dashed",
195
+ "roughness": 1,
196
+ "opacity": 100,
197
+ "groupIds": [],
198
+ "frameId": null,
199
+ "roundness": null,
200
+ "seed": 112,
201
+ "version": 1,
202
+ "versionNonce": 1,
203
+ "isDeleted": false,
204
+ "boundElements": null,
205
+ "updated": 1,
206
+ "link": null,
207
+ "locked": false,
208
+ "points": [
209
+ [
210
+ 0,
211
+ 0
212
+ ],
213
+ [
214
+ 0,
215
+ 722
216
+ ]
217
+ ],
218
+ "lastCommittedPoint": null,
219
+ "startBinding": null,
220
+ "endBinding": null,
221
+ "startArrowhead": null,
222
+ "endArrowhead": null,
223
+ "elbowed": false,
224
+ "index": null
225
+ },
226
+ {
227
+ "id": "seq-actor-App",
228
+ "type": "rectangle",
229
+ "x": 86,
230
+ "y": 70,
231
+ "width": 160,
232
+ "height": 56,
233
+ "angle": 0,
234
+ "strokeColor": "#1B1F23",
235
+ "backgroundColor": "transparent",
236
+ "fillStyle": "hachure",
237
+ "strokeWidth": 2,
238
+ "strokeStyle": "solid",
239
+ "roughness": 1,
240
+ "opacity": 100,
241
+ "groupIds": [],
242
+ "frameId": null,
243
+ "roundness": {
244
+ "type": 3
245
+ },
246
+ "seed": 225,
247
+ "version": 1,
248
+ "versionNonce": 225,
249
+ "isDeleted": false,
250
+ "boundElements": [
251
+ {
252
+ "id": "seq-actorlabel-App",
253
+ "type": "text"
254
+ }
255
+ ],
256
+ "updated": 1,
257
+ "link": null,
258
+ "locked": false,
259
+ "index": null
260
+ },
261
+ {
262
+ "id": "seq-actorlabel-App",
263
+ "type": "text",
264
+ "x": 94,
265
+ "y": 85.5,
266
+ "width": 144,
267
+ "height": 25,
268
+ "angle": 0,
269
+ "strokeColor": "#1B1F23",
270
+ "backgroundColor": "transparent",
271
+ "fillStyle": "solid",
272
+ "strokeWidth": 1,
273
+ "strokeStyle": "solid",
274
+ "roughness": 1,
275
+ "opacity": 100,
276
+ "groupIds": [],
277
+ "frameId": null,
278
+ "roundness": null,
279
+ "seed": 226,
280
+ "version": 1,
281
+ "versionNonce": 226,
282
+ "isDeleted": false,
283
+ "boundElements": null,
284
+ "updated": 1,
285
+ "link": null,
286
+ "locked": false,
287
+ "text": "Application",
288
+ "fontSize": 20,
289
+ "fontFamily": 5,
290
+ "textAlign": "center",
291
+ "verticalAlign": "middle",
292
+ "containerId": "seq-actor-App",
293
+ "originalText": "Application",
294
+ "autoResize": false,
295
+ "lineHeight": 1.25,
296
+ "index": null
297
+ },
298
+ {
299
+ "id": "seq-actor-FV",
300
+ "type": "rectangle",
301
+ "x": 332,
302
+ "y": 70,
303
+ "width": 172,
304
+ "height": 56,
305
+ "angle": 0,
306
+ "strokeColor": "#1B1F23",
307
+ "backgroundColor": "transparent",
308
+ "fillStyle": "hachure",
309
+ "strokeWidth": 2,
310
+ "strokeStyle": "solid",
311
+ "roughness": 1,
312
+ "opacity": 100,
313
+ "groupIds": [],
314
+ "frameId": null,
315
+ "roundness": {
316
+ "type": 3
317
+ },
318
+ "seed": 824,
319
+ "version": 1,
320
+ "versionNonce": 824,
321
+ "isDeleted": false,
322
+ "boundElements": [
323
+ {
324
+ "id": "seq-actorlabel-FV",
325
+ "type": "text"
326
+ }
327
+ ],
328
+ "updated": 1,
329
+ "link": null,
330
+ "locked": false,
331
+ "index": null
332
+ },
333
+ {
334
+ "id": "seq-actorlabel-FV",
335
+ "type": "text",
336
+ "x": 340,
337
+ "y": 85.5,
338
+ "width": 156,
339
+ "height": 25,
340
+ "angle": 0,
341
+ "strokeColor": "#1B1F23",
342
+ "backgroundColor": "transparent",
343
+ "fillStyle": "solid",
344
+ "strokeWidth": 1,
345
+ "strokeStyle": "solid",
346
+ "roughness": 1,
347
+ "opacity": 100,
348
+ "groupIds": [],
349
+ "frameId": null,
350
+ "roundness": null,
351
+ "seed": 825,
352
+ "version": 1,
353
+ "versionNonce": 825,
354
+ "isDeleted": false,
355
+ "boundElements": null,
356
+ "updated": 1,
357
+ "link": null,
358
+ "locked": false,
359
+ "text": "PictViewFlow",
360
+ "fontSize": 20,
361
+ "fontFamily": 5,
362
+ "textAlign": "center",
363
+ "verticalAlign": "middle",
364
+ "containerId": "seq-actor-FV",
365
+ "originalText": "PictViewFlow",
366
+ "autoResize": false,
367
+ "lineHeight": 1.25,
368
+ "index": null
369
+ },
370
+ {
371
+ "id": "seq-actor-PR",
372
+ "type": "rectangle",
373
+ "x": 602,
374
+ "y": 70,
375
+ "width": 136,
376
+ "height": 56,
377
+ "angle": 0,
378
+ "strokeColor": "#1B1F23",
379
+ "backgroundColor": "transparent",
380
+ "fillStyle": "hachure",
381
+ "strokeWidth": 2,
382
+ "strokeStyle": "solid",
383
+ "roughness": 1,
384
+ "opacity": 100,
385
+ "groupIds": [],
386
+ "frameId": null,
387
+ "roundness": {
388
+ "type": 3
389
+ },
390
+ "seed": 240,
391
+ "version": 1,
392
+ "versionNonce": 240,
393
+ "isDeleted": false,
394
+ "boundElements": [
395
+ {
396
+ "id": "seq-actorlabel-PR",
397
+ "type": "text"
398
+ }
399
+ ],
400
+ "updated": 1,
401
+ "link": null,
402
+ "locked": false,
403
+ "index": null
404
+ },
405
+ {
406
+ "id": "seq-actorlabel-PR",
407
+ "type": "text",
408
+ "x": 610,
409
+ "y": 85.5,
410
+ "width": 120,
411
+ "height": 25,
412
+ "angle": 0,
413
+ "strokeColor": "#1B1F23",
414
+ "backgroundColor": "transparent",
415
+ "fillStyle": "solid",
416
+ "strokeWidth": 1,
417
+ "strokeStyle": "solid",
418
+ "roughness": 1,
419
+ "opacity": 100,
420
+ "groupIds": [],
421
+ "frameId": null,
422
+ "roundness": null,
423
+ "seed": 241,
424
+ "version": 1,
425
+ "versionNonce": 241,
426
+ "isDeleted": false,
427
+ "boundElements": null,
428
+ "updated": 1,
429
+ "link": null,
430
+ "locked": false,
431
+ "text": "Providers",
432
+ "fontSize": 20,
433
+ "fontFamily": 5,
434
+ "textAlign": "center",
435
+ "verticalAlign": "middle",
436
+ "containerId": "seq-actor-PR",
437
+ "originalText": "Providers",
438
+ "autoResize": false,
439
+ "lineHeight": 1.25,
440
+ "index": null
441
+ },
442
+ {
443
+ "id": "seq-actor-SV",
444
+ "type": "rectangle",
445
+ "x": 860,
446
+ "y": 70,
447
+ "width": 124,
448
+ "height": 56,
449
+ "angle": 0,
450
+ "strokeColor": "#1B1F23",
451
+ "backgroundColor": "transparent",
452
+ "fillStyle": "hachure",
453
+ "strokeWidth": 2,
454
+ "strokeStyle": "solid",
455
+ "roughness": 1,
456
+ "opacity": 100,
457
+ "groupIds": [],
458
+ "frameId": null,
459
+ "roundness": {
460
+ "type": 3
461
+ },
462
+ "seed": 884,
463
+ "version": 1,
464
+ "versionNonce": 884,
465
+ "isDeleted": false,
466
+ "boundElements": [
467
+ {
468
+ "id": "seq-actorlabel-SV",
469
+ "type": "text"
470
+ }
471
+ ],
472
+ "updated": 1,
473
+ "link": null,
474
+ "locked": false,
475
+ "index": null
476
+ },
477
+ {
478
+ "id": "seq-actorlabel-SV",
479
+ "type": "text",
480
+ "x": 868,
481
+ "y": 85.5,
482
+ "width": 108,
483
+ "height": 25,
484
+ "angle": 0,
485
+ "strokeColor": "#1B1F23",
486
+ "backgroundColor": "transparent",
487
+ "fillStyle": "solid",
488
+ "strokeWidth": 1,
489
+ "strokeStyle": "solid",
490
+ "roughness": 1,
491
+ "opacity": 100,
492
+ "groupIds": [],
493
+ "frameId": null,
494
+ "roundness": null,
495
+ "seed": 885,
496
+ "version": 1,
497
+ "versionNonce": 885,
498
+ "isDeleted": false,
499
+ "boundElements": null,
500
+ "updated": 1,
501
+ "link": null,
502
+ "locked": false,
503
+ "text": "Services",
504
+ "fontSize": 20,
505
+ "fontFamily": 5,
506
+ "textAlign": "center",
507
+ "verticalAlign": "middle",
508
+ "containerId": "seq-actor-SV",
509
+ "originalText": "Services",
510
+ "autoResize": false,
511
+ "lineHeight": 1.25,
512
+ "index": null
513
+ },
514
+ {
515
+ "id": "seq-actor-VW",
516
+ "type": "rectangle",
517
+ "x": 1094,
518
+ "y": 70,
519
+ "width": 160,
520
+ "height": 56,
521
+ "angle": 0,
522
+ "strokeColor": "#1B1F23",
523
+ "backgroundColor": "transparent",
524
+ "fillStyle": "hachure",
525
+ "strokeWidth": 2,
526
+ "strokeStyle": "solid",
527
+ "roughness": 1,
528
+ "opacity": 100,
529
+ "groupIds": [],
530
+ "frameId": null,
531
+ "roundness": {
532
+ "type": 3
533
+ },
534
+ "seed": 308,
535
+ "version": 1,
536
+ "versionNonce": 308,
537
+ "isDeleted": false,
538
+ "boundElements": [
539
+ {
540
+ "id": "seq-actorlabel-VW",
541
+ "type": "text"
542
+ }
543
+ ],
544
+ "updated": 1,
545
+ "link": null,
546
+ "locked": false,
547
+ "index": null
548
+ },
549
+ {
550
+ "id": "seq-actorlabel-VW",
551
+ "type": "text",
552
+ "x": 1102,
553
+ "y": 85.5,
554
+ "width": 144,
555
+ "height": 25,
556
+ "angle": 0,
557
+ "strokeColor": "#1B1F23",
558
+ "backgroundColor": "transparent",
559
+ "fillStyle": "solid",
560
+ "strokeWidth": 1,
561
+ "strokeStyle": "solid",
562
+ "roughness": 1,
563
+ "opacity": 100,
564
+ "groupIds": [],
565
+ "frameId": null,
566
+ "roundness": null,
567
+ "seed": 309,
568
+ "version": 1,
569
+ "versionNonce": 309,
570
+ "isDeleted": false,
571
+ "boundElements": null,
572
+ "updated": 1,
573
+ "link": null,
574
+ "locked": false,
575
+ "text": "Child Views",
576
+ "fontSize": 20,
577
+ "fontFamily": 5,
578
+ "textAlign": "center",
579
+ "verticalAlign": "middle",
580
+ "containerId": "seq-actor-VW",
581
+ "originalText": "Child Views",
582
+ "autoResize": false,
583
+ "lineHeight": 1.25,
584
+ "index": null
585
+ },
586
+ {
587
+ "id": "seq-note-0",
588
+ "type": "rectangle",
589
+ "x": 459.5,
590
+ "y": 272,
591
+ "width": 421,
592
+ "height": 50,
593
+ "angle": 0,
594
+ "strokeColor": "#1B1F23",
595
+ "backgroundColor": "#E8C547",
596
+ "fillStyle": "solid",
597
+ "strokeWidth": 1.6,
598
+ "strokeStyle": "solid",
599
+ "roughness": 1,
600
+ "opacity": 55,
601
+ "groupIds": [],
602
+ "frameId": null,
603
+ "roundness": {
604
+ "type": 3
605
+ },
606
+ "seed": 636,
607
+ "version": 1,
608
+ "versionNonce": 636,
609
+ "isDeleted": false,
610
+ "boundElements": [
611
+ {
612
+ "id": "seq-notelabel-0",
613
+ "type": "text"
614
+ }
615
+ ],
616
+ "updated": 1,
617
+ "link": null,
618
+ "locked": false,
619
+ "index": null
620
+ },
621
+ {
622
+ "id": "seq-notelabel-0",
623
+ "type": "text",
624
+ "x": 467.5,
625
+ "y": 278,
626
+ "width": 405,
627
+ "height": 38,
628
+ "angle": 0,
629
+ "strokeColor": "#1B1F23",
630
+ "backgroundColor": "transparent",
631
+ "fillStyle": "solid",
632
+ "strokeWidth": 1,
633
+ "strokeStyle": "solid",
634
+ "roughness": 1,
635
+ "opacity": 100,
636
+ "groupIds": [],
637
+ "frameId": null,
638
+ "roundness": null,
639
+ "seed": 637,
640
+ "version": 1,
641
+ "versionNonce": 637,
642
+ "isDeleted": false,
643
+ "boundElements": null,
644
+ "updated": 1,
645
+ "link": null,
646
+ "locked": false,
647
+ "text": "SVGHelpers, Geometry, Noise (no FlowView ref)",
648
+ "fontSize": 16,
649
+ "fontFamily": 5,
650
+ "textAlign": "center",
651
+ "verticalAlign": "middle",
652
+ "containerId": "seq-note-0",
653
+ "originalText": "SVGHelpers, Geometry, Noise (no FlowView ref)",
654
+ "autoResize": false,
655
+ "lineHeight": 1.25,
656
+ "index": null
657
+ },
658
+ {
659
+ "id": "seq-note-1",
660
+ "type": "rectangle",
661
+ "x": 345.5,
662
+ "y": 336,
663
+ "width": 649,
664
+ "height": 50,
665
+ "angle": 0,
666
+ "strokeColor": "#1B1F23",
667
+ "backgroundColor": "#E8C547",
668
+ "fillStyle": "solid",
669
+ "strokeWidth": 1.6,
670
+ "strokeStyle": "solid",
671
+ "roughness": 1,
672
+ "opacity": 55,
673
+ "groupIds": [],
674
+ "frameId": null,
675
+ "roundness": {
676
+ "type": 3
677
+ },
678
+ "seed": 309,
679
+ "version": 1,
680
+ "versionNonce": 309,
681
+ "isDeleted": false,
682
+ "boundElements": [
683
+ {
684
+ "id": "seq-notelabel-1",
685
+ "type": "text"
686
+ }
687
+ ],
688
+ "updated": 1,
689
+ "link": null,
690
+ "locked": false,
691
+ "index": null
692
+ },
693
+ {
694
+ "id": "seq-notelabel-1",
695
+ "type": "text",
696
+ "x": 353.5,
697
+ "y": 342,
698
+ "width": 633,
699
+ "height": 38,
700
+ "angle": 0,
701
+ "strokeColor": "#1B1F23",
702
+ "backgroundColor": "transparent",
703
+ "fillStyle": "solid",
704
+ "strokeWidth": 1,
705
+ "strokeStyle": "solid",
706
+ "roughness": 1,
707
+ "opacity": 100,
708
+ "groupIds": [],
709
+ "frameId": null,
710
+ "roundness": null,
711
+ "seed": 310,
712
+ "version": 1,
713
+ "versionNonce": 310,
714
+ "isDeleted": false,
715
+ "boundElements": null,
716
+ "updated": 1,
717
+ "link": null,
718
+ "locked": false,
719
+ "text": "Theme, CSS, Icons, NodeTypes, EventHandler, Layouts (with FlowView ref)",
720
+ "fontSize": 16,
721
+ "fontFamily": 5,
722
+ "textAlign": "center",
723
+ "verticalAlign": "middle",
724
+ "containerId": "seq-note-1",
725
+ "originalText": "Theme, CSS, Icons, NodeTypes, EventHandler, Layouts (with FlowView ref)",
726
+ "autoResize": false,
727
+ "lineHeight": 1.25,
728
+ "index": null
729
+ },
730
+ {
731
+ "id": "seq-note-2",
732
+ "type": "rectangle",
733
+ "x": 689.5,
734
+ "y": 458,
735
+ "width": 465,
736
+ "height": 50,
737
+ "angle": 0,
738
+ "strokeColor": "#1B1F23",
739
+ "backgroundColor": "#E8C547",
740
+ "fillStyle": "solid",
741
+ "strokeWidth": 1.6,
742
+ "strokeStyle": "solid",
743
+ "roughness": 1,
744
+ "opacity": 55,
745
+ "groupIds": [],
746
+ "frameId": null,
747
+ "roundness": {
748
+ "type": 3
749
+ },
750
+ "seed": 380,
751
+ "version": 1,
752
+ "versionNonce": 380,
753
+ "isDeleted": false,
754
+ "boundElements": [
755
+ {
756
+ "id": "seq-notelabel-2",
757
+ "type": "text"
758
+ }
759
+ ],
760
+ "updated": 1,
761
+ "link": null,
762
+ "locked": false,
763
+ "index": null
764
+ },
765
+ {
766
+ "id": "seq-notelabel-2",
767
+ "type": "text",
768
+ "x": 697.5,
769
+ "y": 464,
770
+ "width": 449,
771
+ "height": 38,
772
+ "angle": 0,
773
+ "strokeColor": "#1B1F23",
774
+ "backgroundColor": "transparent",
775
+ "fillStyle": "solid",
776
+ "strokeWidth": 1,
777
+ "strokeStyle": "solid",
778
+ "roughness": 1,
779
+ "opacity": 100,
780
+ "groupIds": [],
781
+ "frameId": null,
782
+ "roundness": null,
783
+ "seed": 381,
784
+ "version": 1,
785
+ "versionNonce": 381,
786
+ "isDeleted": false,
787
+ "boundElements": null,
788
+ "updated": 1,
789
+ "link": null,
790
+ "locked": false,
791
+ "text": "DataManager, RenderManager, SelectionManager, etc.",
792
+ "fontSize": 16,
793
+ "fontFamily": 5,
794
+ "textAlign": "center",
795
+ "verticalAlign": "middle",
796
+ "containerId": "seq-note-2",
797
+ "originalText": "DataManager, RenderManager, SelectionManager, etc.",
798
+ "autoResize": false,
799
+ "lineHeight": 1.25,
800
+ "index": null
801
+ },
802
+ {
803
+ "id": "seq-note-3",
804
+ "type": "rectangle",
805
+ "x": 955,
806
+ "y": 580,
807
+ "width": 438,
808
+ "height": 50,
809
+ "angle": 0,
810
+ "strokeColor": "#1B1F23",
811
+ "backgroundColor": "#E8C547",
812
+ "fillStyle": "solid",
813
+ "strokeWidth": 1.6,
814
+ "strokeStyle": "solid",
815
+ "roughness": 1,
816
+ "opacity": 55,
817
+ "groupIds": [],
818
+ "frameId": null,
819
+ "roundness": {
820
+ "type": 3
821
+ },
822
+ "seed": 320,
823
+ "version": 1,
824
+ "versionNonce": 320,
825
+ "isDeleted": false,
826
+ "boundElements": [
827
+ {
828
+ "id": "seq-notelabel-3",
829
+ "type": "text"
830
+ }
831
+ ],
832
+ "updated": 1,
833
+ "link": null,
834
+ "locked": false,
835
+ "index": null
836
+ },
837
+ {
838
+ "id": "seq-notelabel-3",
839
+ "type": "text",
840
+ "x": 963,
841
+ "y": 586,
842
+ "width": 422,
843
+ "height": 38,
844
+ "angle": 0,
845
+ "strokeColor": "#1B1F23",
846
+ "backgroundColor": "transparent",
847
+ "fillStyle": "solid",
848
+ "strokeWidth": 1,
849
+ "strokeStyle": "solid",
850
+ "roughness": 1,
851
+ "opacity": 100,
852
+ "groupIds": [],
853
+ "frameId": null,
854
+ "roundness": null,
855
+ "seed": 321,
856
+ "version": 1,
857
+ "versionNonce": 321,
858
+ "isDeleted": false,
859
+ "boundElements": null,
860
+ "updated": 1,
861
+ "link": null,
862
+ "locked": false,
863
+ "text": "Node, Toolbar, FloatingToolbar, PropertiesPanel",
864
+ "fontSize": 16,
865
+ "fontFamily": 5,
866
+ "textAlign": "center",
867
+ "verticalAlign": "middle",
868
+ "containerId": "seq-note-3",
869
+ "originalText": "Node, Toolbar, FloatingToolbar, PropertiesPanel",
870
+ "autoResize": false,
871
+ "lineHeight": 1.25,
872
+ "index": null
873
+ },
874
+ {
875
+ "id": "seq-msg-0",
876
+ "type": "arrow",
877
+ "x": 169,
878
+ "y": 179,
879
+ "width": 246,
880
+ "height": 0,
881
+ "angle": 0,
882
+ "strokeColor": "#1B1F23",
883
+ "backgroundColor": "transparent",
884
+ "fillStyle": "solid",
885
+ "strokeWidth": 2,
886
+ "strokeStyle": "solid",
887
+ "roughness": 1,
888
+ "opacity": 100,
889
+ "groupIds": [],
890
+ "frameId": null,
891
+ "roundness": {
892
+ "type": 2
893
+ },
894
+ "seed": 412,
895
+ "version": 1,
896
+ "versionNonce": 412,
897
+ "isDeleted": false,
898
+ "boundElements": [],
899
+ "updated": 1,
900
+ "link": null,
901
+ "locked": false,
902
+ "points": [
903
+ [
904
+ 0,
905
+ 0
906
+ ],
907
+ [
908
+ 246,
909
+ 0
910
+ ]
911
+ ],
912
+ "lastCommittedPoint": null,
913
+ "startBinding": null,
914
+ "endBinding": null,
915
+ "startArrowhead": null,
916
+ "endArrowhead": "triangle",
917
+ "elbowed": false,
918
+ "index": null
919
+ },
920
+ {
921
+ "id": "seq-msglabel-0",
922
+ "type": "text",
923
+ "x": 138.4,
924
+ "y": 152,
925
+ "width": 307.2,
926
+ "height": 21,
927
+ "angle": 0,
928
+ "strokeColor": "#1B1F23",
929
+ "backgroundColor": "transparent",
930
+ "fillStyle": "solid",
931
+ "strokeWidth": 1,
932
+ "strokeStyle": "solid",
933
+ "roughness": 1,
934
+ "opacity": 100,
935
+ "groupIds": [],
936
+ "frameId": null,
937
+ "roundness": null,
938
+ "seed": 413,
939
+ "version": 1,
940
+ "versionNonce": 413,
941
+ "isDeleted": false,
942
+ "boundElements": null,
943
+ "updated": 1,
944
+ "link": null,
945
+ "locked": false,
946
+ "text": "new PictViewFlow(fable, options)",
947
+ "fontSize": 16,
948
+ "fontFamily": 5,
949
+ "textAlign": "center",
950
+ "verticalAlign": "top",
951
+ "containerId": null,
952
+ "originalText": "new PictViewFlow(fable, options)",
953
+ "autoResize": true,
954
+ "lineHeight": 1.25,
955
+ "index": null
956
+ },
957
+ {
958
+ "id": "seq-msg-1",
959
+ "type": "arrow",
960
+ "x": 421,
961
+ "y": 237,
962
+ "width": 246,
963
+ "height": 0,
964
+ "angle": 0,
965
+ "strokeColor": "#1B1F23",
966
+ "backgroundColor": "transparent",
967
+ "fillStyle": "solid",
968
+ "strokeWidth": 2,
969
+ "strokeStyle": "solid",
970
+ "roughness": 1,
971
+ "opacity": 100,
972
+ "groupIds": [],
973
+ "frameId": null,
974
+ "roundness": {
975
+ "type": 2
976
+ },
977
+ "seed": 812,
978
+ "version": 1,
979
+ "versionNonce": 812,
980
+ "isDeleted": false,
981
+ "boundElements": [],
982
+ "updated": 1,
983
+ "link": null,
984
+ "locked": false,
985
+ "points": [
986
+ [
987
+ 0,
988
+ 0
989
+ ],
990
+ [
991
+ 246,
992
+ 0
993
+ ]
994
+ ],
995
+ "lastCommittedPoint": null,
996
+ "startBinding": null,
997
+ "endBinding": null,
998
+ "startArrowhead": null,
999
+ "endArrowhead": "triangle",
1000
+ "elbowed": false,
1001
+ "index": null
1002
+ },
1003
+ {
1004
+ "id": "seq-msglabel-1",
1005
+ "type": "text",
1006
+ "x": 390.4,
1007
+ "y": 210,
1008
+ "width": 307.2,
1009
+ "height": 21,
1010
+ "angle": 0,
1011
+ "strokeColor": "#1B1F23",
1012
+ "backgroundColor": "transparent",
1013
+ "fillStyle": "solid",
1014
+ "strokeWidth": 1,
1015
+ "strokeStyle": "solid",
1016
+ "roughness": 1,
1017
+ "opacity": 100,
1018
+ "groupIds": [],
1019
+ "frameId": null,
1020
+ "roundness": null,
1021
+ "seed": 813,
1022
+ "version": 1,
1023
+ "versionNonce": 813,
1024
+ "isDeleted": false,
1025
+ "boundElements": null,
1026
+ "updated": 1,
1027
+ "link": null,
1028
+ "locked": false,
1029
+ "text": "Register & instantiate providers",
1030
+ "fontSize": 16,
1031
+ "fontFamily": 5,
1032
+ "textAlign": "center",
1033
+ "verticalAlign": "top",
1034
+ "containerId": null,
1035
+ "originalText": "Register & instantiate providers",
1036
+ "autoResize": true,
1037
+ "lineHeight": 1.25,
1038
+ "index": null
1039
+ },
1040
+ {
1041
+ "id": "seq-msg-2",
1042
+ "type": "arrow",
1043
+ "x": 421,
1044
+ "y": 423,
1045
+ "width": 498,
1046
+ "height": 0,
1047
+ "angle": 0,
1048
+ "strokeColor": "#1B1F23",
1049
+ "backgroundColor": "transparent",
1050
+ "fillStyle": "solid",
1051
+ "strokeWidth": 2,
1052
+ "strokeStyle": "solid",
1053
+ "roughness": 1,
1054
+ "opacity": 100,
1055
+ "groupIds": [],
1056
+ "frameId": null,
1057
+ "roundness": {
1058
+ "type": 2
1059
+ },
1060
+ "seed": 424,
1061
+ "version": 1,
1062
+ "versionNonce": 424,
1063
+ "isDeleted": false,
1064
+ "boundElements": [],
1065
+ "updated": 1,
1066
+ "link": null,
1067
+ "locked": false,
1068
+ "points": [
1069
+ [
1070
+ 0,
1071
+ 0
1072
+ ],
1073
+ [
1074
+ 498,
1075
+ 0
1076
+ ]
1077
+ ],
1078
+ "lastCommittedPoint": null,
1079
+ "startBinding": null,
1080
+ "endBinding": null,
1081
+ "startArrowhead": null,
1082
+ "endArrowhead": "triangle",
1083
+ "elbowed": false,
1084
+ "index": null
1085
+ },
1086
+ {
1087
+ "id": "seq-msglabel-2",
1088
+ "type": "text",
1089
+ "x": 521.2,
1090
+ "y": 396,
1091
+ "width": 297.59999999999997,
1092
+ "height": 21,
1093
+ "angle": 0,
1094
+ "strokeColor": "#1B1F23",
1095
+ "backgroundColor": "transparent",
1096
+ "fillStyle": "solid",
1097
+ "strokeWidth": 1,
1098
+ "strokeStyle": "solid",
1099
+ "roughness": 1,
1100
+ "opacity": 100,
1101
+ "groupIds": [],
1102
+ "frameId": null,
1103
+ "roundness": null,
1104
+ "seed": 425,
1105
+ "version": 1,
1106
+ "versionNonce": 425,
1107
+ "isDeleted": false,
1108
+ "boundElements": null,
1109
+ "updated": 1,
1110
+ "link": null,
1111
+ "locked": false,
1112
+ "text": "Register & instantiate services",
1113
+ "fontSize": 16,
1114
+ "fontFamily": 5,
1115
+ "textAlign": "center",
1116
+ "verticalAlign": "top",
1117
+ "containerId": null,
1118
+ "originalText": "Register & instantiate services",
1119
+ "autoResize": true,
1120
+ "lineHeight": 1.25,
1121
+ "index": null
1122
+ },
1123
+ {
1124
+ "id": "seq-msg-3",
1125
+ "type": "arrow",
1126
+ "x": 421,
1127
+ "y": 545,
1128
+ "width": 750,
1129
+ "height": 0,
1130
+ "angle": 0,
1131
+ "strokeColor": "#1B1F23",
1132
+ "backgroundColor": "transparent",
1133
+ "fillStyle": "solid",
1134
+ "strokeWidth": 2,
1135
+ "strokeStyle": "solid",
1136
+ "roughness": 1,
1137
+ "opacity": 100,
1138
+ "groupIds": [],
1139
+ "frameId": null,
1140
+ "roundness": {
1141
+ "type": 2
1142
+ },
1143
+ "seed": 844,
1144
+ "version": 1,
1145
+ "versionNonce": 844,
1146
+ "isDeleted": false,
1147
+ "boundElements": [],
1148
+ "updated": 1,
1149
+ "link": null,
1150
+ "locked": false,
1151
+ "points": [
1152
+ [
1153
+ 0,
1154
+ 0
1155
+ ],
1156
+ [
1157
+ 750,
1158
+ 0
1159
+ ]
1160
+ ],
1161
+ "lastCommittedPoint": null,
1162
+ "startBinding": null,
1163
+ "endBinding": null,
1164
+ "startArrowhead": null,
1165
+ "endArrowhead": "triangle",
1166
+ "elbowed": false,
1167
+ "index": null
1168
+ },
1169
+ {
1170
+ "id": "seq-msglabel-3",
1171
+ "type": "text",
1172
+ "x": 632.8,
1173
+ "y": 518,
1174
+ "width": 326.4,
1175
+ "height": 21,
1176
+ "angle": 0,
1177
+ "strokeColor": "#1B1F23",
1178
+ "backgroundColor": "transparent",
1179
+ "fillStyle": "solid",
1180
+ "strokeWidth": 1,
1181
+ "strokeStyle": "solid",
1182
+ "roughness": 1,
1183
+ "opacity": 100,
1184
+ "groupIds": [],
1185
+ "frameId": null,
1186
+ "roundness": null,
1187
+ "seed": 845,
1188
+ "version": 1,
1189
+ "versionNonce": 845,
1190
+ "isDeleted": false,
1191
+ "boundElements": null,
1192
+ "updated": 1,
1193
+ "link": null,
1194
+ "locked": false,
1195
+ "text": "Register & instantiate child views",
1196
+ "fontSize": 16,
1197
+ "fontFamily": 5,
1198
+ "textAlign": "center",
1199
+ "verticalAlign": "top",
1200
+ "containerId": null,
1201
+ "originalText": "Register & instantiate child views",
1202
+ "autoResize": true,
1203
+ "lineHeight": 1.25,
1204
+ "index": null
1205
+ },
1206
+ {
1207
+ "id": "seq-msg-4",
1208
+ "type": "arrow",
1209
+ "x": 169,
1210
+ "y": 667,
1211
+ "width": 246,
1212
+ "height": 0,
1213
+ "angle": 0,
1214
+ "strokeColor": "#1B1F23",
1215
+ "backgroundColor": "transparent",
1216
+ "fillStyle": "solid",
1217
+ "strokeWidth": 2,
1218
+ "strokeStyle": "solid",
1219
+ "roughness": 1,
1220
+ "opacity": 100,
1221
+ "groupIds": [],
1222
+ "frameId": null,
1223
+ "roundness": {
1224
+ "type": 2
1225
+ },
1226
+ "seed": 733,
1227
+ "version": 1,
1228
+ "versionNonce": 733,
1229
+ "isDeleted": false,
1230
+ "boundElements": [],
1231
+ "updated": 1,
1232
+ "link": null,
1233
+ "locked": false,
1234
+ "points": [
1235
+ [
1236
+ 0,
1237
+ 0
1238
+ ],
1239
+ [
1240
+ 246,
1241
+ 0
1242
+ ]
1243
+ ],
1244
+ "lastCommittedPoint": null,
1245
+ "startBinding": null,
1246
+ "endBinding": null,
1247
+ "startArrowhead": null,
1248
+ "endArrowhead": "triangle",
1249
+ "elbowed": false,
1250
+ "index": null
1251
+ },
1252
+ {
1253
+ "id": "seq-msglabel-4",
1254
+ "type": "text",
1255
+ "x": 253.6,
1256
+ "y": 640,
1257
+ "width": 76.8,
1258
+ "height": 21,
1259
+ "angle": 0,
1260
+ "strokeColor": "#1B1F23",
1261
+ "backgroundColor": "transparent",
1262
+ "fillStyle": "solid",
1263
+ "strokeWidth": 1,
1264
+ "strokeStyle": "solid",
1265
+ "roughness": 1,
1266
+ "opacity": 100,
1267
+ "groupIds": [],
1268
+ "frameId": null,
1269
+ "roundness": null,
1270
+ "seed": 734,
1271
+ "version": 1,
1272
+ "versionNonce": 734,
1273
+ "isDeleted": false,
1274
+ "boundElements": null,
1275
+ "updated": 1,
1276
+ "link": null,
1277
+ "locked": false,
1278
+ "text": "render()",
1279
+ "fontSize": 16,
1280
+ "fontFamily": 5,
1281
+ "textAlign": "center",
1282
+ "verticalAlign": "top",
1283
+ "containerId": null,
1284
+ "originalText": "render()",
1285
+ "autoResize": true,
1286
+ "lineHeight": 1.25,
1287
+ "index": null
1288
+ },
1289
+ {
1290
+ "id": "seq-msg-5",
1291
+ "type": "arrow",
1292
+ "x": 421,
1293
+ "y": 725,
1294
+ "width": 498,
1295
+ "height": 0,
1296
+ "angle": 0,
1297
+ "strokeColor": "#1B1F23",
1298
+ "backgroundColor": "transparent",
1299
+ "fillStyle": "solid",
1300
+ "strokeWidth": 2,
1301
+ "strokeStyle": "solid",
1302
+ "roughness": 1,
1303
+ "opacity": 100,
1304
+ "groupIds": [],
1305
+ "frameId": null,
1306
+ "roundness": {
1307
+ "type": 2
1308
+ },
1309
+ "seed": 485,
1310
+ "version": 1,
1311
+ "versionNonce": 485,
1312
+ "isDeleted": false,
1313
+ "boundElements": [],
1314
+ "updated": 1,
1315
+ "link": null,
1316
+ "locked": false,
1317
+ "points": [
1318
+ [
1319
+ 0,
1320
+ 0
1321
+ ],
1322
+ [
1323
+ 498,
1324
+ 0
1325
+ ]
1326
+ ],
1327
+ "lastCommittedPoint": null,
1328
+ "startBinding": null,
1329
+ "endBinding": null,
1330
+ "startArrowhead": null,
1331
+ "endArrowhead": "triangle",
1332
+ "elbowed": false,
1333
+ "index": null
1334
+ },
1335
+ {
1336
+ "id": "seq-msglabel-5",
1337
+ "type": "text",
1338
+ "x": 540.4,
1339
+ "y": 698,
1340
+ "width": 259.2,
1341
+ "height": 21,
1342
+ "angle": 0,
1343
+ "strokeColor": "#1B1F23",
1344
+ "backgroundColor": "transparent",
1345
+ "fillStyle": "solid",
1346
+ "strokeWidth": 1,
1347
+ "strokeStyle": "solid",
1348
+ "roughness": 1,
1349
+ "opacity": 100,
1350
+ "groupIds": [],
1351
+ "frameId": null,
1352
+ "roundness": null,
1353
+ "seed": 486,
1354
+ "version": 1,
1355
+ "versionNonce": 486,
1356
+ "isDeleted": false,
1357
+ "boundElements": null,
1358
+ "updated": 1,
1359
+ "link": null,
1360
+ "locked": false,
1361
+ "text": "DataManager.marshalToView()",
1362
+ "fontSize": 16,
1363
+ "fontFamily": 5,
1364
+ "textAlign": "center",
1365
+ "verticalAlign": "top",
1366
+ "containerId": null,
1367
+ "originalText": "DataManager.marshalToView()",
1368
+ "autoResize": true,
1369
+ "lineHeight": 1.25,
1370
+ "index": null
1371
+ },
1372
+ {
1373
+ "id": "seq-msg-6",
1374
+ "type": "arrow",
1375
+ "x": 421,
1376
+ "y": 783,
1377
+ "width": 498,
1378
+ "height": 0,
1379
+ "angle": 0,
1380
+ "strokeColor": "#1B1F23",
1381
+ "backgroundColor": "transparent",
1382
+ "fillStyle": "solid",
1383
+ "strokeWidth": 2,
1384
+ "strokeStyle": "solid",
1385
+ "roughness": 1,
1386
+ "opacity": 100,
1387
+ "groupIds": [],
1388
+ "frameId": null,
1389
+ "roundness": {
1390
+ "type": 2
1391
+ },
1392
+ "seed": 921,
1393
+ "version": 1,
1394
+ "versionNonce": 921,
1395
+ "isDeleted": false,
1396
+ "boundElements": [],
1397
+ "updated": 1,
1398
+ "link": null,
1399
+ "locked": false,
1400
+ "points": [
1401
+ [
1402
+ 0,
1403
+ 0
1404
+ ],
1405
+ [
1406
+ 498,
1407
+ 0
1408
+ ]
1409
+ ],
1410
+ "lastCommittedPoint": null,
1411
+ "startBinding": null,
1412
+ "endBinding": null,
1413
+ "startArrowhead": null,
1414
+ "endArrowhead": "triangle",
1415
+ "elbowed": false,
1416
+ "index": null
1417
+ },
1418
+ {
1419
+ "id": "seq-msglabel-6",
1420
+ "type": "text",
1421
+ "x": 545.2,
1422
+ "y": 756,
1423
+ "width": 249.6,
1424
+ "height": 21,
1425
+ "angle": 0,
1426
+ "strokeColor": "#1B1F23",
1427
+ "backgroundColor": "transparent",
1428
+ "fillStyle": "solid",
1429
+ "strokeWidth": 1,
1430
+ "strokeStyle": "solid",
1431
+ "roughness": 1,
1432
+ "opacity": 100,
1433
+ "groupIds": [],
1434
+ "frameId": null,
1435
+ "roundness": null,
1436
+ "seed": 922,
1437
+ "version": 1,
1438
+ "versionNonce": 922,
1439
+ "isDeleted": false,
1440
+ "boundElements": null,
1441
+ "updated": 1,
1442
+ "link": null,
1443
+ "locked": false,
1444
+ "text": "RenderManager.renderFlow()",
1445
+ "fontSize": 16,
1446
+ "fontFamily": 5,
1447
+ "textAlign": "center",
1448
+ "verticalAlign": "top",
1449
+ "containerId": null,
1450
+ "originalText": "RenderManager.renderFlow()",
1451
+ "autoResize": true,
1452
+ "lineHeight": 1.25,
1453
+ "index": null
1454
+ }
1455
+ ],
1456
+ "appState": {
1457
+ "viewBackgroundColor": "#FBF7EE",
1458
+ "theme": "light",
1459
+ "gridSize": null,
1460
+ "exportBackground": true,
1461
+ "exportEmbedScene": true,
1462
+ "exportScale": 1,
1463
+ "currentItemFontFamily": 5
1464
+ },
1465
+ "files": {}
1466
+ }