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": [8, 114, 200, 89], | 11 "rect": [8, 114, 200, 89], |
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, 78, 198, 53], | 16 "rect": [8, 78, 198, 53], |
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": [115, 84, 37, 47], | 21 "rect": [115, 84, 37, 47], |
22 "reason": "style change" | 22 "reason": "style change" |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutText #text", | |
26 "rect": [115, 114, 37, 17], | |
27 "reason": "forced by layout" | |
28 }, | |
29 { | |
30 "object": "LayoutInline SPAN id='t'", | 25 "object": "LayoutInline SPAN id='t'", |
31 "rect": [38, 132, 36, 17], | 26 "rect": [38, 132, 36, 17], |
32 "reason": "style change" | 27 "reason": "style change" |
33 }, | |
34 { | |
35 "object": "LayoutText #text", | |
36 "rect": [38, 132, 36, 17], | |
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "object": "InlineTextBox 'sollicitudin nisi ut urna blandit'", | 86 "object": "InlineTextBox 'sollicitudin nisi ut urna blandit'", |
97 "reason": "forced by layout" | 87 "reason": "forced by layout" |
98 }, | 88 }, |
99 { | 89 { |
100 "object": "InlineTextBox 'convallis.'", | 90 "object": "InlineTextBox 'convallis.'", |
101 "reason": "forced by layout" | 91 "reason": "forced by layout" |
102 } | 92 } |
103 ] | 93 ] |
104 } | 94 } |
105 | 95 |
OLD | NEW |