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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-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": "LayoutSVGPath polygon", 15 "object": "LayoutSVGPath polygon",
16 "rect": [456, 166, 133, 132], 16 "rect": [455, 165, 135, 134],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGPath polygon id='t3'", 20 "object": "LayoutSVGPath polygon id='t3'",
21 "rect": [320, 166, 133, 132], 21 "rect": [319, 165, 135, 134],
22 "reason": "style change"
23 },
24 {
25 "object": "LayoutSVGPath polygon",
26 "rect": [46, 165, 135, 134],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutSVGPath polygon",
31 "rect": [183, 165, 134, 134],
22 "reason": "style change" 32 "reason": "style change"
23 }, 33 },
24 { 34 {
25 "object": "LayoutSVGContainer use id='t1'", 35 "object": "LayoutSVGContainer use id='t1'",
26 "rect": [47, 166, 133, 132], 36 "rect": [47, 166, 133, 132],
27 "reason": "style change" 37 "reason": "style change"
28 }, 38 },
29 { 39 {
30 "object": "LayoutSVGPath polygon",
31 "rect": [47, 166, 133, 132],
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutSVGViewportContainer svg id='poly'", 40 "object": "LayoutSVGViewportContainer svg id='poly'",
36 "rect": [47, 166, 133, 132], 41 "rect": [47, 166, 133, 132],
37 "reason": "style change" 42 "reason": "style change"
38 }, 43 },
39 { 44 {
40 "object": "LayoutSVGContainer use id='t2'", 45 "object": "LayoutSVGContainer use id='t2'",
41 "rect": [184, 166, 132, 132], 46 "rect": [184, 166, 132, 132],
42 "reason": "style change" 47 "reason": "style change"
43 }, 48 },
44 {
45 "object": "LayoutSVGPath polygon",
46 "rect": [184, 166, 132, 132],
47 "reason": "style change"
48 },
49 { 49 {
50 "object": "LayoutSVGViewportContainer svg id='poly'", 50 "object": "LayoutSVGViewportContainer svg id='poly'",
51 "rect": [184, 166, 132, 132], 51 "rect": [184, 166, 132, 132],
52 "reason": "style change" 52 "reason": "style change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGEllipse circle id='t4'", 55 "object": "LayoutSVGEllipse circle id='t4'",
56 "rect": [46, 28, 7, 7], 56 "rect": [45, 27, 9, 9],
57 "reason": "style change" 57 "reason": "style change"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ], 61 ],
62 "objectPaintInvalidations": [ 62 "objectPaintInvalidations": [
63 { 63 {
64 "object": "LayoutSVGEllipse circle id='t4'", 64 "object": "LayoutSVGEllipse circle id='t4'",
65 "reason": "style change" 65 "reason": "style change"
66 }, 66 },
(...skipping 29 matching lines...) Expand all
96 "object": "LayoutSVGPath polygon id='t3'", 96 "object": "LayoutSVGPath polygon id='t3'",
97 "reason": "style change" 97 "reason": "style change"
98 }, 98 },
99 { 99 {
100 "object": "LayoutSVGPath polygon", 100 "object": "LayoutSVGPath polygon",
101 "reason": "style change" 101 "reason": "style change"
102 } 102 }
103 ] 103 ]
104 } 104 }
105 105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698