OLD | NEW |
1 { | 1 { |
2 "bounds": [785, 4016], | 2 "bounds": [785, 4016], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [785, 4016], | 5 "bounds": [785, 4016], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "repaintRects": [ | 8 "repaintRects": [ |
9 [0, 600, 400, 100], | 9 [0, 500, 400, 200] |
10 [0, 500, 400, 100] | |
11 ], | 10 ], |
12 "children": [ | 11 "children": [ |
13 { | 12 { |
14 "position": [0, 600], | 13 "position": [0, 600], |
15 "bounds": [400, 100], | 14 "bounds": [400, 100], |
16 "contentsOpaque": true, | 15 "contentsOpaque": true, |
17 "backgroundColor": "#A0A0A0", | 16 "backgroundColor": "#A0A0A0", |
18 "children": [ | 17 "children": [ |
19 { | 18 { |
20 "bounds": [400, 100], | 19 "bounds": [400, 100], |
21 "children": [ | 20 "children": [ |
22 { | 21 { |
23 "bounds": [200, 100], | 22 "bounds": [200, 100], |
24 "contentsOpaque": true, | 23 "contentsOpaque": true, |
25 "drawsContent": true, | 24 "drawsContent": true, |
26 "backgroundColor": "#00A0A0" | 25 "backgroundColor": "#00A0A0" |
27 } | 26 } |
28 ] | 27 ] |
29 } | 28 } |
30 ] | 29 ] |
31 } | 30 } |
32 ] | 31 ] |
33 } | 32 } |
34 ] | 33 ] |
35 } | 34 } |
36 | 35 |
OLD | NEW |