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", |
11 "rect": [7, 122, 197, 79], | 11 "rect": [7, 122, 197, 79], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
16 "rect": [8, 82, 190, 59], | 16 "rect": [8, 82, 190, 59], |
17 "reason": "forced by layout" | 17 "reason": "forced by layout" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutInline SPAN id='t'", | 20 "object": "LayoutInline SPAN id='t'", |
21 "rect": [47, 92, 33, 49], | 21 "rect": [47, 92, 33, 49], |
22 "reason": "style change" | 22 "reason": "style change" |
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 }, | |
29 { | |
30 "object": "LayoutText #text", | |
31 "rect": [77, 122, 33, 19], | |
32 "reason": "forced by layout" | |
33 }, | |
34 { | |
35 "object": "LayoutText #text", | |
36 "rect": [47, 122, 33, 19], | |
37 "reason": "forced by layout" | |
38 } | 28 } |
39 ] | 29 ] |
40 } | 30 } |
41 ], | 31 ], |
42 "objectPaintInvalidations": [ | 32 "objectPaintInvalidations": [ |
43 { | 33 { |
44 "object": "LayoutText #text", | 34 "object": "LayoutText #text", |
45 "reason": "forced by layout" | 35 "reason": "forced by layout" |
46 }, | 36 }, |
47 { | 37 { |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 "object": "InlineTextBox 'Integer sollicitudin nisi ut urna'", | 78 "object": "InlineTextBox 'Integer sollicitudin nisi ut urna'", |
89 "reason": "forced by layout" | 79 "reason": "forced by layout" |
90 }, | 80 }, |
91 { | 81 { |
92 "object": "InlineTextBox 'blandit convallis.'", | 82 "object": "InlineTextBox 'blandit convallis.'", |
93 "reason": "forced by layout" | 83 "reason": "forced by layout" |
94 } | 84 } |
95 ] | 85 ] |
96 } | 86 } |
97 | 87 |
OLD | NEW |