drawio_dsl 0.9.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,608 +1,1987 @@
1
1
  {
2
- "strokes": [
3
- {
4
- "type": "dashed",
5
- "style": "dashed=1;fixDash=1"
6
- },
7
- {
8
- "type": "dotted",
9
- "style": "dashed=1;fixDash=1;dashPattern=1 4"
10
- },
11
- {
12
- "type": "dash_dot",
13
- "style": "dashed=1;fixDash=1;dashPattern=10 5 1 5"
14
- },
15
- {
16
- "type": "dash_dot_dot",
17
- "style": "dashed=1;fixDash=1;dashPattern=10 5 1 5 1 5"
18
- },
19
- {
20
- "type": "dot_dot_dot",
21
- "style": "dashed=1;fixDash=1;dashPattern=1 2"
22
- },
23
- {
24
- "type": "long_dash",
25
- "style": "dashed=1;fixDash=1;dashPattern=16 6"
26
- },
27
- {
28
- "type": "dash_long_dash",
29
- "style": "dashed=1;fixDash=1;dashPattern=10 6 16 6"
30
- },
31
- {
32
- "type": "dashed24",
33
- "style": "dashed=1;fixDash=1;dashPattern=3 8"
34
- },
35
- {
36
- "type": "dashed32",
37
- "style": "dashed=1;fixDash=1;dashPattern=6 5"
38
- },
39
- {
40
- "type": "dashed44",
41
- "style": "dashed=1;fixDash=1;dashPattern=8 8"
42
- }
43
- ],
2
+ "shape": {
3
+ "lookup": [
4
+ {
5
+ "type": "solid",
6
+ "category": "line"
7
+ },
8
+ {
9
+ "type": "h1",
10
+ "category": "text"
11
+ },
12
+ {
13
+ "type": "h2",
14
+ "category": "text"
15
+ },
16
+ {
17
+ "type": "h3",
18
+ "category": "text"
19
+ },
20
+ {
21
+ "type": "h4",
22
+ "category": "text"
23
+ },
24
+ {
25
+ "type": "h5",
26
+ "category": "text"
27
+ },
28
+ {
29
+ "type": "h6",
30
+ "category": "text"
31
+ },
32
+ {
33
+ "type": "p",
34
+ "category": "text"
35
+ },
36
+ {
37
+ "type": "actor",
38
+ "category": "element"
39
+ },
40
+ {
41
+ "type": "actor2",
42
+ "category": "element"
43
+ },
44
+ {
45
+ "type": "callout",
46
+ "category": "element"
47
+ },
48
+ {
49
+ "type": "callout2",
50
+ "category": "element"
51
+ },
52
+ {
53
+ "type": "callout3",
54
+ "category": "element"
55
+ },
56
+ {
57
+ "type": "callout4",
58
+ "category": "element"
59
+ },
60
+ {
61
+ "type": "circle",
62
+ "category": "element"
63
+ },
64
+ {
65
+ "type": "cloud",
66
+ "category": "element"
67
+ },
68
+ {
69
+ "type": "container",
70
+ "category": "element"
71
+ },
72
+ {
73
+ "type": "container2",
74
+ "category": "element"
75
+ },
76
+ {
77
+ "type": "container3",
78
+ "category": "element"
79
+ },
80
+ {
81
+ "type": "container4",
82
+ "category": "element"
83
+ },
84
+ {
85
+ "type": "cross",
86
+ "category": "element"
87
+ },
88
+ {
89
+ "type": "envelop",
90
+ "category": "element"
91
+ },
92
+ {
93
+ "type": "database",
94
+ "category": "element"
95
+ },
96
+ {
97
+ "type": "db_json",
98
+ "category": "element"
99
+ },
100
+ {
101
+ "type": "diamond",
102
+ "category": "element"
103
+ },
104
+ {
105
+ "type": "document",
106
+ "category": "element"
107
+ },
108
+ {
109
+ "type": "ellipse",
110
+ "category": "element"
111
+ },
112
+ {
113
+ "type": "group",
114
+ "category": "element"
115
+ },
116
+ {
117
+ "type": "hexagon",
118
+ "category": "element"
119
+ },
120
+ {
121
+ "type": "interface",
122
+ "category": "element"
123
+ },
124
+ {
125
+ "type": "klass",
126
+ "category": "element"
127
+ },
128
+ {
129
+ "type": "note",
130
+ "category": "element"
131
+ },
132
+ {
133
+ "type": "process",
134
+ "category": "element"
135
+ },
136
+ {
137
+ "type": "rectangle",
138
+ "category": "element"
139
+ },
140
+ {
141
+ "type": "rectangle2",
142
+ "category": "element"
143
+ },
144
+ {
145
+ "type": "square",
146
+ "category": "element"
147
+ },
148
+ {
149
+ "type": "step",
150
+ "category": "element"
151
+ },
152
+ {
153
+ "type": "tick",
154
+ "category": "element"
155
+ },
156
+ {
157
+ "type": "todo",
158
+ "category": "element"
159
+ },
160
+ {
161
+ "type": "face",
162
+ "category": "element"
163
+ },
164
+ {
165
+ "type": "triangle",
166
+ "category": "element"
167
+ },
168
+ {
169
+ "type": "embed_row",
170
+ "category": "element"
171
+ },
172
+ {
173
+ "type": "embed_col50",
174
+ "category": "element"
175
+ },
176
+ {
177
+ "type": "embed_col200",
178
+ "category": "element"
179
+ }
180
+ ],
181
+ "elements": [
182
+ {
183
+ "category": "element",
184
+ "type": "actor",
185
+ "x": 0,
186
+ "y": 0,
187
+ "w": 40,
188
+ "h": 50,
189
+ "style_modifiers": "shape=actor"
190
+ },
191
+ {
192
+ "category": "element",
193
+ "type": "actor2",
194
+ "x": 0,
195
+ "y": 0,
196
+ "w": 30,
197
+ "h": 50,
198
+ "style_modifiers": "shape=umlActor;verticalLabelPosition=bottom;outlineConnect=1"
199
+ },
200
+ {
201
+ "category": "element",
202
+ "type": "callout",
203
+ "x": 0,
204
+ "y": 0,
205
+ "w": 160,
206
+ "h": 120,
207
+ "style_modifiers": "shape=callout"
208
+ },
209
+ {
210
+ "category": "element",
211
+ "type": "callout2",
212
+ "x": 0,
213
+ "y": 0,
214
+ "w": 160,
215
+ "h": 160,
216
+ "style_modifiers": "shape=mxgraph.basic.oval_callout"
217
+ },
218
+ {
219
+ "category": "element",
220
+ "type": "callout3",
221
+ "x": 0,
222
+ "y": 0,
223
+ "w": 160,
224
+ "h": 160,
225
+ "style_modifiers": "shape=mxgraph.basic.cloud_callout"
226
+ },
227
+ {
228
+ "category": "element",
229
+ "type": "callout4",
230
+ "x": 0,
231
+ "y": 0,
232
+ "w": 160,
233
+ "h": 120,
234
+ "style_modifiers": "shape=mxgraph.basic.roundRectCallout;dx=30;dy=15;size=5;boundedLbl=1;"
235
+ },
236
+ {
237
+ "category": "element",
238
+ "type": "circle",
239
+ "x": 0,
240
+ "y": 0,
241
+ "w": 160,
242
+ "h": 160,
243
+ "style_modifiers": "ellipse"
244
+ },
245
+ {
246
+ "category": "element",
247
+ "type": "cloud",
248
+ "x": 0,
249
+ "y": 0,
250
+ "w": 160,
251
+ "h": 160,
252
+ "style_modifiers": "shape=cloud"
253
+ },
254
+ {
255
+ "category": "element",
256
+ "type": "container",
257
+ "x": 0,
258
+ "y": 0,
259
+ "w": 160,
260
+ "h": 160,
261
+ "style_modifiers": "swimlane"
262
+ },
263
+ {
264
+ "category": "element",
265
+ "type": "container2",
266
+ "x": 0,
267
+ "y": 0,
268
+ "w": 160,
269
+ "h": 160,
270
+ "style_modifiers": "swimlane;horizontal=0"
271
+ },
272
+ {
273
+ "category": "element",
274
+ "type": "container3",
275
+ "x": 0,
276
+ "y": 0,
277
+ "w": 160,
278
+ "h": 160,
279
+ "style_modifiers": "swimlane;startSize=50"
280
+ },
281
+ {
282
+ "category": "element",
283
+ "type": "container4",
284
+ "x": 0,
285
+ "y": 0,
286
+ "w": 160,
287
+ "h": 160,
288
+ "style_modifiers": "swimlane;resizable=0"
289
+ },
290
+ {
291
+ "category": "element",
292
+ "type": "cross",
293
+ "x": 0,
294
+ "y": 0,
295
+ "w": 50,
296
+ "h": 50,
297
+ "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;html=1;shape=mxgraph.basic.x"
298
+ },
299
+ {
300
+ "category": "element",
301
+ "type": "envelop",
302
+ "x": 0,
303
+ "y": 0,
304
+ "w": 160,
305
+ "h": 100,
306
+ "style_modifiers": "shape=message"
307
+ },
308
+ {
309
+ "category": "element",
310
+ "type": "database",
311
+ "x": 0,
312
+ "y": 0,
313
+ "w": 160,
314
+ "h": 80,
315
+ "style_modifiers": "shape=mxgraph.flowchart.database;strokeWidth=1"
316
+ },
317
+ {
318
+ "category": "element",
319
+ "type": "db_json",
320
+ "x": 0,
321
+ "y": 0,
322
+ "w": 160,
323
+ "h": 40,
324
+ "style_modifiers": "shape=mxgraph.flowchart.database;strokeWidth=1"
325
+ },
326
+ {
327
+ "category": "element",
328
+ "type": "diamond",
329
+ "x": 0,
330
+ "y": 0,
331
+ "w": 100,
332
+ "h": 100,
333
+ "style_modifiers": "rhombus"
334
+ },
335
+ {
336
+ "category": "element",
337
+ "type": "document",
338
+ "x": 0,
339
+ "y": 0,
340
+ "w": 160,
341
+ "h": 160,
342
+ "style_modifiers": "shape=mxgraph.basic.document"
343
+ },
344
+ {
345
+ "category": "element",
346
+ "type": "ellipse",
347
+ "x": 0,
348
+ "y": 0,
349
+ "w": 200,
350
+ "h": 120,
351
+ "style_modifiers": "ellipse"
352
+ },
353
+ {
354
+ "category": "element",
355
+ "type": "group",
356
+ "x": 0,
357
+ "y": 0,
358
+ "w": 210,
359
+ "h": 210,
360
+ "style_modifiers": "fontSize=20;verticalAlign=top"
361
+ },
362
+ {
363
+ "category": "element",
364
+ "type": "hexagon",
365
+ "x": 0,
366
+ "y": 0,
367
+ "w": 200,
368
+ "h": 120,
369
+ "style_modifiers": "shape=hexagon"
370
+ },
371
+ {
372
+ "category": "element",
373
+ "type": "interface",
374
+ "x": 0,
375
+ "y": 0,
376
+ "w": 160,
377
+ "h": 160,
378
+ "style_modifiers": "align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
379
+ },
380
+ {
381
+ "category": "element",
382
+ "type": "klass",
383
+ "x": 0,
384
+ "y": 0,
385
+ "w": 160,
386
+ "h": 160,
387
+ "style_modifiers": "align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
388
+ },
389
+ {
390
+ "category": "element",
391
+ "type": "note",
392
+ "x": 0,
393
+ "y": 0,
394
+ "w": 160,
395
+ "h": 160,
396
+ "style_modifiers": "shape=note"
397
+ },
398
+ {
399
+ "category": "element",
400
+ "type": "process",
401
+ "x": 0,
402
+ "y": 0,
403
+ "w": 200,
404
+ "h": 120,
405
+ "style_modifiers": "shape=process"
406
+ },
407
+ {
408
+ "category": "element",
409
+ "type": "rectangle",
410
+ "x": 0,
411
+ "y": 0,
412
+ "w": 200,
413
+ "h": 120,
414
+ "style_modifiers": ""
415
+ },
416
+ {
417
+ "category": "element",
418
+ "type": "rectangle2",
419
+ "x": 0,
420
+ "y": 0,
421
+ "w": 200,
422
+ "h": 120,
423
+ "style_modifiers": "shape=mxgraph.basic.cloud_rect"
424
+ },
425
+ {
426
+ "category": "element",
427
+ "type": "square",
428
+ "x": 0,
429
+ "y": 0,
430
+ "w": 160,
431
+ "h": 160,
432
+ "style_modifiers": ""
433
+ },
434
+ {
435
+ "category": "element",
436
+ "type": "step",
437
+ "x": 0,
438
+ "y": 0,
439
+ "w": 120,
440
+ "h": 80,
441
+ "style_modifiers": "shape=step;perimeter=stepPerimeter;fixedSize=1"
442
+ },
443
+ {
444
+ "category": "element",
445
+ "type": "tick",
446
+ "x": 0,
447
+ "y": 0,
448
+ "w": 50,
449
+ "h": 50,
450
+ "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.basic.tick"
451
+ },
452
+ {
453
+ "category": "element",
454
+ "type": "todo",
455
+ "x": 0,
456
+ "y": 0,
457
+ "w": 300,
458
+ "h": 60,
459
+ "style_modifiers": ""
460
+ },
461
+ {
462
+ "category": "element",
463
+ "type": "face",
464
+ "x": 0,
465
+ "y": 0,
466
+ "w": 100,
467
+ "h": 100,
468
+ "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.basic.smiley"
469
+ },
470
+ {
471
+ "category": "element",
472
+ "type": "triangle",
473
+ "x": 0,
474
+ "y": 0,
475
+ "w": 100,
476
+ "h": 100,
477
+ "style_modifiers": "triangle"
478
+ },
479
+ {
480
+ "category": "element",
481
+ "type": "embed_row",
482
+ "x": 0,
483
+ "y": 0,
484
+ "w": 200,
485
+ "h": 40,
486
+ "style_modifiers": "shape=partialRectangle;collapsible=0;dropTarget=0;pointerEvents=0;top=0;left=0;bottom=1;right=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest"
487
+ },
488
+ {
489
+ "category": "element",
490
+ "type": "embed_col50",
491
+ "x": 0,
492
+ "y": 0,
493
+ "w": 50,
494
+ "h": 40,
495
+ "style_modifiers": "shape=partialRectangle;connectable=0;top=0;left=0;bottom=0;right=0;fontStyle=1;overflow=hidden"
496
+ },
497
+ {
498
+ "category": "element",
499
+ "type": "embed_col200",
500
+ "x": 0,
501
+ "y": 0,
502
+ "w": 150,
503
+ "h": 40,
504
+ "style_modifiers": "shape=partialRectangle;connectable=0;top=0;left=0;bottom=0;right=0;align=left;spacingLeft=6;overflow=hidden"
505
+ }
506
+ ],
507
+ "lines": [
508
+ {
509
+ "category": "line",
510
+ "type": "solid",
511
+ "x": 0,
512
+ "y": 0,
513
+ "w": 50,
514
+ "h": 50,
515
+ "style_modifiers": "edgeStyle=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0"
516
+ }
517
+ ],
518
+ "texts": [
519
+ {
520
+ "category": "text",
521
+ "type": "h1",
522
+ "x": 0,
523
+ "y": 0,
524
+ "w": 100,
525
+ "h": 50,
526
+ "style_modifiers": "text;fontSize=89;fontStyle=1;fillColor=none"
527
+ },
528
+ {
529
+ "category": "text",
530
+ "type": "h2",
531
+ "x": 0,
532
+ "y": 0,
533
+ "w": 100,
534
+ "h": 50,
535
+ "style_modifiers": "text;fontSize=67;fontStyle=1;fillColor=none"
536
+ },
537
+ {
538
+ "category": "text",
539
+ "type": "h3",
540
+ "x": 0,
541
+ "y": 0,
542
+ "w": 100,
543
+ "h": 50,
544
+ "style_modifiers": "text;fontSize=50;fontStyle=1;fillColor=none"
545
+ },
546
+ {
547
+ "category": "text",
548
+ "type": "h4",
549
+ "x": 0,
550
+ "y": 0,
551
+ "w": 100,
552
+ "h": 50,
553
+ "style_modifiers": "text;fontSize=37;fontStyle=1;fillColor=none"
554
+ },
555
+ {
556
+ "category": "text",
557
+ "type": "h5",
558
+ "x": 0,
559
+ "y": 0,
560
+ "w": 100,
561
+ "h": 50,
562
+ "style_modifiers": "text;fontSize=28;fontStyle=1;fillColor=none"
563
+ },
564
+ {
565
+ "category": "text",
566
+ "type": "h6",
567
+ "x": 0,
568
+ "y": 0,
569
+ "w": 100,
570
+ "h": 50,
571
+ "style_modifiers": "text;fontSize=21;fontStyle=1;fillColor=none"
572
+ },
573
+ {
574
+ "category": "text",
575
+ "type": "p",
576
+ "x": 0,
577
+ "y": 0,
578
+ "w": 100,
579
+ "h": 50,
580
+ "style_modifiers": "text;fontSize=16;fontStyle=1;fillColor=none"
581
+ }
582
+ ]
583
+ },
44
584
  "connector": {
45
585
  "compass_points": [
46
586
  {
47
- "type": "n",
48
- "x": 0.5,
49
- "y": 0
587
+ "type": "n",
588
+ "x": 0.5,
589
+ "y": 0
590
+ },
591
+ {
592
+ "type": "ne",
593
+ "x": 1,
594
+ "y": 0
595
+ },
596
+ {
597
+ "type": "e",
598
+ "x": 1,
599
+ "y": 0.5
600
+ },
601
+ {
602
+ "type": "se",
603
+ "x": 1,
604
+ "y": 1
605
+ },
606
+ {
607
+ "type": "s",
608
+ "x": 0.5,
609
+ "y": 1
610
+ },
611
+ {
612
+ "type": "sw",
613
+ "x": 0,
614
+ "y": 1
615
+ },
616
+ {
617
+ "type": "w",
618
+ "x": 0,
619
+ "y": 0.5
620
+ },
621
+ {
622
+ "type": "nw",
623
+ "x": 0,
624
+ "y": 0
625
+ }
626
+ ],
627
+ "waypoints": [
628
+ {
629
+ "type": "straight",
630
+ "style": "edgeStyle=none"
631
+ },
632
+ {
633
+ "type": "orthogonal",
634
+ "style": "edgeStyle=orthogonalEdgeStyle"
635
+ },
636
+ {
637
+ "type": "elbow",
638
+ "style": "edgeStyle=elbowEdgeStyle"
639
+ },
640
+ {
641
+ "type": "elbow_vertical",
642
+ "style": "edgeStyle=elbowEdgeStyle;elbow=vertical"
643
+ },
644
+ {
645
+ "type": "isometric",
646
+ "style": "edgeStyle=isometricEdgeStyle"
647
+ },
648
+ {
649
+ "type": "isometric_vertical",
650
+ "style": "edgeStyle=isometricEdgeStyle;elbow=vertical"
651
+ },
652
+ {
653
+ "type": "orthogonal_curved",
654
+ "style": "edgeStyle=orthogonalEdgeStyle;curved=1"
655
+ },
656
+ {
657
+ "type": "entity_relation",
658
+ "style": "edgeStyle=entityRelationEdgeStyle"
659
+ }
660
+ ],
661
+ "arrows": [
662
+ {
663
+ "type": "simple",
664
+ "style": "open"
665
+ },
666
+ {
667
+ "type": "triangle",
668
+ "style": "block"
669
+ },
670
+ {
671
+ "type": "diamond",
672
+ "style": "diamond"
673
+ },
674
+ {
675
+ "type": "circle",
676
+ "style": "oval"
677
+ },
678
+ {
679
+ "type": "cross",
680
+ "style": "cross"
681
+ },
682
+ {
683
+ "type": "short",
684
+ "style": "classicThin"
685
+ },
686
+ {
687
+ "type": "default",
688
+ "style": "classic"
689
+ },
690
+ {
691
+ "type": "none",
692
+ "style": "none"
693
+ },
694
+ {
695
+ "type": "plain",
696
+ "style": "open"
697
+ },
698
+ {
699
+ "type": "skewed_dash",
700
+ "style": "dash"
701
+ },
702
+ {
703
+ "type": "concave",
704
+ "style": "openThin"
705
+ },
706
+ {
707
+ "type": "er_many",
708
+ "style": "ERmany"
709
+ },
710
+ {
711
+ "type": "er_one",
712
+ "style": "ERone"
713
+ },
714
+ {
715
+ "type": "er_one_optional",
716
+ "style": "ERzeroToOne"
717
+ },
718
+ {
719
+ "type": "er_one_mandatory",
720
+ "style": "ERmandOne"
721
+ },
722
+ {
723
+ "type": "er_many_optional",
724
+ "style": "ERzeroToMany"
725
+ },
726
+ {
727
+ "type": "er_many_mandatory",
728
+ "style": "ERoneToMany"
729
+ }
730
+ ],
731
+ "designs": [
732
+ {
733
+ "type": "style1",
734
+ "style": ""
735
+ },
736
+ {
737
+ "type": "style2",
738
+ "style": "shape=link"
739
+ },
740
+ {
741
+ "type": "style3",
742
+ "style": "shape=flexArrow"
743
+ },
744
+ {
745
+ "type": "style4",
746
+ "style": "shape=arrow"
747
+ }
748
+ ]
749
+ },
750
+ "theme": {
751
+ "elements": [
752
+ {
753
+ "type": "style_01",
754
+ "fill_color": "#f5f5f5",
755
+ "stroke_color": "#666666",
756
+ "font_color": "#333333",
757
+ "gradient": null
758
+ },
759
+ {
760
+ "type": "style_02",
761
+ "fill_color": "#dae8fc",
762
+ "stroke_color": "#6c8ebf",
763
+ "font_color": "#333333",
764
+ "gradient": null
765
+ },
766
+ {
767
+ "type": "style_03",
768
+ "fill_color": "#d5e8d4",
769
+ "stroke_color": "#82b366",
770
+ "font_color": "#333333",
771
+ "gradient": null
772
+ },
773
+ {
774
+ "type": "style_04",
775
+ "fill_color": "#ffe6cc",
776
+ "stroke_color": "#d79b00",
777
+ "font_color": "#333333",
778
+ "gradient": null
779
+ },
780
+ {
781
+ "type": "style_05",
782
+ "fill_color": "#fff2cc",
783
+ "stroke_color": "#d6b656",
784
+ "font_color": "#333333",
785
+ "gradient": null
786
+ },
787
+ {
788
+ "type": "style_06",
789
+ "fill_color": "#f8cecc",
790
+ "stroke_color": "#b85450",
791
+ "font_color": "#333333",
792
+ "gradient": null
793
+ },
794
+ {
795
+ "type": "style_07",
796
+ "fill_color": "#e1d5e7",
797
+ "stroke_color": "#9673a6",
798
+ "font_color": "#333333",
799
+ "gradient": null
800
+ },
801
+ {
802
+ "type": "style_08",
803
+ "fill_color": "#60a917",
804
+ "stroke_color": "#2D7600",
805
+ "font_color": "#ffffff",
806
+ "gradient": null
807
+ },
808
+ {
809
+ "type": "style_09",
810
+ "fill_color": "#008a00",
811
+ "stroke_color": "#005700",
812
+ "font_color": "#ffffff",
813
+ "gradient": null
814
+ },
815
+ {
816
+ "type": "style_10",
817
+ "fill_color": "#1ba1e2",
818
+ "stroke_color": "#006EAF",
819
+ "font_color": "#ffffff",
820
+ "gradient": null
821
+ },
822
+ {
823
+ "type": "style_11",
824
+ "fill_color": "#0050ef",
825
+ "stroke_color": "#001DBC",
826
+ "font_color": "#ffffff",
827
+ "gradient": null
828
+ },
829
+ {
830
+ "type": "style_12",
831
+ "fill_color": "#6a00ff",
832
+ "stroke_color": "#3700CC",
833
+ "font_color": "#ffffff",
834
+ "gradient": null
835
+ },
836
+ {
837
+ "type": "style_13",
838
+ "fill_color": "#aa00ff",
839
+ "stroke_color": "#7700CC",
840
+ "font_color": "#ffffff",
841
+ "gradient": null
842
+ },
843
+ {
844
+ "type": "style_14",
845
+ "fill_color": "#d80073",
846
+ "stroke_color": "#A50040",
847
+ "font_color": "#ffffff",
848
+ "gradient": null
849
+ },
850
+ {
851
+ "type": "style_15",
852
+ "fill_color": "#a20025",
853
+ "stroke_color": "#6F0000",
854
+ "font_color": "#ffffff",
855
+ "gradient": null
856
+ },
857
+ {
858
+ "type": "style_16",
859
+ "fill_color": "#e51400",
860
+ "stroke_color": "#B20000",
861
+ "font_color": "#ffffff",
862
+ "gradient": null
863
+ },
864
+ {
865
+ "type": "style_17",
866
+ "fill_color": "#fa6800",
867
+ "stroke_color": "#C73500",
868
+ "font_color": "#000000",
869
+ "gradient": null
870
+ },
871
+ {
872
+ "type": "style_18",
873
+ "fill_color": "#f0a30a",
874
+ "stroke_color": "#BD7000",
875
+ "font_color": "#000000",
876
+ "gradient": null
877
+ },
878
+ {
879
+ "type": "style_19",
880
+ "fill_color": "#e3c800",
881
+ "stroke_color": "#B09500",
882
+ "font_color": "#000000",
883
+ "gradient": null
884
+ },
885
+ {
886
+ "type": "style_20",
887
+ "fill_color": "#6d8764",
888
+ "stroke_color": "#3A5431",
889
+ "font_color": "#ffffff",
890
+ "gradient": null
891
+ },
892
+ {
893
+ "type": "style_21",
894
+ "fill_color": "#647687",
895
+ "stroke_color": "#314354",
896
+ "font_color": "#ffffff",
897
+ "gradient": null
898
+ },
899
+ {
900
+ "type": "style_22",
901
+ "fill_color": "#76608a",
902
+ "stroke_color": "#432D57",
903
+ "font_color": "#ffffff",
904
+ "gradient": null
905
+ },
906
+ {
907
+ "type": "style_23",
908
+ "fill_color": "#a0522d",
909
+ "stroke_color": "#6D1F00",
910
+ "font_color": "#ffffff",
911
+ "gradient": null
912
+ },
913
+ {
914
+ "type": "style_24",
915
+ "fill_color": "#fad7ac",
916
+ "stroke_color": "#b46504",
917
+ "font_color": "#333333",
918
+ "gradient": null
919
+ },
920
+ {
921
+ "type": "style_25",
922
+ "fill_color": "#fad9d5",
923
+ "stroke_color": "#ae4132",
924
+ "font_color": "#333333",
925
+ "gradient": null
926
+ },
927
+ {
928
+ "type": "style_26",
929
+ "fill_color": "#b0e3e6",
930
+ "stroke_color": "#0e8088",
931
+ "font_color": "#000000",
932
+ "gradient": null
933
+ },
934
+ {
935
+ "type": "style_27",
936
+ "fill_color": "#b1ddf0",
937
+ "stroke_color": "#10739e",
938
+ "font_color": "#000000",
939
+ "gradient": null
940
+ },
941
+ {
942
+ "type": "style_28",
943
+ "fill_color": "#d0cee2",
944
+ "stroke_color": "#56517e",
945
+ "font_color": "#000000",
946
+ "gradient": null
947
+ },
948
+ {
949
+ "type": "style_29",
950
+ "fill_color": "#bac8d3",
951
+ "stroke_color": "#23445d",
952
+ "font_color": "#000000",
953
+ "gradient": null
954
+ },
955
+ {
956
+ "type": "style_30",
957
+ "fill_color": "#f5f5f5",
958
+ "stroke_color": "#666666",
959
+ "font_color": "#000000",
960
+ "gradient": "#b3b3b3"
961
+ },
962
+ {
963
+ "type": "style_31",
964
+ "fill_color": "#dae8fc",
965
+ "stroke_color": "#6c8ebf",
966
+ "font_color": "#000000",
967
+ "gradient": "#7ea6e0"
968
+ },
969
+ {
970
+ "type": "style_32",
971
+ "fill_color": "#d5e8d4",
972
+ "stroke_color": "#82b366",
973
+ "font_color": "#000000",
974
+ "gradient": "#97d077"
975
+ },
976
+ {
977
+ "type": "style_33",
978
+ "fill_color": "#ffcd28",
979
+ "stroke_color": "#d79b00",
980
+ "font_color": "#000000",
981
+ "gradient": "#ffa500"
982
+ },
983
+ {
984
+ "type": "style_34",
985
+ "fill_color": "#fff2cc",
986
+ "stroke_color": "#d6b656",
987
+ "font_color": "#000000",
988
+ "gradient": "#ffd966"
989
+ },
990
+ {
991
+ "type": "style_35",
992
+ "fill_color": "#f8cecc",
993
+ "stroke_color": "#b85450",
994
+ "font_color": "#000000",
995
+ "gradient": "#ea6b66"
996
+ },
997
+ {
998
+ "type": "style_36",
999
+ "fill_color": "#e6d0de",
1000
+ "stroke_color": "#996185",
1001
+ "font_color": "#000000",
1002
+ "gradient": "#d5739d"
1003
+ },
1004
+ {
1005
+ "type": "style_37",
1006
+ "fill_color": "#eeeeee",
1007
+ "stroke_color": "#36393d",
1008
+ "font_color": "#000000",
1009
+ "gradient": null
1010
+ },
1011
+ {
1012
+ "type": "style_38",
1013
+ "fill_color": "#f9f7ed",
1014
+ "stroke_color": "#36393d",
1015
+ "font_color": "#000000",
1016
+ "gradient": null
1017
+ },
1018
+ {
1019
+ "type": "style_39",
1020
+ "fill_color": "#ffcc99",
1021
+ "stroke_color": "#36393d",
1022
+ "font_color": "#000000",
1023
+ "gradient": null
1024
+ },
1025
+ {
1026
+ "type": "style_40",
1027
+ "fill_color": "#cce5ff",
1028
+ "stroke_color": "#36393d",
1029
+ "font_color": "#000000",
1030
+ "gradient": null
1031
+ },
1032
+ {
1033
+ "type": "style_41",
1034
+ "fill_color": "#ffff88",
1035
+ "stroke_color": "#36393d",
1036
+ "font_color": "#000000",
1037
+ "gradient": null
1038
+ },
1039
+ {
1040
+ "type": "style_42",
1041
+ "fill_color": "#cdeb8b",
1042
+ "stroke_color": "#36393d",
1043
+ "font_color": "#000000",
1044
+ "gradient": null
1045
+ },
1046
+ {
1047
+ "type": "style_43",
1048
+ "fill_color": "#ffcccc",
1049
+ "stroke_color": "#36393d",
1050
+ "font_color": "#000000",
1051
+ "gradient": null
1052
+ }
1053
+ ],
1054
+ "backgrounds": [
1055
+ {
1056
+ "favourite": 0,
1057
+ "type": "navy",
1058
+ "bg_color": "#000080",
1059
+ "font_color": "#FFFFFF"
1060
+ },
1061
+ {
1062
+ "favourite": 0,
1063
+ "type": "dark_blue",
1064
+ "bg_color": "#00008B",
1065
+ "font_color": "#FFFFFF"
1066
+ },
1067
+ {
1068
+ "favourite": 0,
1069
+ "type": "medium_blue",
1070
+ "bg_color": "#0000CD",
1071
+ "font_color": "#FFFFFF"
1072
+ },
1073
+ {
1074
+ "favourite": 0,
1075
+ "type": "blue",
1076
+ "bg_color": "#0000FF",
1077
+ "font_color": "#FFFFFF"
1078
+ },
1079
+ {
1080
+ "favourite": 0,
1081
+ "type": "dark_green",
1082
+ "bg_color": "#006400",
1083
+ "font_color": "#FFFFFF"
1084
+ },
1085
+ {
1086
+ "favourite": 0,
1087
+ "type": "green",
1088
+ "bg_color": "#008000",
1089
+ "font_color": "#FFFFFF"
1090
+ },
1091
+ {
1092
+ "favourite": 1,
1093
+ "type": "teal",
1094
+ "bg_color": "#008080",
1095
+ "font_color": "#FFFFFF"
1096
+ },
1097
+ {
1098
+ "favourite": 0,
1099
+ "type": "dark_cyan",
1100
+ "bg_color": "#008B8B",
1101
+ "font_color": "#FFFFFF"
1102
+ },
1103
+ {
1104
+ "favourite": 1,
1105
+ "type": "deep_sky_blue",
1106
+ "bg_color": "#00BFFF",
1107
+ "font_color": "#FFFFFF"
1108
+ },
1109
+ {
1110
+ "favourite": 1,
1111
+ "type": "dark_turquoise",
1112
+ "bg_color": "#00CED1",
1113
+ "font_color": "#FFFFFF"
1114
+ },
1115
+ {
1116
+ "favourite": 0,
1117
+ "type": "medium_spring_green",
1118
+ "bg_color": "#00FA9A",
1119
+ "font_color": "#1F2D3D"
1120
+ },
1121
+ {
1122
+ "favourite": 0,
1123
+ "type": "lime",
1124
+ "bg_color": "#00FF00",
1125
+ "font_color": "#FFFFFF"
1126
+ },
1127
+ {
1128
+ "favourite": 0,
1129
+ "type": "spring_green",
1130
+ "bg_color": "#00FF7F",
1131
+ "font_color": "#1F2D3D"
1132
+ },
1133
+ {
1134
+ "favourite": 0,
1135
+ "type": "aqua",
1136
+ "bg_color": "#00FFFF",
1137
+ "font_color": "#1F2D3D"
1138
+ },
1139
+ {
1140
+ "favourite": 0,
1141
+ "type": "cyan",
1142
+ "bg_color": "#00FFFF",
1143
+ "font_color": "#1F2D3D"
1144
+ },
1145
+ {
1146
+ "favourite": 0,
1147
+ "type": "midnight_blue",
1148
+ "bg_color": "#191970",
1149
+ "font_color": "#FFFFFF"
1150
+ },
1151
+ {
1152
+ "favourite": 0,
1153
+ "type": "dodger_blue",
1154
+ "bg_color": "#1E90FF",
1155
+ "font_color": "#FFFFFF"
1156
+ },
1157
+ {
1158
+ "favourite": 0,
1159
+ "type": "light_sea_green",
1160
+ "bg_color": "#20B2AA",
1161
+ "font_color": "#FFFFFF"
1162
+ },
1163
+ {
1164
+ "favourite": 0,
1165
+ "type": "forest_green",
1166
+ "bg_color": "#228B22",
1167
+ "font_color": "#FFFFFF"
1168
+ },
1169
+ {
1170
+ "favourite": 0,
1171
+ "type": "sea_green",
1172
+ "bg_color": "#2E8B57",
1173
+ "font_color": "#FFFFFF"
1174
+ },
1175
+ {
1176
+ "favourite": 0,
1177
+ "type": "dark_slate_gray",
1178
+ "bg_color": "#2F4F4F",
1179
+ "font_color": "#FFFFFF"
1180
+ },
1181
+ {
1182
+ "favourite": 0,
1183
+ "type": "dark_slate_grey",
1184
+ "bg_color": "#2F4F4F",
1185
+ "font_color": "#FFFFFF"
1186
+ },
1187
+ {
1188
+ "favourite": 0,
1189
+ "type": "lime_green",
1190
+ "bg_color": "#32CD32",
1191
+ "font_color": "#FFFFFF"
1192
+ },
1193
+ {
1194
+ "favourite": 0,
1195
+ "type": "medium_sea_green",
1196
+ "bg_color": "#3CB371",
1197
+ "font_color": "#FFFFFF"
1198
+ },
1199
+ {
1200
+ "favourite": 0,
1201
+ "type": "turquoise",
1202
+ "bg_color": "#40E0D0",
1203
+ "font_color": "#1F2D3D"
1204
+ },
1205
+ {
1206
+ "favourite": 1,
1207
+ "type": "royal_blue",
1208
+ "bg_color": "#4169E1",
1209
+ "font_color": "#FFFFFF"
1210
+ },
1211
+ {
1212
+ "favourite": 1,
1213
+ "type": "steel_blue",
1214
+ "bg_color": "#4682B4",
1215
+ "font_color": "#FFFFFF"
1216
+ },
1217
+ {
1218
+ "favourite": 0,
1219
+ "type": "dark_slate_blue",
1220
+ "bg_color": "#483D8B",
1221
+ "font_color": "#FFFFFF"
1222
+ },
1223
+ {
1224
+ "favourite": 0,
1225
+ "type": "medium_turquoise",
1226
+ "bg_color": "#48D1CC",
1227
+ "font_color": "#1F2D3D"
1228
+ },
1229
+ {
1230
+ "favourite": 0,
1231
+ "type": "indigo",
1232
+ "bg_color": "#4B0082",
1233
+ "font_color": "#FFFFFF"
1234
+ },
1235
+ {
1236
+ "favourite": 0,
1237
+ "type": "dark_olive_green",
1238
+ "bg_color": "#556B2F",
1239
+ "font_color": "#FFFFFF"
1240
+ },
1241
+ {
1242
+ "favourite": 0,
1243
+ "type": "cadet_blue",
1244
+ "bg_color": "#5F9EA0",
1245
+ "font_color": "#FFFFFF"
1246
+ },
1247
+ {
1248
+ "favourite": 1,
1249
+ "type": "cornflower_blue",
1250
+ "bg_color": "#6495ED",
1251
+ "font_color": "#FFFFFF"
1252
+ },
1253
+ {
1254
+ "favourite": 0,
1255
+ "type": "rebecca_purple",
1256
+ "bg_color": "#663399",
1257
+ "font_color": "#FFFFFF"
1258
+ },
1259
+ {
1260
+ "favourite": 0,
1261
+ "type": "medium_aqua_marine",
1262
+ "bg_color": "#66CDAA",
1263
+ "font_color": "#1F2D3D"
1264
+ },
1265
+ {
1266
+ "favourite": 0,
1267
+ "type": "dim_gray",
1268
+ "bg_color": "#696969",
1269
+ "font_color": "#FFFFFF"
1270
+ },
1271
+ {
1272
+ "favourite": 0,
1273
+ "type": "dim_grey",
1274
+ "bg_color": "#696969",
1275
+ "font_color": "#FFFFFF"
1276
+ },
1277
+ {
1278
+ "favourite": 0,
1279
+ "type": "slate_blue",
1280
+ "bg_color": "#6A5ACD",
1281
+ "font_color": "#FFFFFF"
1282
+ },
1283
+ {
1284
+ "favourite": 0,
1285
+ "type": "olive_drab",
1286
+ "bg_color": "#6B8E23",
1287
+ "font_color": "#FFFFFF"
1288
+ },
1289
+ {
1290
+ "favourite": 0,
1291
+ "type": "slate_gray",
1292
+ "bg_color": "#708090",
1293
+ "font_color": "#FFFFFF"
1294
+ },
1295
+ {
1296
+ "favourite": 0,
1297
+ "type": "slate_grey",
1298
+ "bg_color": "#708090",
1299
+ "font_color": "#FFFFFF"
1300
+ },
1301
+ {
1302
+ "favourite": 0,
1303
+ "type": "light_slate_gray",
1304
+ "bg_color": "#778899",
1305
+ "font_color": "#FFFFFF"
1306
+ },
1307
+ {
1308
+ "favourite": 0,
1309
+ "type": "light_slate_grey",
1310
+ "bg_color": "#778899",
1311
+ "font_color": "#FFFFFF"
1312
+ },
1313
+ {
1314
+ "favourite": 0,
1315
+ "type": "medium_slate_blue",
1316
+ "bg_color": "#7B68EE",
1317
+ "font_color": "#FFFFFF"
1318
+ },
1319
+ {
1320
+ "favourite": 0,
1321
+ "type": "lawn_green",
1322
+ "bg_color": "#7CFC00",
1323
+ "font_color": "#1F2D3D"
1324
+ },
1325
+ {
1326
+ "favourite": 0,
1327
+ "type": "chartreuse",
1328
+ "bg_color": "#7FFF00",
1329
+ "font_color": "#1F2D3D"
1330
+ },
1331
+ {
1332
+ "favourite": 0,
1333
+ "type": "aquamarine",
1334
+ "bg_color": "#7FFFD4",
1335
+ "font_color": "#1F2D3D"
1336
+ },
1337
+ {
1338
+ "favourite": 0,
1339
+ "type": "maroon",
1340
+ "bg_color": "#800000",
1341
+ "font_color": "#FFFFFF"
1342
+ },
1343
+ {
1344
+ "favourite": 0,
1345
+ "type": "purple",
1346
+ "bg_color": "#800080",
1347
+ "font_color": "#FFFFFF"
1348
+ },
1349
+ {
1350
+ "favourite": 0,
1351
+ "type": "olive",
1352
+ "bg_color": "#808000",
1353
+ "font_color": "#FFFFFF"
1354
+ },
1355
+ {
1356
+ "favourite": 0,
1357
+ "type": "gray",
1358
+ "bg_color": "#808080",
1359
+ "font_color": "#FFFFFF"
1360
+ },
1361
+ {
1362
+ "favourite": 0,
1363
+ "type": "grey",
1364
+ "bg_color": "#808080",
1365
+ "font_color": "#FFFFFF"
1366
+ },
1367
+ {
1368
+ "favourite": 0,
1369
+ "type": "sky_blue",
1370
+ "bg_color": "#87CEEB",
1371
+ "font_color": "#1F2D3D"
1372
+ },
1373
+ {
1374
+ "favourite": 0,
1375
+ "type": "light_sky_blue",
1376
+ "bg_color": "#87CEFA",
1377
+ "font_color": "#1F2D3D"
1378
+ },
1379
+ {
1380
+ "favourite": 0,
1381
+ "type": "blue_violet",
1382
+ "bg_color": "#8A2BE2",
1383
+ "font_color": "#FFFFFF"
1384
+ },
1385
+ {
1386
+ "favourite": 0,
1387
+ "type": "dark_red",
1388
+ "bg_color": "#8B0000",
1389
+ "font_color": "#FFFFFF"
1390
+ },
1391
+ {
1392
+ "favourite": 0,
1393
+ "type": "dark_magenta",
1394
+ "bg_color": "#8B008B",
1395
+ "font_color": "#FFFFFF"
1396
+ },
1397
+ {
1398
+ "favourite": 0,
1399
+ "type": "saddle_brown",
1400
+ "bg_color": "#8B4513",
1401
+ "font_color": "#FFFFFF"
1402
+ },
1403
+ {
1404
+ "favourite": 1,
1405
+ "type": "dark_sea_green",
1406
+ "bg_color": "#8FBC8F",
1407
+ "font_color": "#1F2D3D"
1408
+ },
1409
+ {
1410
+ "favourite": 0,
1411
+ "type": "light_green",
1412
+ "bg_color": "#90EE90",
1413
+ "font_color": "#1F2D3D"
1414
+ },
1415
+ {
1416
+ "favourite": 0,
1417
+ "type": "medium_purple",
1418
+ "bg_color": "#9370DB",
1419
+ "font_color": "#FFFFFF"
1420
+ },
1421
+ {
1422
+ "favourite": 0,
1423
+ "type": "dark_violet",
1424
+ "bg_color": "#9400D3",
1425
+ "font_color": "#FFFFFF"
1426
+ },
1427
+ {
1428
+ "favourite": 0,
1429
+ "type": "pale_green",
1430
+ "bg_color": "#98FB98",
1431
+ "font_color": "#1F2D3D"
1432
+ },
1433
+ {
1434
+ "favourite": 0,
1435
+ "type": "dark_orchid",
1436
+ "bg_color": "#9932CC",
1437
+ "font_color": "#FFFFFF"
1438
+ },
1439
+ {
1440
+ "favourite": 0,
1441
+ "type": "yellow_green",
1442
+ "bg_color": "#9ACD32",
1443
+ "font_color": "#1F2D3D"
1444
+ },
1445
+ {
1446
+ "favourite": 0,
1447
+ "type": "sienna",
1448
+ "bg_color": "#A0522D",
1449
+ "font_color": "#FFFFFF"
1450
+ },
1451
+ {
1452
+ "favourite": 0,
1453
+ "type": "brown",
1454
+ "bg_color": "#A52A2A",
1455
+ "font_color": "#FFFFFF"
1456
+ },
1457
+ {
1458
+ "favourite": 0,
1459
+ "type": "dark_gray",
1460
+ "bg_color": "#A9A9A9",
1461
+ "font_color": "#1F2D3D"
1462
+ },
1463
+ {
1464
+ "favourite": 0,
1465
+ "type": "dark_grey",
1466
+ "bg_color": "#A9A9A9",
1467
+ "font_color": "#1F2D3D"
1468
+ },
1469
+ {
1470
+ "favourite": 0,
1471
+ "type": "light_blue",
1472
+ "bg_color": "#ADD8E6",
1473
+ "font_color": "#1F2D3D"
1474
+ },
1475
+ {
1476
+ "favourite": 0,
1477
+ "type": "green_yellow",
1478
+ "bg_color": "#ADFF2F",
1479
+ "font_color": "#1F2D3D"
1480
+ },
1481
+ {
1482
+ "favourite": 0,
1483
+ "type": "pale_turquoise",
1484
+ "bg_color": "#AFEEEE",
1485
+ "font_color": "#1F2D3D"
1486
+ },
1487
+ {
1488
+ "favourite": 1,
1489
+ "type": "light_steel_blue",
1490
+ "bg_color": "#B0C4DE",
1491
+ "font_color": "#1F2D3D"
1492
+ },
1493
+ {
1494
+ "favourite": 0,
1495
+ "type": "powder_blue",
1496
+ "bg_color": "#B0E0E6",
1497
+ "font_color": "#1F2D3D"
1498
+ },
1499
+ {
1500
+ "favourite": 1,
1501
+ "type": "fire_brick",
1502
+ "bg_color": "#B22222",
1503
+ "font_color": "#FFFFFF"
1504
+ },
1505
+ {
1506
+ "favourite": 0,
1507
+ "type": "dark_golden_rod",
1508
+ "bg_color": "#B8860B",
1509
+ "font_color": "#FFFFFF"
50
1510
  },
51
1511
  {
52
- "type": "ne",
53
- "x": 1,
54
- "y": 0
1512
+ "favourite": 0,
1513
+ "type": "medium_orchid",
1514
+ "bg_color": "#BA55D3",
1515
+ "font_color": "#FFFFFF"
55
1516
  },
56
1517
  {
57
- "type": "e",
58
- "x": 1,
59
- "y": 0.5
1518
+ "favourite": 1,
1519
+ "type": "rosy_brown",
1520
+ "bg_color": "#BC8F8F",
1521
+ "font_color": "#1F2D3D"
60
1522
  },
61
1523
  {
62
- "type": "se",
63
- "x": 1,
64
- "y": 1
1524
+ "favourite": 0,
1525
+ "type": "dark_khaki",
1526
+ "bg_color": "#BDB76B",
1527
+ "font_color": "#1F2D3D"
65
1528
  },
66
1529
  {
67
- "type": "s",
68
- "x": 0.5,
69
- "y": 1
1530
+ "favourite": 0,
1531
+ "type": "silver",
1532
+ "bg_color": "#C0C0C0",
1533
+ "font_color": "#1F2D3D"
70
1534
  },
71
1535
  {
72
- "type": "sw",
73
- "x": 0,
74
- "y": 1
1536
+ "favourite": 0,
1537
+ "type": "medium_violet_red",
1538
+ "bg_color": "#C71585",
1539
+ "font_color": "#FFFFFF"
75
1540
  },
76
1541
  {
77
- "type": "w",
78
- "x": 0,
79
- "y": 0.5
1542
+ "favourite": 1,
1543
+ "type": "indian_red",
1544
+ "bg_color": "#CD5C5C",
1545
+ "font_color": "#FFFFFF"
80
1546
  },
81
1547
  {
82
- "type": "nw",
83
- "x": 0,
84
- "y": 0
85
- }
86
- ],
87
- "waypoints": [
1548
+ "favourite": 0,
1549
+ "type": "peru",
1550
+ "bg_color": "#CD853F",
1551
+ "font_color": "#FFFFFF"
1552
+ },
88
1553
  {
89
- "type": "straight",
90
- "style": "edgeStyle=none"
1554
+ "favourite": 0,
1555
+ "type": "chocolate",
1556
+ "bg_color": "#D2691E",
1557
+ "font_color": "#FFFFFF"
91
1558
  },
92
1559
  {
93
- "type": "orthogonal",
94
- "style": "edgeStyle=orthogonalEdgeStyle"
1560
+ "favourite": 1,
1561
+ "type": "tan",
1562
+ "bg_color": "#D2B48C",
1563
+ "font_color": "#1F2D3D"
95
1564
  },
96
1565
  {
97
- "type": "elbow",
98
- "style": "edgeStyle=elbowEdgeStyle"
1566
+ "favourite": 0,
1567
+ "type": "light_gray",
1568
+ "bg_color": "#D3D3D3",
1569
+ "font_color": "#1F2D3D"
99
1570
  },
100
1571
  {
101
- "type": "elbow_vertical",
102
- "style": "edgeStyle=elbowEdgeStyle;elbow=vertical"
1572
+ "favourite": 0,
1573
+ "type": "light_grey",
1574
+ "bg_color": "#D3D3D3",
1575
+ "font_color": "#1F2D3D"
103
1576
  },
104
1577
  {
105
- "type": "isometric",
106
- "style": "edgeStyle=isometricEdgeStyle"
1578
+ "favourite": 0,
1579
+ "type": "thistle",
1580
+ "bg_color": "#D8BFD8",
1581
+ "font_color": "#1F2D3D"
107
1582
  },
108
1583
  {
109
- "type": "isometric_vertical",
110
- "style": "edgeStyle=isometricEdgeStyle;elbow=vertical"
1584
+ "favourite": 0,
1585
+ "type": "orchid",
1586
+ "bg_color": "#DA70D6",
1587
+ "font_color": "#1F2D3D"
111
1588
  },
112
1589
  {
113
- "type": "orthogonal_curved",
114
- "style": "edgeStyle=orthogonalEdgeStyle;curved=1"
1590
+ "favourite": 0,
1591
+ "type": "golden_rod",
1592
+ "bg_color": "#DAA520",
1593
+ "font_color": "#1F2D3D"
115
1594
  },
116
1595
  {
117
- "type": "entity_relation",
118
- "style": "edgeStyle=entityRelationEdgeStyle"
119
- }
120
- ],
121
- "arrows": [
1596
+ "favourite": 0,
1597
+ "type": "pale_violet_red",
1598
+ "bg_color": "#DB7093",
1599
+ "font_color": "#FFFFFF"
1600
+ },
122
1601
  {
123
- "type": "simple",
124
- "style": "open"
1602
+ "favourite": 0,
1603
+ "type": "crimson",
1604
+ "bg_color": "#DC143C",
1605
+ "font_color": "#FFFFFF"
125
1606
  },
126
1607
  {
127
- "type": "triangle",
128
- "style": "block"
1608
+ "favourite": 0,
1609
+ "type": "gainsboro",
1610
+ "bg_color": "#DCDCDC",
1611
+ "font_color": "#1F2D3D"
129
1612
  },
130
1613
  {
131
- "type": "diamond",
132
- "style": "diamond"
1614
+ "favourite": 0,
1615
+ "type": "plum",
1616
+ "bg_color": "#DDA0DD",
1617
+ "font_color": "#1F2D3D"
133
1618
  },
134
1619
  {
135
- "type": "circle",
136
- "style": "oval"
1620
+ "favourite": 1,
1621
+ "type": "burly_wood",
1622
+ "bg_color": "#DEB887",
1623
+ "font_color": "#1F2D3D"
137
1624
  },
138
1625
  {
139
- "type": "cross",
140
- "style": "cross"
1626
+ "favourite": 0,
1627
+ "type": "light_cyan",
1628
+ "bg_color": "#E0FFFF",
1629
+ "font_color": "#1F2D3D"
141
1630
  },
142
1631
  {
143
- "type": "short",
144
- "style": "classicThin"
1632
+ "favourite": 0,
1633
+ "type": "lavender",
1634
+ "bg_color": "#E6E6FA",
1635
+ "font_color": "#1F2D3D"
145
1636
  },
146
1637
  {
147
- "type": "default",
148
- "style": "classic"
1638
+ "favourite": 0,
1639
+ "type": "dark_salmon",
1640
+ "bg_color": "#E9967A",
1641
+ "font_color": "#1F2D3D"
149
1642
  },
150
1643
  {
151
- "type": "none",
152
- "style": "none"
1644
+ "favourite": 0,
1645
+ "type": "violet",
1646
+ "bg_color": "#EE82EE",
1647
+ "font_color": "#1F2D3D"
153
1648
  },
154
1649
  {
155
- "type": "plain",
156
- "style": "open"
1650
+ "favourite": 0,
1651
+ "type": "pale_golden_rod",
1652
+ "bg_color": "#EEE8AA",
1653
+ "font_color": "#1F2D3D"
157
1654
  },
158
1655
  {
159
- "type": "skewed_dash",
160
- "style": "dash"
1656
+ "favourite": 0,
1657
+ "type": "light_coral",
1658
+ "bg_color": "#F08080",
1659
+ "font_color": "#1F2D3D"
161
1660
  },
162
1661
  {
163
- "type": "concave",
164
- "style": "openThin"
1662
+ "favourite": 0,
1663
+ "type": "khaki",
1664
+ "bg_color": "#F0E68C",
1665
+ "font_color": "#1F2D3D"
165
1666
  },
166
1667
  {
167
- "type": "er_many",
168
- "style": "ERmany"
1668
+ "favourite": 0,
1669
+ "type": "alice_blue",
1670
+ "bg_color": "#F0F8FF",
1671
+ "font_color": "#1F2D3D"
169
1672
  },
170
1673
  {
171
- "type": "er_one",
172
- "style": "ERone"
1674
+ "favourite": 0,
1675
+ "type": "honey_dew",
1676
+ "bg_color": "#F0FFF0",
1677
+ "font_color": "#1F2D3D"
173
1678
  },
174
1679
  {
175
- "type": "er_one_optional",
176
- "style": "ERzeroToOne"
1680
+ "favourite": 0,
1681
+ "type": "azure",
1682
+ "bg_color": "#F0FFFF",
1683
+ "font_color": "#1F2D3D"
177
1684
  },
178
1685
  {
179
- "type": "er_one_mandatory",
180
- "style": "ERmandOne"
1686
+ "favourite": 0,
1687
+ "type": "sandy_brown",
1688
+ "bg_color": "#F4A460",
1689
+ "font_color": "#1F2D3D"
181
1690
  },
182
1691
  {
183
- "type": "er_many_optional",
184
- "style": "ERzeroToMany"
1692
+ "favourite": 1,
1693
+ "type": "wheat",
1694
+ "bg_color": "#F5DEB3",
1695
+ "font_color": "#1F2D3D"
185
1696
  },
186
1697
  {
187
- "type": "er_many_mandatory",
188
- "style": "ERoneToMany"
189
- }
190
- ],
191
- "designs": [
1698
+ "favourite": 0,
1699
+ "type": "beige",
1700
+ "bg_color": "#F5F5DC",
1701
+ "font_color": "#1F2D3D"
1702
+ },
192
1703
  {
193
- "type": "style1",
194
- "style": ""
1704
+ "favourite": 0,
1705
+ "type": "white_smoke",
1706
+ "bg_color": "#F5F5F5",
1707
+ "font_color": "#1F2D3D"
195
1708
  },
