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, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutSVGImage image", | 12 "object": "LayoutSVGImage image", |
11 "rect": [8, 8, 200, 200], | 13 "rect": [8, 8, 200, 200], |
12 "reason": "full" | 14 "reason": "full" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutSVGRoot svg", | 17 "object": "LayoutSVGRoot svg", |
16 "rect": [108, 8, 100, 200], | 18 "rect": [108, 8, 100, 200], |
17 "reason": "incremental" | 19 "reason": "incremental" |
18 } | 20 } |
19 ] | 21 ] |
20 } | 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutSVGRoot svg", |
| 27 "reason": "incremental" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutSVGImage image", |
| 31 "reason": "full" |
| 32 } |
21 ] | 33 ] |
22 } | 34 } |
23 | 35 |
OLD | NEW |