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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-transform-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": "LayoutSVGRoot svg", 15 "object": "LayoutSVGRoot svg",
16 "rect": [265, 219, 162, 105], 16 "rect": [265, 219, 162, 105],
17 "reason": "became visible" 17 "reason": "became visible"
18 },
19 {
20 "object": "LayoutSVGPath polygon id='polygon'",
21 "rect": [-1, -1, 2, 2],
22 "reason": "full"
18 } 23 }
19 ] 24 ]
20 } 25 }
21 ], 26 ],
22 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
23 { 28 {
24 "object": "LayoutSVGRoot svg", 29 "object": "LayoutSVGRoot svg",
25 "reason": "became visible" 30 "reason": "became visible"
26 }, 31 },
27 { 32 {
28 "object": "LayoutSVGPath polygon id='polygon'", 33 "object": "LayoutSVGPath polygon id='polygon'",
29 "reason": "full" 34 "reason": "full"
30 } 35 }
31 ] 36 ]
32 } 37 }
33 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698