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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-changes-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": "LayoutSVGPath polygon id='polygon'", 10 "object": "LayoutSVGPath polygon id='polygon'",
11 "rect": [265, 219, 162, 105], 11 "rect": [264, 218, 164, 107],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGPath polygon id='polygon'",
16 "rect": [264, 208, 164, 107],
17 "reason": "full"
18 },
19 {
15 "object": "LayoutSVGRoot svg", 20 "object": "LayoutSVGRoot svg",
16 "rect": [265, 219, 162, 105], 21 "rect": [265, 219, 162, 105],
17 "reason": "bounds change" 22 "reason": "bounds change"
18 }, 23 },
19 { 24 {
20 "object": "LayoutSVGPath polygon id='polygon'",
21 "rect": [265, 209, 162, 105],
22 "reason": "full"
23 },
24 {
25 "object": "LayoutSVGRoot svg", 25 "object": "LayoutSVGRoot svg",
26 "rect": [265, 209, 162, 105], 26 "rect": [265, 209, 162, 105],
27 "reason": "bounds change" 27 "reason": "bounds change"
28 } 28 }
29 ] 29 ]
30 } 30 }
31 ], 31 ],
32 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
33 { 33 {
34 "object": "LayoutSVGRoot svg", 34 "object": "LayoutSVGRoot svg",
35 "reason": "bounds change" 35 "reason": "bounds change"
36 }, 36 },
37 { 37 {
38 "object": "LayoutSVGPath polygon id='polygon'", 38 "object": "LayoutSVGPath polygon id='polygon'",
39 "reason": "full" 39 "reason": "full"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698