| 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, |
| 8 "backgroundColor": "#D3D3D3", |
| 7 "children": [ | 9 "children": [ |
| 8 { | 10 { |
| 9 "bounds": [800, 600], | 11 "bounds": [800, 600], |
| 10 "contentsOpaque": true, | |
| 11 "drawsContent": true, | 12 "drawsContent": true, |
| 12 "backgroundColor": "#D3D3D3", | 13 "backgroundColor": "#D3D3D3", |
| 13 "children": [ | 14 "children": [ |
| 14 { | 15 { |
| 15 "position": [8, 8], | 16 "position": [8, 8], |
| 16 "bounds": [200, 200], | 17 "bounds": [200, 200], |
| 17 "contentsOpaque": true, | 18 "contentsOpaque": true, |
| 18 "drawsContent": true, | 19 "drawsContent": true, |
| 19 "backgroundColor": "#008000" | 20 "backgroundColor": "#008000" |
| 20 }, | 21 }, |
| 21 { | 22 { |
| 22 "bounds": [800, 600], | 23 "bounds": [800, 600], |
| 23 "drawsContent": true | 24 "drawsContent": true |
| 24 } | 25 } |
| 25 ] | 26 ] |
| 26 } | 27 } |
| 27 ] | 28 ] |
| 28 } | 29 } |
| 29 ] | 30 ] |
| 30 } | 31 } |
| 31 | 32 |
| OLD | NEW |