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": "LayoutSVGRoot svg", | 12 "object": "LayoutSVGRoot svg", |
11 "rect": [0, 10, 237, 70], | 13 "rect": [0, 10, 237, 70], |
12 "reason": "incremental" | 14 "reason": "incremental" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 "rect": [0, 0, 10, 10], | 68 "rect": [0, 0, 10, 10], |
67 "reason": "full" | 69 "reason": "full" |
68 }, | 70 }, |
69 { | 71 { |
70 "object": "LayoutSVGImage image", | 72 "object": "LayoutSVGImage image", |
71 "rect": [0, 0, 10, 10], | 73 "rect": [0, 0, 10, 10], |
72 "reason": "full" | 74 "reason": "full" |
73 } | 75 } |
74 ] | 76 ] |
75 } | 77 } |
| 78 ], |
| 79 "objectPaintInvalidations": [ |
| 80 { |
| 81 "object": "LayoutSVGRoot svg", |
| 82 "reason": "incremental" |
| 83 }, |
| 84 { |
| 85 "object": "LayoutSVGContainer g id='g'", |
| 86 "reason": "full" |
| 87 }, |
| 88 { |
| 89 "object": "LayoutSVGRect rect id='r'", |
| 90 "reason": "full" |
| 91 }, |
| 92 { |
| 93 "object": "LayoutSVGImage image", |
| 94 "reason": "full" |
| 95 }, |
| 96 { |
| 97 "object": "LayoutSVGRoot svg", |
| 98 "reason": "incremental" |
| 99 }, |
| 100 { |
| 101 "object": "LayoutSVGContainer g id='g'", |
| 102 "reason": "full" |
| 103 }, |
| 104 { |
| 105 "object": "LayoutSVGRect rect id='r'", |
| 106 "reason": "full" |
| 107 }, |
| 108 { |
| 109 "object": "LayoutSVGImage image", |
| 110 "reason": "full" |
| 111 } |
76 ] | 112 ] |
77 } | 113 } |
78 | 114 |
OLD | NEW |