| 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": [642, 58], | 10 "position": [642, 58], |
| 11 "bounds": [100, 100], | 11 "bounds": [100, 100], |
| 12 "contentsOpaque": true, | 12 "contentsOpaque": true, |
| 13 "drawsContent": true, | 13 "drawsContent": true, |
| 14 "backgroundColor": "#008000" | 14 "backgroundColor": "#008000" |
| 15 } | 15 } |
| 16 ] | 16 ] |
| 17 } | 17 } |
| 18 ] | 18 ] |
| 19 } | 19 } |
| 20 | 20 |
| OLD | NEW |