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": [250, 250], | 10 "position": [250, 250], |
11 "bounds": [100, 100], | 11 "bounds": [100, 100], |
12 "contentsOpaque": true, | 12 "contentsOpaque": true, |
13 "drawsContent": true, | 13 "drawsContent": true, |
14 "backgroundColor": "#0000FF" | 14 "backgroundColor": "#0000FF" |
15 } | 15 } |
16 ] | 16 ] |
17 } | 17 } |
18 ] | 18 ] |
19 } | 19 } |
20 { | 20 { |
21 "bounds": [800, 600], | 21 "bounds": [800, 600], |
22 "children": [ | 22 "children": [ |
23 { | 23 { |
24 "bounds": [800, 600], | 24 "bounds": [800, 600], |
25 "contentsOpaque": true, | 25 "contentsOpaque": true, |
26 "drawsContent": true, | 26 "drawsContent": true, |
27 "children": [ | 27 "children": [ |
28 { | 28 { |
29 "children": [ | 29 "position": [250, 250], |
30 { | 30 "bounds": [100, 100], |
31 "position": [250, 250], | 31 "contentsOpaque": true, |
32 "bounds": [100, 100], | 32 "drawsContent": true, |
33 "contentsOpaque": true, | 33 "backgroundColor": "#0000FF" |
34 "drawsContent": true, | 34 }, |
35 "backgroundColor": "#0000FF" | 35 { |
36 }, | 36 "position": [100, 100], |
37 { | 37 "bounds": [200, 200], |
38 "position": [100, 100], | 38 "drawsContent": true, |
39 "bounds": [200, 200], | 39 "backgroundColor": "#000000" |
40 "drawsContent": true | |
41 } | |
42 ] | |
43 } | 40 } |
44 ] | 41 ] |
45 } | 42 } |
46 ] | 43 ] |
47 } | 44 } |
48 | 45 |
OLD | NEW |