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 ''", | 10 "object": "InlineTextBox ''", |
11 "rect": [0, 0, 0, 0], | |
12 "reason": "full" | 11 "reason": "full" |
13 }, | 12 }, |
14 { | 13 { |
15 "object": "InlineTextBox 'is invisible'", | 14 "object": "InlineTextBox 'is invisible'", |
16 "rect": [0, 0, 0, 0], | |
17 "reason": "full" | 15 "reason": "full" |
18 }, | 16 }, |
19 { | 17 { |
20 "object": "LayoutText #text", | 18 "object": "LayoutText #text", |
21 "rect": [0, 0, 0, 0], | |
22 "reason": "full" | 19 "reason": "full" |
23 }, | 20 }, |
24 { | 21 { |
25 "object": "RootInlineBox", | 22 "object": "RootInlineBox", |
26 "rect": [0, 0, 0, 0], | |
27 "reason": "full" | 23 "reason": "full" |
28 } | 24 } |
29 ] | 25 ] |
30 } | 26 } |
31 ] | 27 ] |
32 } | 28 } |
33 | 29 |
OLD | NEW |