drawio_dsl 0.10.1 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,46 +1,586 @@
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
  {
@@ -1197,11 +1737,23 @@
1197
1737
  "font_color": "#1F2D3D"
1198
1738
  },
1199
1739
  {
1200
- "favourite": 0,
1740
+ "favourite": 1,
1201
1741
  "type": "light_golden_rod_yellow",
1202
1742
  "bg_color": "#FAFAD2",
1203
1743
  "font_color": "#1F2D3D"
1204
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
+ },
1205
1757
  {
1206
1758
  "favourite": 0,
1207
1759
  "type": "old_lace",
@@ -1365,7 +1917,7 @@
1365
1917
  "font_color": "#1F2D3D"
1366
1918
  },
1367
1919
  {
1368
- "favourite": 0,
1920
+ "favourite": 1,
1369
1921
  "type": "snow",
1370
1922
  "bg_color": "#FFFAFA",
1371
1923
  "font_color": "#1F2D3D"
@@ -1390,402 +1942,46 @@
1390
1942
  }
1391
1943
  ]
1392
1944
  },
1393
- "shapes": [
1394
- {
1395
- "type": "solid",
1396
- "category": "line",
1397
- "x": 0,
1398
- "y": 0,
1399
- "w": 50,
1400
- "h": 50,
1401
- "style_modifiers": "edgeStyle=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0"
1402
- },
1403
- {
1404
- "type": "h1",
1405
- "category": "text",
1406
- "x": 0,
1407
- "y": 0,
1408
- "w": 100,
1409
- "h": 50,
1410
- "style_modifiers": "text;fontSize=89;fontStyle=1;fillColor=none"
1411
- },
1412
- {
1413
- "type": "h2",
1414
- "category": "text",
1415
- "x": 0,
1416
- "y": 0,
1417
- "w": 100,
1418
- "h": 50,
1419
- "style_modifiers": "text;fontSize=67;fontStyle=1;fillColor=none"
1420
- },
1421
- {
1422
- "type": "h3",
1423
- "category": "text",
1424
- "x": 0,
1425
- "y": 0,
1426
- "w": 100,
1427
- "h": 50,
1428
- "style_modifiers": "text;fontSize=50;fontStyle=1;fillColor=none"
1429
- },
1430
- {
1431
- "type": "h4",
1432
- "category": "text",
1433
- "x": 0,
1434
- "y": 0,
1435
- "w": 100,
1436
- "h": 50,
1437
- "style_modifiers": "text;fontSize=37;fontStyle=1;fillColor=none"
1438
- },
1439
- {
1440
- "type": "h5",
1441
- "category": "text",
1442
- "x": 0,
1443
- "y": 0,
1444
- "w": 100,
1445
- "h": 50,
1446
- "style_modifiers": "text;fontSize=28;fontStyle=1;fillColor=none"
1447
- },
1448
- {
1449
- "type": "h6",
1450
- "category": "text",
1451
- "x": 0,
1452
- "y": 0,
1453
- "w": 100,
1454
- "h": 50,
1455
- "style_modifiers": "text;fontSize=21;fontStyle=1;fillColor=none"
1456
- },
1457
- {
1458
- "type": "p",
1459
- "category": "text",
1460
- "x": 0,
1461
- "y": 0,
1462
- "w": 100,
1463
- "h": 50,
1464
- "style_modifiers": "text;fontSize=16;fontStyle=1;fillColor=none"
1465
- },
1466
- {
1467
- "type": "actor",
1468
- "category": "element",
1469
- "x": 0,
1470
- "y": 0,
1471
- "w": 40,
1472
- "h": 50,
1473
- "style_modifiers": "shape=actor"
1474
- },
1475
- {
1476
- "type": "actor2",
1477
- "category": "element",
1478
- "x": 0,
1479
- "y": 0,
1480
- "w": 30,
1481
- "h": 50,
1482
- "style_modifiers": "shape=umlActor;verticalLabelPosition=bottom;outlineConnect=1"
1483
- },
1484
- {
1485
- "type": "callout",
1486
- "category": "element",
1487
- "x": 0,
1488
- "y": 0,
1489
- "w": 160,
1490
- "h": 120,
1491
- "style_modifiers": "shape=callout"
1492
- },
1493
- {
1494
- "type": "callout2",
1495
- "category": "element",
1496
- "x": 0,
1497
- "y": 0,
1498
- "w": 160,
1499
- "h": 160,
1500
- "style_modifiers": "shape=mxgraph.basic.oval_callout"
1501
- },
1502
- {
1503
- "type": "callout3",
1504
- "category": "element",
1505
- "x": 0,
1506
- "y": 0,
1507
- "w": 160,
1508
- "h": 160,
1509
- "style_modifiers": "shape=mxgraph.basic.cloud_callout"
1510
- },
1511
- {
1512
- "type": "callout4",
1513
- "category": "element",
1514
- "x": 0,
1515
- "y": 0,
1516
- "w": 160,
1517
- "h": 120,
1518
- "style_modifiers": "shape=mxgraph.basic.roundRectCallout;dx=30;dy=15;size=5;boundedLbl=1;"
1519
- },
1520
- {
1521
- "type": "circle",
1522
- "category": "element",
1523
- "x": 0,
1524
- "y": 0,
1525
- "w": 160,
1526
- "h": 160,
1527
- "style_modifiers": "ellipse"
1528
- },
1529
- {
1530
- "type": "cloud",
1531
- "category": "element",
1532
- "x": 0,
1533
- "y": 0,
1534
- "w": 160,
1535
- "h": 160,
1536
- "style_modifiers": "shape=cloud"
1537
- },
1538
- {
1539
- "type": "container",
1540
- "category": "element",
1541
- "x": 0,
1542
- "y": 0,
1543
- "w": 160,
1544
- "h": 160,
1545
- "style_modifiers": "swimlane"
1546
- },
1547
- {
1548
- "type": "container2",
1549
- "category": "element",
1550
- "x": 0,
1551
- "y": 0,
1552
- "w": 160,
1553
- "h": 160,
1554
- "style_modifiers": "swimlane;horizontal=0"
1555
- },
1556
- {
1557
- "type": "container3",
1558
- "category": "element",
1559
- "x": 0,
1560
- "y": 0,
1561
- "w": 160,
1562
- "h": 160,
1563
- "style_modifiers": "swimlane;startSize=50"
1564
- },
1565
- {
1566
- "type": "container4",
1567
- "category": "element",
1568
- "x": 0,
1569
- "y": 0,
1570
- "w": 160,
1571
- "h": 160,
1572
- "style_modifiers": "swimlane;resizable=0"
1573
- },
1574
- {
1575
- "type": "cross",
1576
- "category": "element",
1577
- "x": 0,
1578
- "y": 0,
1579
- "w": 50,
1580
- "h": 50,
1581
- "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;html=1;shape=mxgraph.basic.x"
1582
- },
1583
- {
1584
- "type": "envelop",
1585
- "category": "element",
1586
- "x": 0,
1587
- "y": 0,
1588
- "w": 160,
1589
- "h": 100,
1590
- "style_modifiers": "shape=message"
1591
- },
1592
- {
1593
- "type": "database",
1594
- "category": "element",
1595
- "x": 0,
1596
- "y": 0,
1597
- "w": 160,
1598
- "h": 80,
1599
- "style_modifiers": "shape=mxgraph.flowchart.database;strokeWidth=1"
1600
- },
1601
- {
1602
- "type": "db_json",
1603
- "category": "element",
1604
- "x": 0,
1605
- "y": 0,
1606
- "w": 160,
1607
- "h": 40,
1608
- "style_modifiers": "shape=mxgraph.flowchart.database;strokeWidth=1"
1609
- },
1610
- {
1611
- "type": "diamond",
1612
- "category": "element",
1613
- "x": 0,
1614
- "y": 0,
1615
- "w": 100,
1616
- "h": 100,
1617
- "style_modifiers": "rhombus"
1618
- },
1619
- {
1620
- "type": "document",
1621
- "category": "element",
1622
- "x": 0,
1623
- "y": 0,
1624
- "w": 160,
1625
- "h": 160,
1626
- "style_modifiers": "shape=mxgraph.basic.document"
1627
- },
1628
- {
1629
- "type": "ellipse",
1630
- "category": "element",
1631
- "x": 0,
1632
- "y": 0,
1633
- "w": 200,
1634
- "h": 120,
1635
- "style_modifiers": "ellipse"
1636
- },
1637
- {
1638
- "type": "group",
1639
- "category": "element",
1640
- "x": 0,
1641
- "y": 0,
1642
- "w": 210,
1643
- "h": 210,
1644
- "style_modifiers": "fontSize=20;verticalAlign=top"
1645
- },
1646
- {
1647
- "type": "hexagon",
1648
- "category": "element",
1649
- "x": 0,
1650
- "y": 0,
1651
- "w": 200,
1652
- "h": 120,
1653
- "style_modifiers": "shape=hexagon"
1654
- },
1655
- {
1656
- "type": "interface",
1657
- "category": "element",
1658
- "x": 0,
1659
- "y": 0,
1660
- "w": 160,
1661
- "h": 160,
1662
- "style_modifiers": "align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
1663
- },
1664
- {
1665
- "type": "klass",
1666
- "category": "element",
1667
- "x": 0,
1668
- "y": 0,
1669
- "w": 160,
1670
- "h": 160,
1671
- "style_modifiers": "align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
1672
- },
1673
- {
1674
- "type": "note",
1675
- "category": "element",
1676
- "x": 0,
1677
- "y": 0,
1678
- "w": 160,
1679
- "h": 160,
1680
- "style_modifiers": "shape=note"
1681
- },
1682
- {
1683
- "type": "process",
1684
- "category": "element",
1685
- "x": 0,
1686
- "y": 0,
1687
- "w": 200,
1688
- "h": 120,
1689
- "style_modifiers": "shape=process"
1690
- },
1691
- {
1692
- "type": "rectangle",
1693
- "category": "element",
1694
- "x": 0,
1695
- "y": 0,
1696
- "w": 200,
1697
- "h": 120,
1698
- "style_modifiers": ""
1699
- },
1945
+ "strokes": [
1700
1946
  {
1701
- "type": "rectangle2",
1702
- "category": "element",
1703
- "x": 0,
1704
- "y": 0,
1705
- "w": 200,
1706
- "h": 120,
1707
- "style_modifiers": "shape=mxgraph.basic.cloud_rect"
1947
+ "type": "dashed",
1948
+ "style": "dashed=1;fixDash=1"
1708
1949
  },
1709
1950
  {
1710
- "type": "square",
1711
- "category": "element",
1712
- "x": 0,
1713
- "y": 0,
1714
- "w": 160,
1715
- "h": 160,
1716
- "style_modifiers": ""
1951
+ "type": "dotted",
1952
+ "style": "dashed=1;fixDash=1;dashPattern=1 4"
1717
1953
  },
1718
1954
  {
1719
- "type": "step",
1720
- "category": "element",
1721
- "x": 0,
1722
- "y": 0,
1723
- "w": 120,
1724
- "h": 80,
1725
- "style_modifiers": "shape=step;perimeter=stepPerimeter;fixedSize=1"
1955
+ "type": "dash_dot",
1956
+ "style": "dashed=1;fixDash=1;dashPattern=10 5 1 5"
1726
1957
  },
1727
1958
  {
1728
- "type": "tick",
1729
- "category": "element",
1730
- "x": 0,
1731
- "y": 0,
1732
- "w": 50,
1733
- "h": 50,
1734
- "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"
1735
1961
  },
1736
1962
  {
1737
- "type": "todo",
1738
- "category": "element",
1739
- "x": 0,
1740
- "y": 0,
1741
- "w": 300,
1742
- "h": 60,
1743
- "style_modifiers": ""
1963
+ "type": "dot_dot_dot",
1964
+ "style": "dashed=1;fixDash=1;dashPattern=1 2"
1744
1965
  },
1745
1966
  {
1746
- "type": "face",
1747
- "category": "element",
1748
- "x": 0,
1749
- "y": 0,
1750
- "w": 100,
1751
- "h": 100,
1752
- "style_modifiers": "verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.basic.smiley"
1967
+ "type": "long_dash",
1968
+ "style": "dashed=1;fixDash=1;dashPattern=16 6"
1753
1969
  },
1754
1970
  {
1755
- "type": "triangle",
1756
- "category": "element",
1757
- "x": 0,
1758
- "y": 0,
1759
- "w": 100,
1760
- "h": 100,
1761
- "style_modifiers": "triangle"
1971
+ "type": "dash_long_dash",
1972
+ "style": "dashed=1;fixDash=1;dashPattern=10 6 16 6"
1762
1973
  },
1763
1974
  {
1764
- "type": "embed_row",
1765
- "category": "element",
1766
- "x": 0,
1767
- "y": 0,
1768
- "w": 200,
1769
- "h": 40,
1770
- "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"
1771
1977
  },
1772
1978
  {
1773
- "type": "embed_col50",
1774
- "category": "element",
1775
- "x": 0,
1776
- "y": 0,
1777
- "w": 50,
1778
- "h": 40,
1779
- "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"
1780
1981
  },
1781
1982
  {
1782
- "type": "embed_col200",
1783
- "category": "element",
1784
- "x": 0,
1785
- "y": 0,
1786
- "w": 150,
1787
- "h": 40,
1788
- "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"
1789
1985
  }
1790
1986
  ]
1791
1987
  }