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": "LayoutBlockFlow div id='contentBox'", | 10 "object": "LayoutBlockFlow div id='contentBox'", |
11 "rect": [8, 68, 402, 402], | 11 "rect": [8, 68, 402, 402], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutSVGContainer use", | |
16 "rect": [9, 69, 400, 400], | |
17 "reason": "bounds change" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGRoot svg", | |
21 "rect": [9, 69, 400, 400], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutSVGViewportContainer svg id='targetSymbol'", | 15 "object": "LayoutSVGViewportContainer svg id='targetSymbol'", |
26 "rect": [9, 69, 400, 400], | 16 "rect": [9, 69, 400, 400], |
27 "reason": "bounds change" | 17 "reason": "bounds change" |
28 }, | 18 }, |
29 { | 19 { |
30 "object": "LayoutSVGRect rect", | 20 "object": "LayoutSVGRect rect", |
31 "rect": [209, 269, 200, 200], | 21 "rect": [209, 269, 200, 200], |
32 "reason": "bounds change" | 22 "reason": "bounds change" |
33 }, | 23 }, |
34 { | 24 { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 "object": "LayoutSVGRect rect", | 59 "object": "LayoutSVGRect rect", |
70 "reason": "bounds change" | 60 "reason": "bounds change" |
71 }, | 61 }, |
72 { | 62 { |
73 "object": "LayoutSVGRect rect", | 63 "object": "LayoutSVGRect rect", |
74 "reason": "bounds change" | 64 "reason": "bounds change" |
75 } | 65 } |
76 ] | 66 ] |
77 } | 67 } |
78 | 68 |
OLD | NEW |