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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-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 path id='go'",
11 "rect": [89, 94, 100, 100],
12 "reason": "full"
13 },
14 {
10 "object": "LayoutSVGContainer g", 15 "object": "LayoutSVGContainer g",
11 "rect": [90, 95, 98, 98], 16 "rect": [90, 95, 98, 98],
12 "reason": "bounds change" 17 "reason": "bounds change"
13 }, 18 },
14 { 19 {
15 "object": "LayoutSVGPath path id='go'",
16 "rect": [90, 95, 98, 98],
17 "reason": "full"
18 },
19 {
20 "object": "LayoutSVGRoot svg", 20 "object": "LayoutSVGRoot svg",
21 "rect": [90, 95, 98, 98], 21 "rect": [90, 95, 98, 98],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGRect rect", 25 "object": "LayoutSVGRect rect",
26 "rect": [0, 0, 10, 10], 26 "rect": [0, 0, 10, 10],
27 "reason": "full" 27 "reason": "full"
28 } 28 }
29 ] 29 ]
(...skipping 16 matching lines...) Expand all
46 "object": "LayoutSVGContainer g", 46 "object": "LayoutSVGContainer g",
47 "reason": "bounds change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGPath path id='go'", 50 "object": "LayoutSVGPath path id='go'",
51 "reason": "full" 51 "reason": "full"
52 } 52 }
53 ] 53 ]
54 } 54 }
55 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698