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": "LayoutBlockFlow div id='contentBox'", | 10 "object": "LayoutBlockFlow div id='contentBox'", |
11 "rect": [8, 50, 402, 405], | 11 "rect": [8, 50, 402, 402], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutSVGPath path", | 15 "object": "LayoutSVGPath path", |
16 "rect": [27, 67, 364, 364], | 16 "rect": [27, 67, 364, 364], |
17 "reason": "bounds change" | 17 "reason": "bounds change" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutSVGRoot svg", | 20 "object": "LayoutSVGRoot svg", |
21 "rect": [27, 67, 364, 364], | 21 "rect": [27, 67, 364, 364], |
(...skipping 29 matching lines...) Expand all Loading... |
51 }, | 51 }, |
52 { | 52 { |
53 "object": "RootInlineBox", | 53 "object": "RootInlineBox", |
54 "reason": "full" | 54 "reason": "full" |
55 } | 55 } |
56 ] | 56 ] |
57 } | 57 } |
58 ] | 58 ] |
59 } | 59 } |
60 | 60 |
OLD | NEW |