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, | |
28 "children": [ | 27 "children": [ |
29 { | 28 { |
30 "shouldFlattenTransform": false | 29 |
31 } | 30 } |
32 ] | 31 ] |
33 } | 32 } |
34 ] | 33 ] |
35 } | 34 } |
36 ] | 35 ] |
37 } | 36 } |
38 ] | 37 ] |
39 }, | 38 }, |
40 { | 39 { |
(...skipping 28 matching lines...) Expand all Loading... |
69 "bounds": [7, 100], | 68 "bounds": [7, 100], |
70 "drawsContent": true | 69 "drawsContent": true |
71 } | 70 } |
72 ] | 71 ] |
73 } | 72 } |
74 ] | 73 ] |
75 } | 74 } |
76 ] | 75 ] |
77 } | 76 } |
78 | 77 |
OLD | NEW |