| 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": [0, 50], |
| 11 "bounds": [784, 10], | 11 "bounds": [800, 550], |
| 12 "contentsOpaque": true, | 12 "contentsOpaque": true, |
| 13 "drawsContent": true, | |
| 14 "backgroundColor": "#ADD8E6", | 13 "backgroundColor": "#ADD8E6", |
| 15 "children": [ | 14 "children": [ |
| 16 { | 15 { |
| 17 "bounds": [784, 10], | 16 "bounds": [800, 550], |
| 18 "children": [ | 17 "children": [ |
| 19 { | 18 { |
| 20 "bounds": [784, 10], | 19 "position": [400, -10], |
| 20 "bounds": [24, 100], |
| 21 "contentsOpaque": true, | 21 "contentsOpaque": true, |
| 22 "drawsContent": true, | 22 "drawsContent": true, |
| 23 "backgroundColor": "#F5F5F5" | 23 "backgroundColor": "#D3D3D3" |
| 24 } | 24 } |
| 25 ] | 25 ] |
| 26 } | 26 } |
| 27 ] | 27 ] |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "position": [8, 0], | 30 "bounds": [800, 60], |
| 31 "bounds": [216, 100], | 31 "contentsOpaque": true, |
| 32 "drawsContent": true, | 32 "drawsContent": true, |
| 33 "backgroundColor": "#90EE90" | 33 "backgroundColor": "#008000" |
| 34 } | 34 } |
| 35 ] | 35 ] |
| 36 } | 36 } |
| 37 ] | 37 ] |
| 38 } | 38 } |
| 39 | 39 |
| OLD | NEW |