Skip to content

Commit e72943c

Browse files
Swarup Ukilmoz-wptsync-bot
authored andcommitted
Implement direction-agnostic arc radii handling in shape().
Differential Revision: https://phabricator.services.mozilla.com/D272823 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1982757 gecko-commit: 7f41ffc04dd6e3bc610d55ec82fe98be6963ca83 gecko-reviewers: emilio, firefox-style-system-reviewers, layout-reviewers
1 parent 0a93006 commit e72943c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/css-masking/animations/clip-path-interpolation-shape-arc-direction-agnostic-radius.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>CSS Masking: Test animating single-value arc radius of the shape() function</title>
55
<link rel="help" href="https://drafts.csswg.org/css-shapes-2/#funcdef-shape">
66
<link rel="match" href="clip-path-interpolation-shape-arc-direction-agnostic-radius-ref.html">
7-
<meta name="fuzzy" content="maxDifference=0-10;totalPixels=0-360">
7+
<meta name="fuzzy" content="maxDifference=0-69;totalPixels=0-360">
88
</head>
99
<style>
1010
@keyframes animate-shape {

css/css-masking/clip-path/clip-path-shape-011.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="help" href="https://drafts.csswg.org/css-shapes-2/#funcdef-shape">
66
<link rel="match" href="reference/clip-path-shape-arc-ref.html">
77
<meta name="assert" content="When providing one radius value with percentage, the percentage should be relative to the diagonal.">
8-
<meta name="fuzzy" content="maxDifference=0-64;totalPixels=0-128">
8+
<meta name="fuzzy" content="maxDifference=0-67;totalPixels=0-128">
99
</head>
1010
<style>
1111
#shape {

0 commit comments

Comments
 (0)