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": [40, 40, 120, 120], | 13 "rect": [40, 40, 120, 120], |
12 "reason": "SVG resource change" | 14 "reason": "SVG resource change" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 16 matching lines...) Expand all Loading... |
31 "rect": [50, 50, 100, 100], | 33 "rect": [50, 50, 100, 100], |
32 "reason": "full" | 34 "reason": "full" |
33 }, | 35 }, |
34 { | 36 { |
35 "object": "LayoutSVGEllipse circle id='circle'", | 37 "object": "LayoutSVGEllipse circle id='circle'", |
36 "rect": [0, 0, 100, 100], | 38 "rect": [0, 0, 100, 100], |
37 "reason": "full" | 39 "reason": "full" |
38 } | 40 } |
39 ] | 41 ] |
40 } | 42 } |
| 43 ], |
| 44 "objectPaintInvalidations": [ |
| 45 { |
| 46 "object": "LayoutSVGRoot svg", |
| 47 "reason": "bounds change" |
| 48 }, |
| 49 { |
| 50 "object": "LayoutSVGContainer g", |
| 51 "reason": "SVG resource change" |
| 52 }, |
| 53 { |
| 54 "object": "LayoutSVGEllipse circle id='circle'", |
| 55 "reason": "full" |
| 56 } |
41 ] | 57 ] |
42 } | 58 } |
43 | 59 |
OLD | NEW |