OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutSVGContainer g", | 10 "object": "LayoutSVGContainer g", |
11 "rect": [0, 0, 200, 200], | 11 "rect": [0, 0, 200, 200], |
12 "reason": "full" | 12 "reason": "full" |
13 }, | |
14 { | |
15 "object": "LayoutSVGRoot svg", | |
16 "rect": [0, 100, 200, 100], | |
17 "reason": "incremental" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGRoot svg", | |
21 "rect": [100, 0, 100, 200], | |
22 "reason": "incremental" | |
23 } | 13 } |
24 ] | 14 ] |
25 } | 15 } |
26 ], | 16 ], |
27 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
28 { | 18 { |
29 "object": "LayoutSVGRoot svg", | |
30 "reason": "incremental" | |
31 }, | |
32 { | |
33 "object": "LayoutSVGResourceClipper clipPath id='myclip'", | 19 "object": "LayoutSVGResourceClipper clipPath id='myclip'", |
34 "reason": "full" | 20 "reason": "full" |
35 }, | 21 }, |
36 { | 22 { |
37 "object": "LayoutSVGContainer g", | 23 "object": "LayoutSVGContainer g", |
38 "reason": "full" | 24 "reason": "full" |
39 } | 25 } |
40 ] | 26 ] |
41 } | 27 } |
42 | 28 |
OLD | NEW |