Skip to content

Commit debbb75

Browse files
Revert "Fix offset contours for concave corners"
This reverts commit 0e59b495250929d4295f232e03bba5eab1d5248c. Reason for revert: Causing Failures in Mac13 Test bots Failure Link: first failing run https://ci.chromium.org/ui/p/chromium/builders/ci/Mac13%20Tests/42210/overview Original change's description: > Fix offset contours for concave corners > > Clamp contour miter intersections to their target edges so asymmetric > concave corners do not produce stray outline and shadow segments. > > Bug: 532190484 > Change-Id: I29dfa1d4e072f1692f041417892f33ff60dfda39 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/8128561 > Commit-Queue: Helmut Januschka <helmut@januschka.com> > Reviewed-by: Noam Rosenthal <nrosenthal@google.com> > Cr-Commit-Position: refs/heads/main@{#1668453} Bug: 532190484 No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: I4ed8fb2f2afea019be369bcff2c6145da75a80ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/8158379 Commit-Queue: Ahmed Moussa <ahmedmoussa@google.com> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Ahmed Moussa <ahmedmoussa@google.com> Owners-Override: Ahmed Moussa <ahmedmoussa@google.com> Cr-Commit-Position: refs/heads/main@{#1668861}
1 parent da8d7a4 commit debbb75

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

css/css-borders/corner-shape/render-corner-shape.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
<title>Render corner shape</title>
55
<link rel="match" href="render-corner-shape-ref.html" >
66
<link rel="help" href="https://drafts.csswg.org/css-borders-4/#corner-shape-rendering">
7-
<meta name="fuzzy" content="maxDifference=0-255;totalPixels=0-400">
8-
<meta
9-
name="variant"
10-
content="?width=80&height=80&border-top-left-radius=10,50&corner-top-left-shape=-0.5&shadow-spread=15"
11-
>
7+
<meta name="fuzzy" content="maxDifference=0-200;totalPixels=0-400">
128
<meta
139
name="variant"
1410
content="?border-top-right-radius=100&corner-top-right-shape=0&shadow-spread=30"

0 commit comments

Comments
 (0)