OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "children": [ | 7 "children": [ |
8 { | 8 { |
9 "bounds": [800, 408], | 9 "bounds": [800, 408], |
10 "drawsContent": true, | 10 "drawsContent": true, |
11 "children": [ | 11 "children": [ |
12 { | 12 { |
13 "position": [8, 100], | 13 "position": [8, 100], |
14 "bounds": [10, 10], | 14 "bounds": [10, 10], |
15 "contentsOpaque": true, | 15 "contentsOpaque": true, |
16 "drawsContent": true, | 16 "drawsContent": true, |
17 "backgroundColor": "#FF0000" | 17 "backgroundColor": "#FF0000" |
18 }, | 18 }, |
19 { | 19 { |
20 "bounds": [800, 408], | 20 "bounds": [800, 408], |
21 "drawsContent": true | 21 "drawsContent": true |
22 }, | 22 }, |
23 { | 23 { |
24 "position": [108, 100], | 24 "position": [108, 100], |
25 "bounds": [300, 300], | 25 "bounds": [300, 300], |
| 26 "drawsContent": true, |
26 "children": [ | 27 "children": [ |
27 { | 28 { |
28 "bounds": [285, 300], | 29 "bounds": [285, 300], |
29 "children": [ | 30 "children": [ |
30 { | 31 { |
31 "bounds": [285, 1000], | 32 "bounds": [285, 1000], |
32 "shouldFlattenTransform": false, | 33 "shouldFlattenTransform": false, |
33 "children": [ | 34 "children": [ |
34 { | 35 { |
35 "shouldFlattenTransform": false | 36 "shouldFlattenTransform": false |
(...skipping 26 matching lines...) Expand all Loading... |
62 } | 63 } |
63 ] | 64 ] |
64 } | 65 } |
65 ] | 66 ] |
66 } | 67 } |
67 ] | 68 ] |
68 } | 69 } |
69 ] | 70 ] |
70 } | 71 } |
71 | 72 |
OLD | NEW |