| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [200, 300], | 2 "bounds": [200, 300], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [200, 300], | 5 "bounds": [200, 300], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "backgroundColor": "#0000FF", |
| 8 "repaintRects": [ | 9 "repaintRects": [ |
| 9 [0, 0, 200, 300], | 10 [0, 0, 200, 300], |
| 10 [0, 0, 200, 200] | 11 [0, 0, 200, 200] |
| 11 ] | 12 ] |
| 12 } | 13 } |
| 13 ] | 14 ] |
| 14 } | 15 } |
| 15 { | 16 { |
| 16 "bounds": [300, 300], | 17 "bounds": [300, 300], |
| 17 "children": [ | 18 "children": [ |
| 18 { | 19 { |
| 19 "bounds": [300, 300], | 20 "bounds": [300, 300], |
| 20 "contentsOpaque": true, | 21 "contentsOpaque": true, |
| 21 "drawsContent": true, | 22 "drawsContent": true, |
| 23 "backgroundColor": "#0000FF", |
| 22 "repaintRects": [ | 24 "repaintRects": [ |
| 23 [0, 0, 300, 300], | 25 [0, 0, 300, 300], |
| 24 [0, 0, 300, 300] | 26 [0, 0, 300, 300] |
| 25 ] | 27 ] |
| 26 } | 28 } |
| 27 ] | 29 ] |
| 28 } | 30 } |
| 29 { | 31 { |
| 30 "bounds": [300, 250], | 32 "bounds": [300, 250], |
| 31 "children": [ | 33 "children": [ |
| 32 { | 34 { |
| 33 "bounds": [300, 250], | 35 "bounds": [300, 250], |
| 34 "contentsOpaque": true, | 36 "contentsOpaque": true, |
| 35 "drawsContent": true, | 37 "drawsContent": true, |
| 38 "backgroundColor": "#0000FF", |
| 36 "repaintRects": [ | 39 "repaintRects": [ |
| 37 [0, 250, 300, 50] | 40 [0, 250, 300, 50] |
| 38 ] | 41 ] |
| 39 } | 42 } |
| 40 ] | 43 ] |
| 41 } | 44 } |
| 42 { | 45 { |
| 43 "bounds": [250, 250], | 46 "bounds": [250, 250], |
| 44 "children": [ | 47 "children": [ |
| 45 { | 48 { |
| 46 "bounds": [250, 250], | 49 "bounds": [250, 250], |
| 47 "contentsOpaque": true, | 50 "contentsOpaque": true, |
| 48 "drawsContent": true, | 51 "drawsContent": true, |
| 52 "backgroundColor": "#0000FF", |
| 49 "repaintRects": [ | 53 "repaintRects": [ |
| 50 [0, 0, 250, 250], | 54 [0, 0, 250, 250], |
| 51 [0, 0, 250, 250] | 55 [0, 0, 250, 250] |
| 52 ] | 56 ] |
| 53 } | 57 } |
| 54 ] | 58 ] |
| 55 } | 59 } |
| 56 | 60 |
| OLD | NEW |