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 id='box'", | 12 "object": "LayoutSVGContainer g id='box'", |
11 "rect": [0, 10, 230, 350], | 13 "rect": [0, 10, 230, 350], |
12 "reason": "full" | 14 "reason": "full" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 11 matching lines...) Expand all Loading... |
26 "rect": [10, 10, 200, 100], | 28 "rect": [10, 10, 200, 100], |
27 "reason": "full" | 29 "reason": "full" |
28 }, | 30 }, |
29 { | 31 { |
30 "object": "LayoutSVGRoot svg", | 32 "object": "LayoutSVGRoot svg", |
31 "rect": [120, 10, 110, 350], | 33 "rect": [120, 10, 110, 350], |
32 "reason": "incremental" | 34 "reason": "incremental" |
33 } | 35 } |
34 ] | 36 ] |
35 } | 37 } |
| 38 ], |
| 39 "objectPaintInvalidations": [ |
| 40 { |
| 41 "object": "LayoutSVGRoot svg", |
| 42 "reason": "incremental" |
| 43 }, |
| 44 { |
| 45 "object": "LayoutSVGContainer g id='box'", |
| 46 "reason": "full" |
| 47 }, |
| 48 { |
| 49 "object": "LayoutSVGRect rect id='rect1'", |
| 50 "reason": "full" |
| 51 }, |
| 52 { |
| 53 "object": "LayoutSVGRect rect id='rect2'", |
| 54 "reason": "full" |
| 55 }, |
| 56 { |
| 57 "object": "LayoutSVGRect rect id='rect3'", |
| 58 "reason": "full" |
| 59 } |
36 ] | 60 ] |
37 } | 61 } |
38 | 62 |
OLD | NEW |