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