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 "drawsContent": true, | 7 "drawsContent": true, |
8 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "position": [98, 90], | 10 "position": [98, 90], |
11 "bounds": [300, 300], | 11 "bounds": [300, 300], |
12 "contentsOpaque": true, | 12 "contentsOpaque": true, |
13 "drawsContent": true, | 13 "drawsContent": true, |
14 "backfaceVisibility": "hidden", | 14 "backfaceVisibility": "hidden", |
15 "backgroundColor": "#FFEFD5", | 15 "backgroundColor": "#FFEFD5", |
16 "children": [ | 16 "children": [ |
17 { | 17 { |
18 "bounds": [102, 102], | 18 "bounds": [102, 102], |
19 "drawsContent": true, | 19 "drawsContent": true, |
20 "children": [ | 20 "children": [ |
21 { | 21 { |
22 "position": [1, 1], | 22 "position": [1, 1], |
23 "bounds": [100, 100], | 23 "bounds": [100, 100], |
24 "children": [ | 24 "children": [ |
25 { | 25 { |
26 "bounds": [100, 180], | 26 "bounds": [100, 180], |
27 "shouldFlattenTransform": false, | 27 "shouldFlattenTransform": false, |
28 "children": [ | 28 "children": [ |
29 { | 29 { |
30 | 30 "shouldFlattenTransform": false |
31 } | 31 } |
32 ] | 32 ] |
33 } | 33 } |
34 ] | 34 ] |
35 } | 35 } |
36 ] | 36 ] |
37 } | 37 } |
38 ] | 38 ] |
39 }, | 39 }, |
40 { | 40 { |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 "bounds": [7, 7], | 78 "bounds": [7, 7], |
79 "drawsContent": true | 79 "drawsContent": true |
80 } | 80 } |
81 ] | 81 ] |
82 } | 82 } |
83 ] | 83 ] |
84 } | 84 } |
85 ] | 85 ] |
86 } | 86 } |
87 | 87 |
OLD | NEW |