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