File size: 17,305 Bytes
159a51b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
{
  "id": "1:169",
  "name": "Frame",
  "type": "FRAME",
  "scrollBehavior": "SCROLLS",
  "boundVariables": {
    "fills": [
      {
        "type": "VARIABLE_ALIAS",
        "id": "VariableID:17912e44e519fdcc246c81a662dfbda3f69ce88b/1:12"
      }
    ]
  },
  "children": [
    {
      "id": "1:170",
      "name": "Right Box",
      "type": "RECTANGLE",
      "scrollBehavior": "SCROLLS",
      "blendMode": "PASS_THROUGH",
      "fills": [],
      "fillGeometry": [
        {
          "path": "M0 0L1920 0L1920 1080L0 1080L0 0Z",
          "windingRule": "NONZERO"
        }
      ],
      "strokes": [
        {
          "blendMode": "NORMAL",
          "type": "SOLID",
          "color": {
            "r": 0.0117647061124444,
            "g": 0.01568627543747425,
            "b": 0.3686274588108063,
            "a": 1.0
          }
        }
      ],
      "strokeWeight": 8.0,
      "strokeAlign": "INSIDE",
      "strokeGeometry": [
        {
          "path": "M0 0L0 -8L-8 -8L-8 0L0 0ZM1920 0L1928 0L1928 -8L1920 -8L1920 0ZM1920 1080L1920 1088L1928 1088L1928 1080L1920 1080ZM0 1080L-8 1080L-8 1088L0 1088L0 1080ZM0 0L0 8L1920 8L1920 0L1920 -8L0 -8L0 0ZM1920 0L1912 0L1912 1080L1920 1080L1928 1080L1928 0L1920 0ZM1920 1080L1920 1072L0 1072L0 1080L0 1088L1920 1088L1920 1080ZM0 1080L8 1080L8 0L0 0L-8 0L-8 1080L0 1080Z",
          "windingRule": "NONZERO"
        }
      ],
      "absoluteBoundingBox": {
        "x": 12960.0,
        "y": 3360.0,
        "width": 1920.0,
        "height": 1080.0
      },
      "absoluteRenderBounds": {
        "x": 12960.0,
        "y": 3360.0,
        "width": 1920.0,
        "height": 1080.0
      },
      "constraints": {
        "vertical": "TOP",
        "horizontal": "LEFT"
      },
      "relativeTransform": [
        [
          1.0,
          0.0,
          0.0
        ],
        [
          0.0,
          1.0,
          0.0
        ]
      ],
      "size": {
        "x": 1920.0,
        "y": 1080.0
      },
      "effects": [],
      "interactions": [],
      "complexStrokeProperties": {
        "strokeType": "BASIC"
      }
    },
    {
      "id": "1:171",
      "name": "Right Box",
      "type": "RECTANGLE",
      "scrollBehavior": "SCROLLS",
      "blendMode": "PASS_THROUGH",
      "fills": [],
      "fillGeometry": [
        {
          "path": "M0 0L480 0L480 1080L0 1080L0 0Z",
          "windingRule": "NONZERO"
        }
      ],
      "strokes": [
        {
          "blendMode": "NORMAL",
          "type": "SOLID",
          "color": {
            "r": 0.0117647061124444,
            "g": 0.01568627543747425,
            "b": 0.3686274588108063,
            "a": 1.0
          }
        }
      ],
      "strokeWeight": 8.0,
      "strokeAlign": "INSIDE",
      "strokeGeometry": [
        {
          "path": "M0 0L0 -8L-8 -8L-8 0L0 0ZM480 0L488 0L488 -8L480 -8L480 0ZM480 1080L480 1088L488 1088L488 1080L480 1080ZM0 1080L-8 1080L-8 1088L0 1088L0 1080ZM0 0L0 8L480 8L480 0L480 -8L0 -8L0 0ZM480 0L472 0L472 1080L480 1080L488 1080L488 0L480 0ZM480 1080L480 1072L0 1072L0 1080L0 1088L480 1088L480 1080ZM0 1080L8 1080L8 0L0 0L-8 0L-8 1080L0 1080Z",
          "windingRule": "NONZERO"
        }
      ],
      "absoluteBoundingBox": {
        "x": 12960.0,
        "y": 3360.0,
        "width": 480.0,
        "height": 1080.0
      },
      "absoluteRenderBounds": {
        "x": 12960.0,
        "y": 3360.0,
        "width": 480.0,
        "height": 1080.0
      },
      "constraints": {
        "vertical": "TOP",
        "horizontal": "LEFT"
      },
      "relativeTransform": [
        [
          1.0,
          0.0,
          0.0
        ],
        [
          0.0,
          1.0,
          0.0
        ]
      ],
      "size": {
        "x": 480.0,
        "y": 1080.0
      },
      "effects": [],
      "interactions": [],
      "complexStrokeProperties": {
        "strokeType": "BASIC"
      }
    },
    {
      "id": "1:172",
      "name": "Right Box",
      "type": "RECTANGLE",
      "scrollBehavior": "SCROLLS",
      "blendMode": "PASS_THROUGH",
      "fills": [
        {
          "blendMode": "NORMAL",
          "type": "SOLID",
          "color": {
            "r": 0.7921568751335144,
            "g": 0.9411764740943909,
            "b": 0.9725490212440491,
            "a": 1.0
          }
        }
      ],
      "fillGeometry": [
        {
          "path": "M0 0L480 0L480 540L0 540L0 0Z",
          "windingRule": "NONZERO"
        }
      ],
      "strokes": [
        {
          "blendMode": "NORMAL",
          "type": "SOLID",
          "color": {
            "r": 0.0117647061124444,
            "g": 0.01568627543747425,
            "b": 0.3686274588108063,
            "a": 1.0
          }
        }
      ],
      "strokeWeight": 8.0,
      "strokeAlign": "INSIDE",
      "strokeGeometry": [
        {
          "path": "M0 0L0 -8L-8 -8L-8 0L0 0ZM480 0L488 0L488 -8L480 -8L480 0ZM480 540L480 548L488 548L488 540L480 540ZM0 540L-8 540L-8 548L0 548L0 540ZM0 0L0 8L480 8L480 0L480 -8L0 -8L0 0ZM480 0L472 0L472 540L480 540L488 540L488 0L480 0ZM480 540L480 532L0 532L0 540L0 548L480 548L480 540ZM0 540L8 540L8 0L0 0L-8 0L-8 540L0 540Z",
          "windingRule": "NONZERO"
        }
      ],
      "absoluteBoundingBox": {
        "x": 12960.0,
        "y": 3360.0,
        "width": 480.0,
        "height": 540.0
      },
      "absoluteRenderBounds": {
        "x": 12960.0,
        "y": 3360.0,
        "width": 480.0,
        "height": 540.0
      },
      "constraints": {
        "vertical": "TOP",
        "horizontal": "LEFT"
      },
      "relativeTransform": [
        [
          1.0,
          0.0,
          0.0
        ],
        [
          0.0,
          1.0,
          0.0
        ]
      ],
      "size": {
        "x": 480.0,
        "y": 540.0
      },
      "effects": [],
      "interactions": [],
      "complexStrokeProperties": {
        "strokeType": "BASIC"
      }
    },
    {
      "id": "1:173",
      "name": "Ellipse 1",
      "type": "ELLIPSE",
      "scrollBehavior": "SCROLLS",
      "blendMode": "PASS_THROUGH",
      "fills": [
        {
          "blendMode": "NORMAL",
          "type": "IMAGE",
          "scaleMode": "FILL",
          "imageRef": "b8e9e660d0999d2c851edad1602512118ab47fd3"
        }
      ],
      "fillGeometry": [
        {
          "path": "M300 150C300 232.843 232.843 300 150 300C67.1573 300 0 232.843 0 150C0 67.1573 67.1573 0 150 0C232.843 0 300 67.1573 300 150Z",
          "windingRule": "NONZERO"
        }
      ],
      "strokes": [
        {
          "blendMode": "NORMAL",
          "type": "SOLID",
          "color": {
            "r": 0.0117647061124444,
            "g": 0.01568627543747425,
            "b": 0.3686274588108063,
            "a": 1.0
          }
        }
      ],
      "strokeWeight": 8.0,
      "strokeAlign": "INSIDE",
      "strokeGeometry": [
        {
          "path": "M300 150L292 150C292 228.424 228.424 292 150 292L150 300L150 308C237.261 308 308 237.261 308 150L300 150ZM150 300L150 292C71.5756 292 8 228.424 8 150L0 150L-8 150C-8 237.261 62.739 308 150 308L150 300ZM0 150L8 150C8 71.5756 71.5756 8 150 8L150 0L150 -8C62.739 -8 -8 62.739 -8 150L0 150ZM150 0L150 8C228.424 8 292 71.5756 292 150L300 150L308 150C308 62.739 237.261 -8 150 -8L150 0Z",
          "windingRule": "NONZERO"
        }
      ],
      "absoluteBoundingBox": {
        "x": 13290.0,
        "y": 3774.0,
        "width": 300.0,
        "height": 300.0
      },
      "absoluteRenderBounds": {
        "x": 13290.0,
        "y": 3774.0,
        "width": 300.0,
        "height": 300.0
      },
      "preserveRatio": true,
      "targetAspectRatio": {
        "x": 300.0,
        "y": 300.0
      },
      "constraints": {
        "vertical": "TOP",
        "horizontal": "LEFT"
      },
      "relativeTransform": [
        [
          1.0,
          0.0,
          330.0
        ],
        [
          0.0,
          1.0,
          414.0
        ]
      ],
      "size": {
        "x": 300.0,
        "y": 300.0
      },
      "effects": [],
      "arcData": {
        "startingAngle": 0.0,
        "endingAngle": 6.2831854820251465,
        "innerRadius": 0.0
      },
      "interactions": [],
      "complexStrokeProperties": {
        "strokeType": "BASIC"
      }
    },
    {
      "id": "1:174",
      "name": "Caption",
      "type": "TEXT",
      "scrollBehavior": "SCROLLS",
      "rotation": 3.469446951953614e-18,
      "boundVariables": {
        "fills": [
          {
            "type": "VARIABLE_ALIAS",
            "id": "VariableID:34d065139903928de038d6d6ef5303f6eebeea34/1:17"
          }
        ]
      },
      "blendMode": "PASS_THROUGH",
      "fills": [
        {
          "blendMode": "NORMAL",
          "type": "SOLID",
          "color": {
            "r": 0.007843137718737125,
            "g": 0.24313725531101227,
            "b": 0.5411764979362488,
            "a": 1.0
          },
          "boundVariables": {
            "color": {
              "type": "VARIABLE_ALIAS",
              "id": "VariableID:34d065139903928de038d6d6ef5303f6eebeea34/1:17"
            }
          }
        }
      ],
      "fillGeometry": [],
      "strokes": [],
      "strokeWeight": 1.0,
      "strokeAlign": "OUTSIDE",
      "strokeGeometry": [],
      "absoluteBoundingBox": {
        "x": 13019.0,
        "y": 4170.0,
        "width": 362.0,
        "height": 136.0
      },
      "absoluteRenderBounds": {
        "x": 13020.1484375,
        "y": 4178.0,
        "width": 314.12109375,
        "height": 125.12109375
      },
      "constraints": {
        "vertical": "TOP",
        "horizontal": "LEFT"
      },
      "relativeTransform": [
        [
          1.0,
          -3.469446951953614e-18,
          59.0
        ],
        [
          3.469446951953614e-18,
          1.0,
          810.0
        ]
      ],
      "size": {
        "x": 362.0,
        "y": 136.0
      },
      "characters": "Fig. 11: Schematic showing mechanisms for reduced abyssal ventilation by 2050.",
      "characterStyleOverrides": [],
      "styleOverrideTable": {},
      "lineTypes": [
        "NONE"
      ],
      "lineIndentations": [
        0
      ],
      "style": {
        "fontFamily": "Roboto Mono",
        "fontPostScriptName": null,
        "fontStyle": "Regular",
        "fontWeight": 400,
        "textAutoResize": "HEIGHT",
        "fontSize": 24.0,
        "textAlignHorizontal": "LEFT",
        "textAlignVertical": "TOP",
        "letterSpacing": 0.0,
        "lineHeightPx": 33.599998474121094,
        "lineHeightPercent": 106.15327453613281,
        "lineHeightPercentFontSize": 140.0,
        "lineHeightUnit": "FONT_SIZE_%"
      },
      "layoutVersion": 5,
      "styles": {
        "text": "1:8"
      },
      "effects": [],
      "interactions": [],
      "complexStrokeProperties": {
        "strokeType": "BASIC"
      }
    },
    {
      "id": "1:175",
      "name": "Caption",
      "type": "TEXT",
      "scrollBehavior": "SCROLLS",
      "rotation": 3.469446951953614e-18,
      "boundVariables": {
        "fills": [
          {
            "type": "VARIABLE_ALIAS",
            "id": "VariableID:34d065139903928de038d6d6ef5303f6eebeea34/1:17"
          }
        ]
      },
      "blendMode": "PASS_THROUGH",
      "fills": [
        {
          "blendMode": "NORMAL",
          "type": "SOLID",
          "color": {
            "r": 0.007843137718737125,
            "g": 0.24313725531101227,
            "b": 0.5411764979362488,
            "a": 1.0
          },
          "boundVariables": {
            "color": {
              "type": "VARIABLE_ALIAS",
              "id": "VariableID:34d065139903928de038d6d6ef5303f6eebeea34/1:17"
            }
          }
        }
      ],
      "fillGeometry": [],
      "strokes": [],
      "strokeWeight": 1.0,
      "strokeAlign": "OUTSIDE",
      "strokeGeometry": [],
      "absoluteBoundingBox": {
        "x": 13006.0,
        "y": 3434.0,
        "width": 362.0,
        "height": 340.0
      },
      "absoluteRenderBounds": {
        "x": 13006.890625,
        "y": 3442.0,
        "width": 358.60546875,
        "height": 324.234375
      },
      "constraints": {
        "vertical": "TOP",
        "horizontal": "LEFT"
      },
      "relativeTransform": [
        [
          1.0,
          -3.469446951953614e-18,
          46.0
        ],
        [
          3.469446951953614e-18,
          1.0,
          74.0
        ]
      ],
      "size": {
        "x": 362.0,
        "y": 340.0
      },
      "characters": "The study suggests that the influx of meltwater around Antarctica leads to a contraction of Antarctic Bottom Water (AABW), opening a pathway for warmer Circumpolar Deep Waters to gain greater access to the continental shelf.",
      "characterStyleOverrides": [],
      "styleOverrideTable": {},
      "lineTypes": [
        "NONE"
      ],
      "lineIndentations": [
        0
      ],
      "style": {
        "fontFamily": "Roboto Mono",
        "fontPostScriptName": null,
        "fontStyle": "Regular",
        "fontWeight": 400,
        "textAutoResize": "HEIGHT",
        "fontSize": 24.0,
        "textAlignHorizontal": "LEFT",
        "textAlignVertical": "TOP",
        "letterSpacing": 0.0,
        "lineHeightPx": 33.599998474121094,
        "lineHeightPercent": 106.15327453613281,
        "lineHeightPercentFontSize": 140.0,
        "lineHeightUnit": "FONT_SIZE_%"
      },
      "layoutVersion": 5,
      "styles": {
        "text": "1:8"
      },
      "effects": [],
      "interactions": [],
      "complexStrokeProperties": {
        "strokeType": "BASIC"
      }
    },
    {
      "id": "1:176",
      "name": "s 1",
      "type": "RECTANGLE",
      "scrollBehavior": "SCROLLS",
      "blendMode": "PASS_THROUGH",
      "fills": [
        {
          "blendMode": "NORMAL",
          "type": "IMAGE",
          "scaleMode": "FILL",
          "imageRef": "0047d9f18f81c8e34b316d8367592c612b429cff"
        }
      ],
      "fillGeometry": [
        {
          "path": "M0 0L1431 0L1431 702L0 702L0 0Z",
          "windingRule": "NONZERO"
        }
      ],
      "strokes": [],
      "strokeWeight": 1.0,
      "strokeAlign": "INSIDE",
      "strokeGeometry": [],
      "absoluteBoundingBox": {
        "x": 13440.0,
        "y": 3500.0,
        "width": 1431.0,
        "height": 702.0
      },
      "absoluteRenderBounds": {
        "x": 13440.0,
        "y": 3500.0,
        "width": 1431.0,
        "height": 702.0
      },
      "preserveRatio": true,
      "targetAspectRatio": {
        "x": 1431.0,
        "y": 702.0
      },
      "constraints": {
        "vertical": "TOP",
        "horizontal": "LEFT"
      },
      "relativeTransform": [
        [
          1.0,
          0.0,
          480.0
        ],
        [
          0.0,
          1.0,
          140.0
        ]
      ],
      "size": {
        "x": 1431.0,
        "y": 702.0
      },
      "effects": [],
      "interactions": [],
      "complexStrokeProperties": {
        "strokeType": "BASIC"
      }
    }
  ],
  "blendMode": "PASS_THROUGH",
  "clipsContent": true,
  "background": [
    {
      "blendMode": "NORMAL",
      "type": "SOLID",
      "color": {
        "r": 1.0,
        "g": 1.0,
        "b": 1.0,
        "a": 1.0
      },
      "boundVariables": {
        "color": {
          "type": "VARIABLE_ALIAS",
          "id": "VariableID:17912e44e519fdcc246c81a662dfbda3f69ce88b/1:12"
        }
      }
    }
  ],
  "fills": [
    {
      "blendMode": "NORMAL",
      "type": "SOLID",
      "color": {
        "r": 1.0,
        "g": 1.0,
        "b": 1.0,
        "a": 1.0
      },
      "boundVariables": {
        "color": {
          "type": "VARIABLE_ALIAS",
          "id": "VariableID:17912e44e519fdcc246c81a662dfbda3f69ce88b/1:12"
        }
      }
    }
  ],
  "strokes": [],
  "strokeWeight": 1.0,
  "strokeAlign": "INSIDE",
  "backgroundColor": {
    "r": 1.0,
    "g": 1.0,
    "b": 1.0,
    "a": 1.0
  },
  "layoutGrids": [
    {
      "pattern": "COLUMNS",
      "sectionSize": 1584.0,
      "visible": true,
      "color": {
        "r": 1.0,
        "g": 0.0,
        "b": 0.0,
        "a": 0.10000000149011612
      },
      "alignment": "STRETCH",
      "gutterSize": 168.0,
      "offset": 168.0,
      "count": 1
    },
    {
      "pattern": "ROWS",
      "sectionSize": 824.0,
      "visible": true,
      "color": {
        "r": 1.0,
        "g": 0.0,
        "b": 0.0,
        "a": 0.10000000149011612
      },
      "alignment": "STRETCH",
      "gutterSize": 128.0,
      "offset": 128.0,
      "count": 1
    }
  ],
  "fillGeometry": [
    {
      "path": "M0 0L1920 0L1920 1080L0 1080L0 0Z",
      "windingRule": "NONZERO"
    }
  ],
  "strokeGeometry": [],
  "absoluteBoundingBox": {
    "x": 12960.0,
    "y": 3360.0,
    "width": 1920.0,
    "height": 1080.0
  },
  "absoluteRenderBounds": {
    "x": 12960.0,
    "y": 3360.0,
    "width": 1920.0,
    "height": 1080.0
  },
  "constraints": {
    "vertical": "TOP",
    "horizontal": "LEFT"
  },
  "relativeTransform": [
    [
      1.0,
      0.0,
      13060.0
    ],
    [
      0.0,
      1.0,
      3460.0
    ]
  ],
  "size": {
    "x": 1920.0,
    "y": 1080.0
  },
  "effects": [],
  "interactions": [],
  "complexStrokeProperties": {
    "strokeType": "BASIC"
  }
}