| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 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": "LayoutBlockFlow P", | 10 "object": "LayoutBlockFlow P", |
| 11 "rect": [8, 569, 418, 6], | 11 "rect": [8, 569, 418, 6], |
| 12 "reason": "incremental" | 12 "reason": "incremental" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow P", | |
| 16 "rect": [8, 572, 418, 3], | |
| 17 "reason": "incremental" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
| 21 "rect": [14, 245, 406, 125], | 16 "rect": [14, 245, 406, 125], |
| 22 "reason": "forced by layout" | 17 "reason": "forced by layout" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| 25 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
| 26 "rect": [14, 242, 406, 125], | 21 "rect": [14, 242, 406, 125], |
| 27 "reason": "forced by layout" | 22 "reason": "forced by layout" |
| 28 }, | 23 }, |
| 29 { | 24 { |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 "object": "InlineTextBox 'here; the great\n'", | 373 "object": "InlineTextBox 'here; the great\n'", |
| 379 "reason": "forced by layout" | 374 "reason": "forced by layout" |
| 380 }, | 375 }, |
| 381 { | 376 { |
| 382 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", | 377 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", |
| 383 "reason": "forced by layout" | 378 "reason": "forced by layout" |
| 384 } | 379 } |
| 385 ] | 380 ] |
| 386 } | 381 } |
| 387 | 382 |
| OLD | NEW |