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": "LayoutSVGContainer g id='content'", | 10 "object": "LayoutSVGContainer g id='content'", |
11 "rect": [16, 40, 784, 168], | 11 "rect": [16, 40, 784, 168], |
12 "reason": "bounds change" | 12 "reason": "bounds change" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutSVGContainer g id='content'", | 15 "object": "LayoutSVGContainer g id='content'", |
16 "rect": [16, 40, 784, 168], | 16 "rect": [16, 40, 784, 168], |
17 "reason": "became visible" | 17 "reason": "became visible" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutSVGInlineText #text", | |
21 "rect": [16, 40, 784, 168], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutSVGInlineText #text", | |
26 "rect": [16, 40, 784, 168], | |
27 "reason": "layoutObject insertion" | |
28 }, | |
29 { | |
30 "object": "LayoutSVGText text", | 20 "object": "LayoutSVGText text", |
31 "rect": [16, 40, 784, 168], | 21 "rect": [16, 40, 784, 168], |
32 "reason": "style change" | 22 "reason": "style change" |
33 }, | 23 }, |
34 { | 24 { |
35 "object": "LayoutSVGText text", | 25 "object": "LayoutSVGText text", |
36 "rect": [16, 40, 784, 168], | 26 "rect": [16, 40, 784, 168], |
37 "reason": "layoutObject insertion" | 27 "reason": "layoutObject insertion" |
38 }, | 28 }, |
39 { | 29 { |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", | 79 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", |
90 "reason": "layoutObject insertion" | 80 "reason": "layoutObject insertion" |
91 }, | 81 }, |
92 { | 82 { |
93 "object": "LayoutSVGPath path", | 83 "object": "LayoutSVGPath path", |
94 "reason": "layoutObject insertion" | 84 "reason": "layoutObject insertion" |
95 } | 85 } |
96 ] | 86 ] |
97 } | 87 } |
98 | 88 |
OLD | NEW |