196
1709
  {
197
- "type": "style2",
198
- "style": "shape=link"
1710
+ "favourite": 0,
1711
+ "type": "mint_cream",
1712
+ "bg_color": "#F5FFFA",
1713
+ "font_color": "#1F2D3D"
199
1714
  },
200
1715
  {
201
- "type": "style3",
202
- "style": "shape=flexArrow"
1716
+ "favourite": 0,
1717
+ "type": "ghost_white",
1718
+ "bg_color": "#F8F8FF",
1719
+ "font_color": "#1F2D3D"
203
1720
  },
204
1721
  {
205
- "type": "style4",
206
- "style": "shape=arrow"
1722
+ "favourite": 0,
1723
+ "type": "salmon",
1724
+ "bg_color": "#FA8072",
1725
+ "font_color": "#1F2D3D"
1726
+ },
1727
+ {
1728
+ "favourite": 0,
1729
+ "type": "antique_white",
1730
+ "bg_color": "#FAEBD7",
1731
+ "font_color": "#1F2D3D"
1732
+ },
1733
+ {
1734
+ "favourite": 1,
1735
+ "type": "linen",
1736
+ "bg_color": "#FAF0E6",
1737
+ "font_color": "#1F2D3D"
1738
+ },
1739
+ {
1740
+ "favourite": 1,
1741
+ "type": "light_golden_rod_yellow",
1742
+ "bg_color": "#FAFAD2",
1743
+ "font_color": "#1F2D3D"
1744
+ },
1745
+ {
1746
+ "favourite": 1,
1747
+ "type": "pale_gray",
1748
+ "bg_color": "#FAFAFA",
1749
+ "font_color": "#FFFFFF"
1750
+ },
1751
+ {
1752
+ "favourite": 0,
1753
+ "type": "pale_grey",
1754
+ "bg_color": "#FAFAFA",
1755
+ "font_color": "#FFFFFF"
1756
+ },
1757
+ {
1758
+ "favourite": 0,
1759
+ "type": "old_lace",
1760
+ "bg_color": "#FDF5E6",
1761
+ "font_color": "#1F2D3D"
1762
+ },
1763
+ {
1764
+ "favourite": 0,
1765
+ "type": "red",
1766
+ "bg_color": "#FF0000",
1767
+ "font_color": "#FFFFFF"
1768
+ },
1769
+ {
1770
+ "favourite": 0,
1771
+ "type": "fuchsia",
1772
+ "bg_color": "#FF00FF",
1773
+ "font_color": "#FFFFFF"
1774
+ },
1775
+ {
1776
+ "favourite": 0,
1777
+ "type": "magenta",
1778
+ "bg_color": "#FF00FF",
1779
+ "font_color": "#FFFFFF"
1780
+ },
1781
+ {
1782
+ "favourite": 0,
1783
+ "type": "deep_pink",
1784
+ "bg_color": "#FF1493",
1785
+ "font_color": "#FFFFFF"
1786
+ },
1787
+ {
1788
+ "favourite": 0,
1789
+ "type": "orange_red",
1790
+ "bg_color": "#FF4500",
1791
+ "font_color": "#FFFFFF"
1792
+ },
1793
+ {
1794
+ "favourite": 0,
1795
+ "type": "tomato",
1796
+ "bg_color": "#FF6347",
1797
+ "font_color": "#FFFFFF"
1798
+ },
1799
+ {
1800
+ "favourite": 0,
1801
+ "type": "hot_pink",
1802
+ "bg_color": "#FF69B4",
1803
+ "font_color": "#1F2D3D"
1804
+ },
1805
+ {
1806
+ "favourite": 0,
1807
+ "type": "coral",
1808
+ "bg_color": "#FF7F50",
1809
+ "font_color": "#1F2D3D"
1810
+ },
1811
+ {
1812
+ "favourite": 0,
1813
+ "type": "dark_orange",
1814
+ "bg_color": "#FF8C00",
1815
+ "font_color": "#1F2D3D"
1816
+ },
1817
+ {
1818
+ "favourite": 0,
1819
+ "type": "light_salmon",
1820
+ "bg_color": "#FFA07A",
1821
+ "font_color": "#1F2D3D"
1822
+ },
1823
+ {
1824
+ "favourite": 0,
1825
+ "type": "orange",
1826
+ "bg_color": "#FFA500",
1827
+ "font_color": "#1F2D3D"
1828
+ },
1829
+ {
1830
+ "favourite": 0,
1831
+ "type": "light_pink",
1832
+ "bg_color": "#FFB6C1",
1833
+ "font_color": "#1F2D3D"
1834
+ },
1835
+ {
1836
+ "favourite": 0,
1837
+ "type": "pink",
1838
+ "bg_color": "#FFC0CB",
1839
+ "font_color": "#1F2D3D"
1840
+ },
1841
+ {
1842
+ "favourite": 0,
1843
+ "type": "gold",
1844
+ "bg_color": "#FFD700",
1845
+ "font_color": "#1F2D3D"
1846
+ },
1847
+ {
1848
+ "favourite": 1,
1849
+ "type": "peach_puff",
1850
+ "bg_color": "#FFDAB9",
1851
+ "font_color": "#1F2D3D"
1852
+ },
1853
+ {
1854
+ "favourite": 0,
1855
+ "type": "navajo_white",
1856
+ "bg_color": "#FFDEAD",
1857
+ "font_color": "#1F2D3D"
1858
+ },
1859
+ {
1860
+ "favourite": 0,
1861
+ "type": "moccasin",
1862
+ "bg_color": "#FFE4B5",
1863
+ "font_color": "#1F2D3D"
1864
+ },
1865
+ {
1866
+ "favourite": 0,
1867
+ "type": "bisque",
1868
+ "bg_color": "#FFE4C4",
1869
+ "font_color": "#1F2D3D"
1870
+ },
1871
+ {
1872
+ "favourite": 0,
1873
+ "type": "misty_rose",
1874
+ "bg_color": "#FFE4E1",
1875
+ "font_color": "#1F2D3D"
1876
+ },
1877
+ {
1878
+ "favourite": 0,
1879
+ "type": "blanched_almond",
1880
+ "bg_color": "#FFEBCD",
1881
+ "font_color": "#1F2D3D"
1882
+ },
1883
+ {
1884
+ "favourite": 0,
1885
+ "type": "papaya_whip",
1886
+ "bg_color": "#FFEFD5",
1887
+ "font_color": "#1F2D3D"
1888
+ },
1889
+ {
1890
+ "favourite": 0,
1891
+ "type": "lavender_blush",
1892
+ "bg_color": "#FFF0F5",
1893
+ "font_color": "#1F2D3D"
1894
+ },
1895
+ {
1896
+ "favourite": 0,
1897
+ "type": "sea_shell",
1898
+ "bg_color": "#FFF5EE",
1899
+ "font_color": "#1F2D3D"
1900
+ },
1901
+ {
1902
+ "favourite": 1,
1903
+ "type": "cornsilk",
1904
+ "bg_color": "#FFF8DC",
1905
+ "font_color": "#1F2D3D"
1906
+ },
1907
+ {
1908
+ "favourite": 0,
1909
+ "type": "lemon_chiffon",
1910
+ "bg_color": "#FFFACD",
1911
+ "font_color": "#1F2D3D"
1912
+ },
1913
+ {
1914
+ "favourite": 0,
1915
+ "type": "floral_white",
1916
+ "bg_color": "#FFFAF0",
1917
+ "font_color": "#1F2D3D"
1918
+ },
1919
+ {
1920
+ "favourite": 1,
1921
+ "type": "snow",
1922
+ "bg_color": "#FFFAFA",
1923
+ "font_color": "#1F2D3D"
1924
+ },
1925
+ {
1926
+ "favourite": 0,
1927
+ "type": "yellow",
1928
+ "bg_color": "#FFFF00",
1929
+ "font_color": "#1F2D3D"
1930
+ },
1931
+ {
1932
+ "favourite": 0,
1933
+ "type": "light_yellow",
1934
+ "bg_color": "#FFFFE0",
1935
+ "font_color": "#1F2D3D"
1936
+ },
1937
+ {
1938
+ "favourite": 1,
1939
+ "type": "ivory",
1940
+ "bg_color": "#FFFFF0",
1941
+ "font_color": "#1F2D3D"
207
1942
  }
