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": "LayoutSVGContainer g", | 12 "object": "LayoutSVGContainer g", |
11 "rect": [0, 0, 200, 200], | 13 "rect": [0, 0, 200, 200], |
12 "reason": "full" | 14 "reason": "full" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutSVGRoot svg", | 17 "object": "LayoutSVGRoot svg", |
16 "rect": [0, 100, 200, 100], | 18 "rect": [0, 100, 200, 100], |
17 "reason": "incremental" | 19 "reason": "incremental" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutSVGRoot svg", | 22 "object": "LayoutSVGRoot svg", |
21 "rect": [100, 0, 100, 200], | 23 "rect": [100, 0, 100, 200], |
22 "reason": "incremental" | 24 "reason": "incremental" |
23 }, | |
24 { | |
25 "object": "LayoutSVGResourceClipper clipPath id='myclip'", | |
26 "reason": "full" | |
27 } | 25 } |
28 ] | 26 ] |
29 } | 27 } |
| 28 ], |
| 29 "objectPaintInvalidations": [ |
| 30 { |
| 31 "object": "LayoutSVGRoot svg", |
| 32 "reason": "incremental" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutSVGResourceClipper clipPath id='myclip'", |
| 36 "reason": "full" |
| 37 }, |
| 38 { |
| 39 "object": "LayoutSVGContainer g", |
| 40 "reason": "full" |
| 41 } |
30 ] | 42 ] |
31 } | 43 } |
32 | 44 |
OLD | NEW |