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, 50, 402, 402], | 11 "rect": [8, 50, 402, 402], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutSVGContainer use", | |
16 "rect": [45, 85, 328, 328], | |
17 "reason": "bounds change" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGPath path", | 15 "object": "LayoutSVGPath path", |
21 "rect": [45, 85, 328, 328], | 16 "rect": [45, 85, 328, 328], |
22 "reason": "bounds change" | 17 "reason": "bounds change" |
23 }, | 18 }, |
24 { | 19 { |
25 "object": "LayoutSVGRoot svg", | |
26 "rect": [45, 85, 328, 328], | |
27 "reason": "forced by layout" | |
28 }, | |
29 { | |
30 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", | 20 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", |
31 "rect": [45, 85, 328, 328], | 21 "rect": [45, 85, 328, 328], |
32 "reason": "bounds change" | 22 "reason": "bounds change" |
33 }, | 23 }, |
34 { | 24 { |
35 "object": "LayoutSVGPath path", | 25 "object": "LayoutSVGPath path", |
36 "rect": [16, 57, 136, 137], | 26 "rect": [16, 57, 136, 137], |
37 "reason": "bounds change" | 27 "reason": "bounds change" |
38 }, | 28 }, |
39 { | 29 { |
40 "object": "LayoutSVGContainer use", | |
41 "rect": [18, 209, 82, 83], | |
42 "reason": "bounds change" | |
43 }, | |
44 { | |
45 "object": "LayoutSVGPath path", | 30 "object": "LayoutSVGPath path", |
46 "rect": [18, 209, 82, 83], | 31 "rect": [18, 209, 82, 83], |
47 "reason": "bounds change" | 32 "reason": "bounds change" |
48 }, | 33 }, |
49 { | 34 { |
50 "object": "LayoutSVGRoot svg", | |
51 "rect": [18, 209, 82, 83], | |
52 "reason": "forced by layout" | |
53 }, | |
54 { | |
55 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", | 35 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", |
56 "rect": [18, 209, 82, 83], | 36 "rect": [18, 209, 82, 83], |
57 "reason": "bounds change" | 37 "reason": "bounds change" |
58 } | 38 } |
59 ] | 39 ] |
60 } | 40 } |
61 ], | 41 ], |
62 "objectPaintInvalidations": [ | 42 "objectPaintInvalidations": [ |
63 { | 43 { |
64 "object": "LayoutBlockFlow div id='contentBox'", | 44 "object": "LayoutBlockFlow div id='contentBox'", |
(...skipping 19 matching lines...) Expand all Loading... |
84 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", | 64 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", |
85 "reason": "bounds change" | 65 "reason": "bounds change" |
86 }, | 66 }, |
87 { | 67 { |
88 "object": "LayoutSVGPath path", | 68 "object": "LayoutSVGPath path", |
89 "reason": "bounds change" | 69 "reason": "bounds change" |
90 } | 70 } |
91 ] | 71 ] |
92 } | 72 } |
93 | 73 |
OLD | NEW |