OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutSVGContainer g id='content'", | 12 "object": "LayoutSVGContainer g id='content'", |
11 "rect": [16, 42, 784, 170], | 13 "rect": [16, 42, 784, 170], |
12 "reason": "full" | 14 "reason": "full" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 28 matching lines...) Expand all Loading... |
43 }, | 45 }, |
44 { | 46 { |
45 "object": "LayoutSVGRoot svg id='svg-root'", | 47 "object": "LayoutSVGRoot svg id='svg-root'", |
46 "rect": [334, 42, 466, 170], | 48 "rect": [334, 42, 466, 170], |
47 "reason": "incremental" | 49 "reason": "incremental" |
48 }, | 50 }, |
49 { | 51 { |
50 "object": "LayoutSVGPath path", | 52 "object": "LayoutSVGPath path", |
51 "rect": [0, 0, 334, 500], | 53 "rect": [0, 0, 334, 500], |
52 "reason": "layoutObject insertion" | 54 "reason": "layoutObject insertion" |
53 }, | |
54 { | |
55 "object": "InlineTextBox 'Clipped. INVISIBLE.'", | |
56 "reason": "incremental" | |
57 }, | |
58 { | |
59 "object": "InlineTextBox 'Clipped. INVISIBLE.'", | |
60 "reason": "full" | |
61 }, | |
62 { | |
63 "object": "InlineTextBox 'Clipped. INVISIBLE.'", | |
64 "reason": "layoutObject insertion" | |
65 }, | |
66 { | |
67 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", | |
68 "reason": "layoutObject insertion" | |
69 }, | |
70 { | |
71 "object": "RootInlineBox", | |
72 "reason": "full" | |
73 }, | |
74 { | |
75 "object": "RootInlineBox", | |
76 "reason": "full" | |
77 }, | |
78 { | |
79 "object": "RootInlineBox", | |
80 "reason": "full" | |
81 } | 55 } |
82 ] | 56 ] |
83 } | 57 } |
| 58 ], |
| 59 "objectPaintInvalidations": [ |
| 60 { |
| 61 "object": "LayoutSVGRoot svg id='svg-root'", |
| 62 "reason": "bounds change" |
| 63 }, |
| 64 { |
| 65 "object": "LayoutSVGContainer g id='content'", |
| 66 "reason": "bounds change" |
| 67 }, |
| 68 { |
| 69 "object": "LayoutSVGText text", |
| 70 "reason": "layoutObject insertion" |
| 71 }, |
| 72 { |
| 73 "object": "RootInlineBox", |
| 74 "reason": "layoutObject insertion" |
| 75 }, |
| 76 { |
| 77 "object": "LayoutSVGInlineText #text", |
| 78 "reason": "layoutObject insertion" |
| 79 }, |
| 80 { |
| 81 "object": "InlineTextBox 'Clipped. INVISIBLE.'", |
| 82 "reason": "layoutObject insertion" |
| 83 }, |
| 84 { |
| 85 "object": "LayoutSVGRoot svg id='svg-root'", |
| 86 "reason": "incremental" |
| 87 }, |
| 88 { |
| 89 "object": "LayoutSVGContainer g id='content'", |
| 90 "reason": "full" |
| 91 }, |
| 92 { |
| 93 "object": "LayoutSVGText text", |
| 94 "reason": "style change" |
| 95 }, |
| 96 { |
| 97 "object": "RootInlineBox", |
| 98 "reason": "style change" |
| 99 }, |
| 100 { |
| 101 "object": "LayoutSVGInlineText #text", |
| 102 "reason": "incremental" |
| 103 }, |
| 104 { |
| 105 "object": "InlineTextBox 'Clipped. INVISIBLE.'", |
| 106 "reason": "incremental" |
| 107 }, |
| 108 { |
| 109 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", |
| 110 "reason": "layoutObject insertion" |
| 111 }, |
| 112 { |
| 113 "object": "LayoutSVGPath path", |
| 114 "reason": "layoutObject insertion" |
| 115 } |
84 ] | 116 ] |
85 } | 117 } |
86 | 118 |
OLD | NEW |