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": [8, 8], | 10 "position": [8, 8], |
11 "bounds": [200, 200], | 11 "bounds": [200, 200], |
12 "children": [ | 12 "children": [ |
13 { | 13 { |
14 "bounds": [185, 185], | 14 "bounds": [185, 185], |
15 "shouldFlattenTransform": false, | 15 "shouldFlattenTransform": false, |
16 "transform": [ | 16 "transform": [ |
17 [1, 0, 0, 0], | 17 [1, 0, 0, 0], |
18 [0, 1, 0, 0], | 18 [0, 1, 0, 0], |
19 [0, 0, 1, -0.01], | 19 [0, 0, 1, -0.01], |
20 [0, 0, 0, 1] | 20 [0, 0, 0, 1] |
21 ], | 21 ], |
22 "children": [ | 22 "children": [ |
23 { | 23 { |
24 "bounds": [185, 265], | 24 "bounds": [185, 265], |
25 "shouldFlattenTransform": false, | 25 "shouldFlattenTransform": false, |
26 "children": [ | 26 "children": [ |
27 { | 27 { |
| 28 "shouldFlattenTransform": false, |
28 "children": [ | 29 "children": [ |
29 { | 30 { |
30 "position": [0, 65], | 31 "position": [0, 65], |
31 "bounds": [60, 200], | 32 "bounds": [60, 200], |
32 "contentsOpaque": true, | 33 "contentsOpaque": true, |
33 "drawsContent": true, | 34 "drawsContent": true, |
34 "backgroundColor": "#008000", | 35 "backgroundColor": "#008000", |
35 "transform": [ | 36 "transform": [ |
36 [1, 0, 0, 0], | 37 [1, 0, 0, 0], |
37 [0, 1, 0, 0], | 38 [0, 1, 0, 0], |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 } | 76 } |
76 ] | 77 ] |
77 } | 78 } |
78 ] | 79 ] |
79 } | 80 } |
80 ] | 81 ] |
81 } | 82 } |
82 ] | 83 ] |
83 } | 84 } |
84 | 85 |
OLD | NEW |