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": [0, 15, 680, 364], | 13 "rect": [0, 15, 680, 364], |
12 "reason": "bounds change" | 14 "reason": "bounds change" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 }, | 60 }, |
59 { | 61 { |
60 "object": "LayoutSVGRect rect", | 62 "object": "LayoutSVGRect rect", |
61 "rect": [8, 8, 17, 17], | 63 "rect": [8, 8, 17, 17], |
62 "reason": "layoutObject insertion" | 64 "reason": "layoutObject insertion" |
63 }, | 65 }, |
64 { | 66 { |
65 "object": "LayoutSVGRect rect", | 67 "object": "LayoutSVGRect rect", |
66 "rect": [8, 8, 17, 17], | 68 "rect": [8, 8, 17, 17], |
67 "reason": "layoutObject insertion" | 69 "reason": "layoutObject insertion" |
68 }, | |
69 { | |
70 "object": "InlineTextBox 'Pattern on fill'", | |
71 "reason": "layoutObject insertion" | |
72 }, | |
73 { | |
74 "object": "InlineTextBox 'Pattern on fill/stroke'", | |
75 "reason": "layoutObject insertion" | |
76 }, | |
77 { | |
78 "object": "InlineTextBox 'Pattern on stroke'", | |
79 "reason": "layoutObject insertion" | |
80 }, | |
81 { | |
82 "object": "LayoutSVGResourcePattern pattern id='fillPattern'", | |
83 "reason": "layoutObject insertion" | |
84 }, | |
85 { | |
86 "object": "LayoutSVGResourcePattern pattern id='strokePattern'", | |
87 "reason": "layoutObject insertion" | |
88 }, | |
89 { | |
90 "object": "RootInlineBox", | |
91 "reason": "full" | |
92 }, | |
93 { | |
94 "object": "RootInlineBox", | |
95 "reason": "full" | |
96 }, | |
97 { | |
98 "object": "RootInlineBox", | |
99 "reason": "full" | |
100 } | 70 } |
101 ] | 71 ] |
102 } | 72 } |
| 73 ], |
| 74 "objectPaintInvalidations": [ |
| 75 { |
| 76 "object": "LayoutSVGResourcePattern pattern id='fillPattern'", |
| 77 "reason": "layoutObject insertion" |
| 78 }, |
| 79 { |
| 80 "object": "LayoutSVGRect rect", |
| 81 "reason": "layoutObject insertion" |
| 82 }, |
| 83 { |
| 84 "object": "LayoutSVGRect rect", |
| 85 "reason": "layoutObject insertion" |
| 86 }, |
| 87 { |
| 88 "object": "LayoutSVGResourcePattern pattern id='strokePattern'", |
| 89 "reason": "layoutObject insertion" |
| 90 }, |
| 91 { |
| 92 "object": "LayoutSVGRect rect", |
| 93 "reason": "layoutObject insertion" |
| 94 }, |
| 95 { |
| 96 "object": "LayoutSVGRect rect", |
| 97 "reason": "layoutObject insertion" |
| 98 }, |
| 99 { |
| 100 "object": "LayoutSVGRoot svg id='svg-root'", |
| 101 "reason": "bounds change" |
| 102 }, |
| 103 { |
| 104 "object": "LayoutSVGContainer g id='content'", |
| 105 "reason": "bounds change" |
| 106 }, |
| 107 { |
| 108 "object": "LayoutSVGText text", |
| 109 "reason": "layoutObject insertion" |
| 110 }, |
| 111 { |
| 112 "object": "RootInlineBox", |
| 113 "reason": "layoutObject insertion" |
| 114 }, |
| 115 { |
| 116 "object": "LayoutSVGInlineText #text", |
| 117 "reason": "layoutObject insertion" |
| 118 }, |
| 119 { |
| 120 "object": "InlineTextBox 'Pattern on fill'", |
| 121 "reason": "layoutObject insertion" |
| 122 }, |
| 123 { |
| 124 "object": "LayoutSVGText text", |
| 125 "reason": "layoutObject insertion" |
| 126 }, |
| 127 { |
| 128 "object": "RootInlineBox", |
| 129 "reason": "layoutObject insertion" |
| 130 }, |
| 131 { |
| 132 "object": "LayoutSVGInlineText #text", |
| 133 "reason": "layoutObject insertion" |
| 134 }, |
| 135 { |
| 136 "object": "InlineTextBox 'Pattern on stroke'", |
| 137 "reason": "layoutObject insertion" |
| 138 }, |
| 139 { |
| 140 "object": "LayoutSVGText text", |
| 141 "reason": "layoutObject insertion" |
| 142 }, |
| 143 { |
| 144 "object": "RootInlineBox", |
| 145 "reason": "layoutObject insertion" |
| 146 }, |
| 147 { |
| 148 "object": "LayoutSVGInlineText #text", |
| 149 "reason": "layoutObject insertion" |
| 150 }, |
| 151 { |
| 152 "object": "InlineTextBox 'Pattern on fill/stroke'", |
| 153 "reason": "layoutObject insertion" |
| 154 } |
103 ] | 155 ] |
104 } | 156 } |
105 | 157 |
OLD | NEW |