| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [785, 4016], | 2 "bounds": [785, 4016], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [785, 4016], | 5 "bounds": [785, 4016], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "repaintRects": [ |
| 9 [0, 500, 400, 200] | 9 [0, 600, 400, 100], |
| 10 [0, 500, 400, 100] |
| 10 ], | 11 ], |
| 11 "children": [ | 12 "children": [ |
| 12 { | 13 { |
| 13 "position": [0, 600], | 14 "position": [0, 600], |
| 14 "bounds": [400, 100], | 15 "bounds": [400, 100], |
| 15 "contentsOpaque": true, | 16 "contentsOpaque": true, |
| 16 "backgroundColor": "#A0A0A0", | 17 "backgroundColor": "#A0A0A0", |
| 17 "children": [ | 18 "children": [ |
| 18 { | 19 { |
| 19 "bounds": [400, 100], | 20 "bounds": [400, 100], |
| 20 "children": [ | 21 "children": [ |
| 21 { | 22 { |
| 22 "bounds": [200, 100], | 23 "bounds": [200, 100], |
| 23 "contentsOpaque": true, | 24 "contentsOpaque": true, |
| 24 "drawsContent": true, | 25 "drawsContent": true, |
| 25 "backgroundColor": "#00A0A0" | 26 "backgroundColor": "#00A0A0" |
| 26 } | 27 } |
| 27 ] | 28 ] |
| 28 } | 29 } |
| 29 ] | 30 ] |
| 30 } | 31 } |
| 31 ] | 32 ] |
| 32 } | 33 } |
| 33 ] | 34 ] |
| 34 } | 35 } |
| 35 | 36 |
| OLD | NEW |