OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "InlineTextBox ' was in a furious passion, and went\n'", | 10 "object": "InlineTextBox ' was in a furious passion, and went\n'", |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 "rect": [8, 332, 418, 234], | 166 "rect": [8, 332, 418, 234], |
167 "reason": "invalidate paint rectangle" | 167 "reason": "invalidate paint rectangle" |
168 }, | 168 }, |
169 { | 169 { |
170 "object": "LayoutText #text", | 170 "object": "LayoutText #text", |
171 "rect": [14, 404, 355, 36], | 171 "rect": [14, 404, 355, 36], |
172 "reason": "bounds change" | 172 "reason": "bounds change" |
173 }, | 173 }, |
174 { | 174 { |
175 "object": "LayoutText #text", | 175 "object": "LayoutText #text", |
176 "rect": [65, 404, 304, 36], | |
177 "reason": "bounds change" | |
178 }, | |
179 { | |
180 "object": "LayoutText #text", | |
181 "rect": [368, 422, 1, 54], | 176 "rect": [368, 422, 1, 54], |
182 "reason": "incremental" | 177 "reason": "incremental" |
183 }, | 178 }, |
184 { | 179 { |
185 "object": "RootInlineBox", | 180 "object": "RootInlineBox", |
186 "rect": [0, 0, 0, 0], | 181 "rect": [0, 0, 0, 0], |
187 "reason": "full" | 182 "reason": "full" |
188 }, | 183 }, |
189 { | 184 { |
190 "object": "RootInlineBox", | 185 "object": "RootInlineBox", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 { | 239 { |
245 "object": "RootInlineBox", | 240 "object": "RootInlineBox", |
246 "rect": [0, 0, 0, 0], | 241 "rect": [0, 0, 0, 0], |
247 "reason": "full" | 242 "reason": "full" |
248 } | 243 } |
249 ] | 244 ] |
250 } | 245 } |
251 ] | 246 ] |
252 } | 247 } |
253 | 248 |
OLD | NEW |