| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [2008, 2016], | 2 "bounds": [2008, 2016], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [2008, 2016], | 5 "bounds": [2008, 2016], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true |
| 8 "paintInvalidations": [ | |
| 9 { | |
| 10 "object": "LayoutView #document", | |
| 11 "rect": [0, 200, 200, 100], | |
| 12 "reason": "incremental" | |
| 13 } | |
| 14 ] | |
| 15 } | 8 } |
| 16 ] | 9 ] |
| 17 } | 10 } |
| 18 { | 11 { |
| 19 "bounds": [2008, 2016], | 12 "bounds": [2008, 2016], |
| 20 "children": [ | 13 "children": [ |
| 21 { | 14 { |
| 22 "bounds": [2008, 2016], | 15 "bounds": [2008, 2016], |
| 23 "contentsOpaque": true, | 16 "contentsOpaque": true, |
| 24 "drawsContent": true, | 17 "drawsContent": true, |
| 25 "paintInvalidations": [ | 18 "paintInvalidations": [ |
| 26 { | 19 { |
| 27 "object": "LayoutView #document", | 20 "object": "LayoutView #document", |
| 28 "rect": [0, 0, 300, 300], | 21 "rect": [0, 0, 300, 300], |
| 29 "reason": "full" | 22 "reason": "full" |
| 30 }, | |
| 31 { | |
| 32 "object": "LayoutView #document", | |
| 33 "rect": [200, 0, 100, 300], | |
| 34 "reason": "incremental" | |
| 35 } | 23 } |
| 36 ] | 24 ] |
| 37 } | 25 } |
| 38 ] | 26 ] |
| 39 } | 27 } |
| 40 { | 28 { |
| 41 "bounds": [2008, 2016], | 29 "bounds": [2008, 2016], |
| 42 "children": [ | 30 "children": [ |
| 43 { | 31 { |
| 44 "bounds": [2008, 2016], | 32 "bounds": [2008, 2016], |
| 45 "contentsOpaque": true, | 33 "contentsOpaque": true, |
| 46 "drawsContent": true, | 34 "drawsContent": true |
| 47 "paintInvalidations": [ | |
| 48 { | |
| 49 "object": "LayoutView #document", | |
| 50 "rect": [0, 250, 300, 50], | |
| 51 "reason": "incremental" | |
| 52 } | |
| 53 ] | |
| 54 } | 35 } |
| 55 ] | 36 ] |
| 56 } | 37 } |
| 57 { | 38 { |
| 58 "bounds": [2008, 2016], | 39 "bounds": [2008, 2016], |
| 59 "children": [ | 40 "children": [ |
| 60 { | 41 { |
| 61 "bounds": [2008, 2016], | 42 "bounds": [2008, 2016], |
| 62 "contentsOpaque": true, | 43 "contentsOpaque": true, |
| 63 "drawsContent": true, | 44 "drawsContent": true, |
| 64 "paintInvalidations": [ | 45 "paintInvalidations": [ |
| 65 { | 46 { |
| 66 "object": "LayoutView #document", | 47 "object": "LayoutView #document", |
| 67 "rect": [0, 0, 250, 250], | 48 "rect": [0, 0, 250, 250], |
| 68 "reason": "full" | 49 "reason": "full" |
| 69 }, | |
| 70 { | |
| 71 "object": "LayoutView #document", | |
| 72 "rect": [250, 0, 50, 250], | |
| 73 "reason": "incremental" | |
| 74 } | 50 } |
| 75 ] | 51 ] |
| 76 } | 52 } |
| 77 ] | 53 ] |
| 78 } | 54 } |
| 79 | 55 |
| OLD | NEW |