Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/use-detach-expected.txt

Issue 2444593002: Introduce Layout*::adjustVisualRectForRasterEffects and use it for SVG hairlines. (Closed)
Patch Set: none Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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='use'", 10 "object": "LayoutSVGContainer g id='use'",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "object": "LayoutSVGText text id='use_text'", 105 "object": "LayoutSVGText text id='use_text'",
106 "rect": [210, 58, 44, 38], 106 "rect": [210, 58, 44, 38],
107 "reason": "layoutObject removal" 107 "reason": "layoutObject removal"
108 }, 108 },
109 { 109 {
110 "object": "LayoutSVGText text id='use_text'", 110 "object": "LayoutSVGText text id='use_text'",
111 "rect": [210, 58, 44, 38], 111 "rect": [210, 58, 44, 38],
112 "reason": "layoutObject removal" 112 "reason": "layoutObject removal"
113 }, 113 },
114 { 114 {
115 "object": "LayoutSVGEllipse circle id='use_circle'",
116 "rect": [217, 93, 30, 30],
117 "reason": "layoutObject insertion"
118 },
119 {
120 "object": "LayoutSVGEllipse circle id='use_circle'",
121 "rect": [217, 93, 30, 30],
122 "reason": "layoutObject insertion"
123 },
124 {
125 "object": "LayoutSVGEllipse circle id='use_circle'",
126 "rect": [217, 93, 30, 30],
127 "reason": "layoutObject insertion"
128 },
129 {
130 "object": "LayoutSVGEllipse circle id='use_circle'",
131 "rect": [217, 93, 30, 30],
132 "reason": "layoutObject removal"
133 },
134 {
135 "object": "LayoutSVGEllipse circle id='use_circle'",
136 "rect": [217, 93, 30, 30],
137 "reason": "layoutObject removal"
138 },
139 {
140 "object": "LayoutSVGEllipse circle id='use_circle'",
141 "rect": [217, 93, 30, 30],
142 "reason": "layoutObject removal"
143 },
144 {
115 "object": "LayoutSVGContainer use", 145 "object": "LayoutSVGContainer use",
116 "rect": [218, 94, 28, 28], 146 "rect": [218, 94, 28, 28],
117 "reason": "layoutObject insertion" 147 "reason": "layoutObject insertion"
118 }, 148 },
119 { 149 {
120 "object": "LayoutSVGContainer use", 150 "object": "LayoutSVGContainer use",
121 "rect": [218, 94, 28, 28], 151 "rect": [218, 94, 28, 28],
122 "reason": "layoutObject insertion" 152 "reason": "layoutObject insertion"
123 }, 153 },
124 { 154 {
125 "object": "LayoutSVGContainer use", 155 "object": "LayoutSVGContainer use",
126 "rect": [218, 94, 28, 28], 156 "rect": [218, 94, 28, 28],
127 "reason": "layoutObject insertion" 157 "reason": "layoutObject insertion"
128 }, 158 },
129 { 159 {
130 "object": "LayoutSVGContainer use", 160 "object": "LayoutSVGContainer use",
131 "rect": [218, 94, 28, 28], 161 "rect": [218, 94, 28, 28],
132 "reason": "layoutObject removal" 162 "reason": "layoutObject removal"
133 }, 163 },
134 { 164 {
135 "object": "LayoutSVGContainer use", 165 "object": "LayoutSVGContainer use",
136 "rect": [218, 94, 28, 28], 166 "rect": [218, 94, 28, 28],
137 "reason": "layoutObject removal" 167 "reason": "layoutObject removal"
138 }, 168 },
139 { 169 {
140 "object": "LayoutSVGContainer use", 170 "object": "LayoutSVGContainer use",
141 "rect": [218, 94, 28, 28], 171 "rect": [218, 94, 28, 28],
142 "reason": "layoutObject removal" 172 "reason": "layoutObject removal"
143 },
144 {
145 "object": "LayoutSVGEllipse circle id='use_circle'",
146 "rect": [218, 94, 28, 28],
147 "reason": "layoutObject insertion"
148 },
149 {
150 "object": "LayoutSVGEllipse circle id='use_circle'",
151 "rect": [218, 94, 28, 28],
152 "reason": "layoutObject insertion"
153 },
154 {
155 "object": "LayoutSVGEllipse circle id='use_circle'",
156 "rect": [218, 94, 28, 28],
157 "reason": "layoutObject insertion"
158 },
159 {
160 "object": "LayoutSVGEllipse circle id='use_circle'",
161 "rect": [218, 94, 28, 28],
162 "reason": "layoutObject removal"
163 },
164 {
165 "object": "LayoutSVGEllipse circle id='use_circle'",
166 "rect": [218, 94, 28, 28],
167 "reason": "layoutObject removal"
168 },
169 {
170 "object": "LayoutSVGEllipse circle id='use_circle'",
171 "rect": [218, 94, 28, 28],
172 "reason": "layoutObject removal"
173 } 173 }
174 ] 174 ]
175 } 175 }
176 ], 176 ],
177 "objectPaintInvalidations": [ 177 "objectPaintInvalidations": [
178 { 178 {
179 "object": "LayoutSVGInlineText #text", 179 "object": "LayoutSVGInlineText #text",
180 "reason": "layoutObject removal" 180 "reason": "layoutObject removal"
181 }, 181 },
182 { 182 {
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "object": "LayoutSVGContainer use", 339 "object": "LayoutSVGContainer use",
340 "reason": "layoutObject insertion" 340 "reason": "layoutObject insertion"
341 }, 341 },
342 { 342 {
343 "object": "LayoutSVGEllipse circle id='use_circle'", 343 "object": "LayoutSVGEllipse circle id='use_circle'",
344 "reason": "layoutObject insertion" 344 "reason": "layoutObject insertion"
345 } 345 }
346 ] 346 ]
347 } 347 }
348 348
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698