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 ' twist itself round and look up in her'", | 10 "object": "InlineTextBox ' twist itself round and look up in her'", |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 "rect": [0, 0, 0, 0], | 311 "rect": [0, 0, 0, 0], |
312 "reason": "style change" | 312 "reason": "style change" |
313 }, | 313 }, |
314 { | 314 { |
315 "object": "LayoutText #text", | 315 "object": "LayoutText #text", |
316 "rect": [14, 199, 355, 1], | 316 "rect": [14, 199, 355, 1], |
317 "reason": "incremental" | 317 "reason": "incremental" |
318 }, | 318 }, |
319 { | 319 { |
320 "object": "LayoutText #text", | 320 "object": "LayoutText #text", |
321 "rect": [151, 180, 40, 19], | |
322 "reason": "style change" | |
323 }, | |
324 { | |
325 "object": "LayoutText #text", | |
326 "rect": [149, 180, 45, 20], | 321 "rect": [149, 180, 45, 20], |
327 "reason": "style change" | 322 "reason": "style change" |
328 }, | 323 }, |
329 { | 324 { |
330 "object": "LayoutText #text", | 325 "object": "LayoutText #text", |
331 "rect": [14, 180, 406, 79], | 326 "rect": [14, 180, 406, 79], |
332 "reason": "bounds change" | 327 "reason": "bounds change" |
333 }, | 328 }, |
334 { | 329 { |
335 "object": "LayoutText #text", | 330 "object": "LayoutText #text", |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 { | 424 { |
430 "object": "VerticalScrollbar", | 425 "object": "VerticalScrollbar", |
431 "rect": [0, 0, 0, 0], | 426 "rect": [0, 0, 0, 0], |
432 "reason": "scroll" | 427 "reason": "scroll" |
433 } | 428 } |
434 ] | 429 ] |
435 } | 430 } |
436 ] | 431 ] |
437 } | 432 } |
438 | 433 |
OLD | NEW |