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], |
(...skipping 30 matching lines...) Expand all Loading... |
41 } | 41 } |
42 ] | 42 ] |
43 } | 43 } |
44 ] | 44 ] |
45 }, | 45 }, |
46 { | 46 { |
47 "position": [50, 200], | 47 "position": [50, 200], |
48 "bounds": [200, 200], | 48 "bounds": [200, 200], |
49 "contentsOpaque": true, | 49 "contentsOpaque": true, |
50 "drawsContent": true, | 50 "drawsContent": true, |
51 "backgroundColor": "#008000", | 51 "backgroundColor": "#008000" |
52 "children": [ | |
53 { | |
54 | |
55 } | |
56 ] | |
57 }, | 52 }, |
58 { | 53 { |
59 "position": [12, 12], | 54 "position": [12, 12], |
60 "bounds": [80, 80], | 55 "bounds": [80, 80], |
61 "shouldFlattenTransform": false, | 56 "shouldFlattenTransform": false, |
62 "hasScrollParent": true, | 57 "hasScrollParent": true, |
63 "children": [ | 58 "children": [ |
64 { | 59 { |
65 "position": [10, 10], | 60 "position": [10, 10], |
66 "bounds": [100, 100], | 61 "bounds": [100, 100], |
67 "contentsOpaque": true, | 62 "contentsOpaque": true, |
68 "drawsContent": true, | 63 "drawsContent": true, |
69 "backgroundColor": "#FF0000", | 64 "backgroundColor": "#FF0000" |
70 "children": [ | |
71 { | |
72 | |
73 } | |
74 ] | |
75 } | 65 } |
76 ] | 66 ] |
77 }, | 67 }, |
78 { | 68 { |
79 "shouldFlattenTransform": false, | 69 "shouldFlattenTransform": false, |
80 "hasScrollParent": true, | 70 "hasScrollParent": true, |
81 "children": [ | 71 "children": [ |
82 { | 72 { |
83 "position": [22, 102], | 73 "position": [22, 102], |
84 "bounds": [100, 100], | 74 "bounds": [100, 100], |
85 "contentsOpaque": true, | 75 "contentsOpaque": true, |
86 "drawsContent": true, | 76 "drawsContent": true, |
87 "backgroundColor": "#0000FF", | 77 "backgroundColor": "#0000FF" |
88 "children": [ | |
89 { | |
90 | |
91 } | |
92 ] | |
93 }, | 78 }, |
94 { | 79 { |
95 "position": [22, 212], | 80 "position": [22, 212], |
96 "bounds": [100, 320], | 81 "bounds": [100, 320], |
97 "drawsContent": true | 82 "drawsContent": true |
98 } | 83 } |
99 ] | 84 ] |
100 } | 85 } |
101 ] | 86 ] |
102 } | 87 } |
103 ] | 88 ] |
104 } | 89 } |
105 | 90 |
OLD | NEW |