208
1943
  ]
209
1944
  },
210
- "shapes": [
211
- {
212
- "type": "solid",
213
- "category": "line",
214
- "x": 0,
215
- "y": 0,
216
- "w": 50,
217
- "h": 50,
218
- "style_modifiers": "edgeStyle=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0"
219
- },
220
- {
221
- "type": "h1",
222
- "category": "text",
223
- "x": 0,
224
- "y": 0,
225
- "w": 100,
226
- "h": 50,
227
- "style_modifiers": "text;fontSize=89;fontStyle=1;fillColor=none"
228
- },
229
- {
230
- "type": "h2",
231
- "category": "text",
232
- "x": 0,
233
- "y": 0,
234
- "w": 100,
235
- "h": 50,
236
- "style_modifiers": "text;fontSize=67;fontStyle=1;fillColor=none"
237
- },
238
- {
239
- "type": "h3",
240
- "category": "text",
241
- "x": 0,
242
- "y": 0,
243
- "w": 100,
244
- "h": 50,
245
- "style_modifiers": "text;fontSize=50;fontStyle=1;fillColor=none"
246
- },
247
- {
248
- "type": "h4",
249
- "category": "text",
250
- "x": 0,
251
- "y": 0,
252
- "w": 100,
253
- "h": 50,
254
- "style_modifiers": "text;fontSize=37;fontStyle=1;fillColor=none"
255
- },
256
- {
257
- "type": "h5",
258
- "category": "text",
259
- "x": 0,
260
- "y": 0,
261
- "w": 100,
262
- "h": 50,
263
- "style_modifiers": "text;fontSize=28;fontStyle=1;fillColor=none"
264
- },
265
- {
266
- "type": "h6",
267
- "category": "text",
268
- "x": 0,
269
- "y": 0,
270
- "w": 100,
271
- "h": 50,
272
- "style_modifiers": "text;fontSize=21;fontStyle=1;fillColor=none"
273
- },
274
- {
275
- "type": "p",
276
- "category": "text",
277
- "x": 0,
278
- "y": 0,
279
- "w": 100,
280
- "h": 50,
281
- "style_modifiers": "text;fontSize=16;fontStyle=1;fillColor=none"
282
- },
283
- {
284
- "type": "actor",
285
- "category": "element",
286
- "x": 0,
287
- "y": 0,
288
- "w": 40,
289
- "h": 50,
290
- "style_modifiers": "shape=actor"
291
- },
292
- {
293
- "type": "actor2",
294
- "category": "element",
295
- "x": 0,
296
- "y": 0,
297
- "w": 30,
298
- "h": 50,
299
- "style_modifiers": "shape=umlActor;verticalLabelPosition=bottom;outlineConnect=1"
300
- },
301
- {
302
- "type": "callout",
303
- "category": "element",
304
- "x": 0,
305
- "y": 0,
306
- "w": 160,
307
- "h": 120,
308
- "style_modifiers": "shape=callout"
309
- },
310
- {
311
- "type": "callout2",
312
- "category": "element",
313
- "x": 0,
314
- "y": 0,
315
- "w": 160,
316
- "h": 160,
317
- "style_modifiers": "shape=mxgraph.basic.oval_callout"
318
- },
319
- {
320
- "type": "callout3",
321
- "category": "element",
322
- "x": 0,
323
- "y": 0,
324
- "w": 160,
325
- "h": 160,
326
- "style_modifiers": "shape=mxgraph.basic.cloud_callout"
327
- },
328
- {
329
- "type": "callout4",
330
- "category": "element",
331
- "x": 0,
332
- "y": 0,
333
- "w": 160,
334
- "h": 120,
335
- "style_modifiers": "shape=mxgraph.basic.roundRectCallout;dx=30;dy=15;size=5;boundedLbl=1;"
336
- },
337
- {
338
- "type": "circle",
339
- "category": "element",
340
- "x": 0,
341
- "y": 0,
342
- "w": 160,
343
- "h": 160,
344
- "style_modifiers": "ellipse"
345
- },
346
- {
347
- "type": "cloud",
348
- "category": "element",
349
- "x": 0,
350
- "y": 0,
351
- "w": 160,
352
- "h": 160,
353
- "style_modifiers": "shape=cloud"
354
- },
355
- {
356
- "type": "container",
357
- "category": "element",
358
- "x": 0,
359
- "y": 0,
360
- "w": 160,
361
- "h": 160,
362
- "style_modifiers": "swimlane"
363
- },
364
- {
365
- "type": "container2",
366
- "category": "element",
367
- "x": 0,
368
- "y": 0,
369
- "w": 160,
370
- "h": 160,
371
- "style_modifiers": "swimlane;horizontal=0"
372
- },
373
- {
374
- "type": "container3",
375
- "category": "element",
376
- "x": 0,
377
- "y": 0,
378
- "w": 160,
379
- "h": 160,
380
- "style_modifiers": "swimlane;startSize=50"
381
- },
382
- {
383
- "type": "container4",
384
- "category": "element",
385
- "x": 0,
386
- "y": 0,
387
- "w": 160,
388
- "h": 160,
389
- "style_modifiers": "swimlane;resizable=0"
390
- },
391
- {
392
- "type": "cross",
393
- "category": "element",
394
- "x": 0,
395
- "y": 0,
396
- "w": 50,
397
- "h": 50,
398
- "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;html=1;shape=mxgraph.basic.x"
399
- },
400
- {
401
- "type": "envelop",
402
- "category": "element",
403
- "x": 0,
404
- "y": 0,
405
- "w": 160,
406
- "h": 100,
407
- "style_modifiers": "shape=message"
408
- },
409
- {
410
- "type": "database",
411
- "category": "element",
412
- "x": 0,
413
- "y": 0,
414
- "w": 160,
415
- "h": 80,
416
- "style_modifiers": "shape=mxgraph.flowchart.database;strokeWidth=1"
417
- },
418
- {
419
- "type": "db_json",
420
- "category": "element",
421
- "x": 0,
422
- "y": 0,
423
- "w": 160,
424
- "h": 40,
425
- "style_modifiers": "shape=mxgraph.flowchart.database;strokeWidth=1"
426
- },
427
- {
428
- "type": "diamond",
429
- "category": "element",
430
- "x": 0,
431
- "y": 0,
432
- "w": 100,
433
- "h": 100,
434
- "style_modifiers": "rhombus"
435
- },
436
- {
437
- "type": "document",
438
- "category": "element",
439
- "x": 0,
440
- "y": 0,
441
- "w": 160,
442
- "h": 160,
443
- "style_modifiers": "shape=mxgraph.basic.document"
444
- },
445
- {
446
- "type": "ellipse",
447
- "category": "element",
448
- "x": 0,
449
- "y": 0,
450
- "w": 200,
451
- "h": 120,
452
- "style_modifiers": "ellipse"
453
- },
454
- {
455
- "type": "group",
456
- "category": "element",
457
- "x": 0,
458
- "y": 0,
459
- "w": 210,
460
- "h": 210,
461
- "style_modifiers": "fontSize=20;verticalAlign=top"
462
- },
463
- {
464
- "type": "hexagon",
465
- "category": "element",
466
- "x": 0,
467
- "y": 0,
468
- "w": 200,
469
- "h": 120,
470
- "style_modifiers": "shape=hexagon"
471
- },
472
- {
473
- "type": "interface",
474
- "category": "element",
475
- "x": 0,
476
- "y": 0,
477
- "w": 160,
478
- "h": 160,
479
- "style_modifiers": "align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
480
- },
481
- {
482
- "type": "klass",
483
- "category": "element",
484
- "x": 0,
485
- "y": 0,
486
- "w": 160,
487
- "h": 160,
488
- "style_modifiers": "align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
489
- },
490
- {
491
- "type": "note",
492
- "category": "element",
493
- "x": 0,
494
- "y": 0,
495
- "w": 160,
496
- "h": 160,
497
- "style_modifiers": "shape=note"
498
- },
499
- {
500
- "type": "process",
501
- "category": "element",
502
- "x": 0,
503
- "y": 0,
504
- "w": 200,
505
- "h": 120,
506
- "style_modifiers": "shape=process"
507
- },
508
- {
509
- "type": "rectangle",
510
- "category": "element",
511
- "x": 0,
512
- "y": 0,
513
- "w": 200,
514
- "h": 120,
515
- "style_modifiers": ""
516
- },
1945
+ "strokes": [
517
1946
  {
518
- "type": "rectangle2",
519
- "category": "element",
520
- "x": 0,
521
- "y": 0,
522
- "w": 200,
523
- "h": 120,
524
- "style_modifiers": "shape=mxgraph.basic.cloud_rect"
1947
+ "type": "dashed",
1948
+ "style": "dashed=1;fixDash=1"
525
1949
  },
526
1950
  {
527
- "type": "square",
528
- "category": "element",
529
- "x": 0,
530
- "y": 0,
531
- "w": 160,
532
- "h": 160,
533
- "style_modifiers": ""
1951
+ "type": "dotted",
1952
+ "style": "dashed=1;fixDash=1;dashPattern=1 4"
534
1953
  },
535
1954
  {
536
- "type": "step",
537
- "category": "element",
538
- "x": 0,
539
- "y": 0,
540
- "w": 120,
541
- "h": 80,
542
- "style_modifiers": "shape=step;perimeter=stepPerimeter;fixedSize=1"
1955
+ "type": "dash_dot",
1956
+ "style": "dashed=1;fixDash=1;dashPattern=10 5 1 5"
543
1957
  },
544
1958
  {
545
- "type": "tick",
546
- "category": "element",
547
- "x": 0,
548
- "y": 0,
549
- "w": 50,
550
- "h": 50,
551
- "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.basic.tick"
1959
+ "type": "dash_dot_dot",
1960
+ "style": "dashed=1;fixDash=1;dashPattern=10 5 1 5 1 5"
552
1961
  },
553
1962
  {
554
- "type": "todo",
555
- "category": "element",
556
- "x": 0,
557
- "y": 0,
558
- "w": 300,
559
- "h": 60,
560
- "style_modifiers": ""
1963
+ "type": "dot_dot_dot",
1964
+ "style": "dashed=1;fixDash=1;dashPattern=1 2"
561
1965
  },
562
1966
  {
563
- "type": "face",
564
- "category": "element",
565
- "x": 0,
566
- "y": 0,
567
- "w": 100,
568
- "h": 100,
569
- "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.basic.smiley"
1967
+ "type": "long_dash",
1968
+ "style": "dashed=1;fixDash=1;dashPattern=16 6"
570
1969
  },
571
1970
  {
572
- "type": "triangle",
573
- "category": "element",
574
- "x": 0,
575
- "y": 0,
576
- "w": 100,
577
- "h": 100,
578
- "style_modifiers": "triangle"
1971
+ "type": "dash_long_dash",
1972
+ "style": "dashed=1;fixDash=1;dashPattern=10 6 16 6"
579
1973
  },
580
1974
  {
581
- "type": "embed_row",
582
- "category": "element",
583
- "x": 0,
584
- "y": 0,
585
- "w": 200,
586
- "h": 40,
587
- "style_modifiers": "shape=partialRectangle;collapsible=0;dropTarget=0;pointerEvents=0;top=0;left=0;bottom=1;right=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest"
1975
+ "type": "dashed24",
1976
+ "style": "dashed=1;fixDash=1;dashPattern=3 8"
588
1977
  },
589
1978
  {
590
- "type": "embed_col50",
591
- "category": "element",
592
- "x": 0,
593
- "y": 0,
594
- "w": 50,
595
- "h": 40,
596
- "style_modifiers": "shape=partialRectangle;connectable=0;top=0;left=0;bottom=0;right=0;fontStyle=1;overflow=hidden"
1979
+ "type": "dashed32",
1980
+ "style": "dashed=1;fixDash=1;dashPattern=6 5"
597
1981
  },
598
1982
  {
599
- "type": "embed_col200",
600
- "category": "element",
601
- "x": 0,
602
- "y": 0,
603
- "w": 150,
604
- "h": 40,
605
- "style_modifiers": "shape=partialRectangle;connectable=0;top=0;left=0;bottom=0;right=0;align=left;spacingLeft=6;overflow=hidden"
1983
+ "type": "dashed44",
1984
+ "style": "dashed=1;fixDash=1;dashPattern=8 8"
606
1985
  }
607
1986
  ]
608
1987
  }