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, 39, 784, 174], | 11 "rect": [16, 39, 784, 174], |
12 "reason": "bounds change" | 12 "reason": "bounds change" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutSVGInlineText #text", | 15 "object": "LayoutSVGInlineText #text", |
16 "rect": [16, 39, 784, 174], | 16 "rect": [16, 39, 784, 174], |
17 "reason": "forced by layout" | 17 "reason": "forced by layout" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutSVGText text", | 20 "object": "LayoutSVGText text", |
21 "rect": [16, 39, 784, 174], | 21 "rect": [16, 39, 784, 174], |
22 "reason": "style change" | 22 "reason": "style change" |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutSVGRoot svg id='svg-root'", | |
26 "rect": [334, 39, 466, 174], | |
27 "reason": "incremental" | |
28 }, | |
29 { | |
30 "object": "LayoutSVGPath path", | 25 "object": "LayoutSVGPath path", |
31 "rect": [0, 0, 334, 500], | 26 "rect": [0, 0, 334, 500], |
32 "reason": "layoutObject insertion" | 27 "reason": "layoutObject insertion" |
33 } | 28 } |
34 ] | 29 ] |
35 } | 30 } |
36 ], | 31 ], |
37 "objectPaintInvalidations": [ | 32 "objectPaintInvalidations": [ |
38 { | 33 { |
39 "object": "LayoutSVGRoot svg id='svg-root'", | |
40 "reason": "incremental" | |
41 }, | |
42 { | |
43 "object": "LayoutSVGContainer g id='content'", | 34 "object": "LayoutSVGContainer g id='content'", |
44 "reason": "bounds change" | 35 "reason": "bounds change" |
45 }, | 36 }, |
46 { | 37 { |
47 "object": "LayoutSVGText text", | 38 "object": "LayoutSVGText text", |
48 "reason": "style change" | 39 "reason": "style change" |
49 }, | 40 }, |
50 { | 41 { |
51 "object": "RootInlineBox", | 42 "object": "RootInlineBox", |
52 "reason": "style change" | 43 "reason": "style change" |
(...skipping 10 matching lines...) Expand all Loading... |
63 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", | 54 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", |
64 "reason": "layoutObject insertion" | 55 "reason": "layoutObject insertion" |
65 }, | 56 }, |
66 { | 57 { |
67 "object": "LayoutSVGPath path", | 58 "object": "LayoutSVGPath path", |
68 "reason": "layoutObject insertion" | 59 "reason": "layoutObject insertion" |
69 } | 60 } |
70 ] | 61 ] |
71 } | 62 } |
72 | 63 |
OLD | NEW |