OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ |
| 11 { |
| 12 "object": "LayoutSVGImage image", |
| 13 "rect": [0, 0, 200, 100], |
| 14 "reason": "full" |
| 15 } |
| 16 ] |
| 17 } |
| 18 ], |
| 19 "objectPaintInvalidations": [ |
| 20 { |
| 21 "object": "LayoutSVGImage image", |
| 22 "reason": "full" |
8 } | 23 } |
9 ] | 24 ] |
10 } | 25 } |
11 | 26 |
OLD | NEW |