OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 { | 71 { |
72 "object": "LayoutSVGRect rect", | 72 "object": "LayoutSVGRect rect", |
73 "rect": [80, 60, 20, 20], | 73 "rect": [80, 60, 20, 20], |
74 "reason": "full" | 74 "reason": "full" |
75 } | 75 } |
76 ] | 76 ] |
77 } | 77 } |
78 ], | 78 ], |
79 "objectPaintInvalidations": [ | 79 "objectPaintInvalidations": [ |
80 { | 80 { |
| 81 "object": "RootInlineBox", |
| 82 "reason": "full" |
| 83 }, |
| 84 { |
| 85 "object": "InlineTextBox 'right-aligned text'", |
| 86 "reason": "full" |
| 87 }, |
| 88 { |
81 "object": "LayoutSVGRoot svg", | 89 "object": "LayoutSVGRoot svg", |
82 "reason": "incremental" | 90 "reason": "incremental" |
83 }, | 91 }, |
84 { | 92 { |
85 "object": "LayoutSVGViewportContainer svg id='inner'", | 93 "object": "LayoutSVGViewportContainer svg id='inner'", |
86 "reason": "full" | 94 "reason": "full" |
87 }, | 95 }, |
88 { | 96 { |
89 "object": "LayoutSVGRect rect", | 97 "object": "LayoutSVGRect rect", |
90 "reason": "full" | 98 "reason": "full" |
(...skipping 22 matching lines...) Expand all Loading... |
113 "object": "LayoutSVGContainer use", | 121 "object": "LayoutSVGContainer use", |
114 "reason": "full" | 122 "reason": "full" |
115 }, | 123 }, |
116 { | 124 { |
117 "object": "LayoutSVGPath polygon id='triangle'", | 125 "object": "LayoutSVGPath polygon id='triangle'", |
118 "reason": "bounds change" | 126 "reason": "bounds change" |
119 } | 127 } |
120 ] | 128 ] |
121 } | 129 } |
122 | 130 |
OLD | NEW |