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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/paintorder-filtered-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", 10 "object": "LayoutSVGPath polygon",
11 "rect": [137, 37, 580, 563], 11 "rect": [136, 36, 582, 565],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer use id='t2'", 15 "object": "LayoutSVGContainer use id='t2'",
16 "rect": [181, 163, 138, 137], 16 "rect": [181, 163, 138, 137],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGContainer use", 20 "object": "LayoutSVGContainer use",
21 "rect": [454, 163, 137, 137], 21 "rect": [454, 163, 137, 137],
22 "reason": "SVG resource change" 22 "reason": "SVG resource change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGViewportContainer svg", 25 "object": "LayoutSVGViewportContainer svg",
26 "rect": [318, 163, 137, 137], 26 "rect": [318, 163, 137, 137],
27 "reason": "SVG resource change" 27 "reason": "SVG resource change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGContainer use id='t1'", 30 "object": "LayoutSVGContainer use id='t1'",
31 "rect": [45, 163, 137, 137], 31 "rect": [45, 163, 137, 137],
32 "reason": "style change" 32 "reason": "style change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGPath polygon", 35 "object": "LayoutSVGPath polygon",
36 "rect": [456, 166, 133, 132], 36 "rect": [455, 165, 135, 134],
37 "reason": "style change" 37 "reason": "style change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGPath polygon id='t3'", 40 "object": "LayoutSVGPath polygon id='t3'",
41 "rect": [320, 166, 133, 132], 41 "rect": [319, 165, 135, 134],
42 "reason": "style change" 42 "reason": "style change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGPath polygon", 45 "object": "LayoutSVGPath polygon",
46 "rect": [47, 166, 133, 132], 46 "rect": [46, 165, 135, 134],
47 "reason": "style change"
48 },
49 {
50 "object": "LayoutSVGPath polygon",
51 "rect": [183, 165, 134, 134],
47 "reason": "style change" 52 "reason": "style change"
48 }, 53 },
49 { 54 {
50 "object": "LayoutSVGViewportContainer svg id='poly'", 55 "object": "LayoutSVGViewportContainer svg id='poly'",
51 "rect": [47, 166, 133, 132], 56 "rect": [47, 166, 133, 132],
52 "reason": "style change" 57 "reason": "style change"
53 }, 58 },
54 { 59 {
55 "object": "LayoutSVGPath polygon",
56 "rect": [184, 166, 132, 132],
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutSVGViewportContainer svg id='poly'", 60 "object": "LayoutSVGViewportContainer svg id='poly'",
61 "rect": [184, 166, 132, 132], 61 "rect": [184, 166, 132, 132],
62 "reason": "style change" 62 "reason": "style change"
63 }, 63 },
64 { 64 {
65 "object": "LayoutSVGEllipse circle id='t4'", 65 "object": "LayoutSVGEllipse circle id='t4'",
66 "rect": [46, 28, 7, 7], 66 "rect": [45, 27, 9, 9],
67 "reason": "style change" 67 "reason": "style change"
68 } 68 }
69 ] 69 ]
70 } 70 }
71 ], 71 ],
72 "objectPaintInvalidations": [ 72 "objectPaintInvalidations": [
73 { 73 {
74 "object": "LayoutSVGEllipse circle id='t4'", 74 "object": "LayoutSVGEllipse circle id='t4'",
75 "reason": "style change" 75 "reason": "style change"
76 }, 76 },
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "object": "LayoutSVGViewportContainer svg id='poly2'", 118 "object": "LayoutSVGViewportContainer svg id='poly2'",
119 "reason": "location change" 119 "reason": "location change"
120 }, 120 },
121 { 121 {
122 "object": "LayoutSVGPath polygon", 122 "object": "LayoutSVGPath polygon",
123 "reason": "style change" 123 "reason": "style change"
124 } 124 }
125 ] 125 ]
126 } 126 }
127 127
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698