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 "bounds": [100, 100], | 10 "bounds": [100, 100], |
11 "contentsOpaque": true, | 11 "contentsOpaque": true, |
12 "drawsContent": true, | 12 "drawsContent": true, |
13 "backgroundColor": "#ADD8E6", | 13 "backgroundColor": "#ADD8E6", |
14 "children": [ | 14 "children": [ |
15 { | 15 { |
16 "bounds": [100, 100], | 16 "bounds": [100, 100], |
17 "drawsContent": true | 17 "drawsContent": true |
18 }, | 18 }, |
19 { | 19 { |
20 "bounds": [100, 65] | 20 "bounds": [100, 58] |
21 } | 21 } |
22 ] | 22 ] |
23 }, | 23 }, |
24 { | 24 { |
25 "position": [50, 50], | 25 "position": [50, 50], |
26 "bounds": [200, 200], | 26 "bounds": [200, 200], |
27 "contentsOpaque": true, | 27 "contentsOpaque": true, |
28 "drawsContent": true, | 28 "drawsContent": true, |
29 "backgroundColor": "#D3D3D3" | 29 "backgroundColor": "#D3D3D3" |
30 } | 30 } |
31 ] | 31 ] |
32 } | 32 } |
33 ] | 33 ] |
34 } | 34 } |
35 | 35 |
OLD | NEW |