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": "LayoutText #text", | 10 "object": "LayoutText #text", |
(...skipping 12 matching lines...) Expand all Loading... |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutInline SPAN id='t'", | 25 "object": "LayoutInline SPAN id='t'", |
26 "rect": [77, 122, 33, 19], | 26 "rect": [77, 122, 33, 19], |
27 "reason": "style change" | 27 "reason": "style change" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
31 "rect": [77, 122, 33, 19], | 31 "rect": [77, 122, 33, 19], |
32 "reason": "forced by layout" | 32 "reason": "forced by layout" |
33 }, | |
34 { | |
35 "object": "LayoutText #text", | |
36 "rect": [47, 122, 33, 19], | |
37 "reason": "forced by layout" | |
38 } | 33 } |
39 ] | 34 ] |
40 } | 35 } |
41 ], | 36 ], |
42 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
43 { | 38 { |
44 "object": "LayoutText #text", | 39 "object": "LayoutText #text", |
45 "reason": "forced by layout" | 40 "reason": "forced by layout" |
46 }, | 41 }, |
47 { | 42 { |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 "object": "InlineTextBox 'Integer sollicitudin nisi ut urna'", | 83 "object": "InlineTextBox 'Integer sollicitudin nisi ut urna'", |
89 "reason": "forced by layout" | 84 "reason": "forced by layout" |
90 }, | 85 }, |
91 { | 86 { |
92 "object": "InlineTextBox 'blandit convallis.'", | 87 "object": "InlineTextBox 'blandit convallis.'", |
93 "reason": "forced by layout" | 88 "reason": "forced by layout" |
94 } | 89 } |
95 ] | 90 ] |
96 } | 91 } |
97 | 92 |
OLD | NEW |