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