[Webkit-unassigned] [Bug 247068] Radial gradient with farthest-side that fills a box renders incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 30 10:48:17 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=247068

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #463313|0                           |1
        is obsolete|                            |

--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Created attachment 463314

  --> https://bugs.webkit.org/attachment.cgi?id=463314&action=review

Test case

This testcase shows that it's a bug when farthest-side is used. The top gradient uses:
CGGradientCreateWithColorComponents - colors [0.00, 0.50, 0.00, 1.00, 0.00, 0.00, 1.00, 1.00] locations [0.71, 0.71] numberOfStops 2

The bottom one uses:
CGGradientCreateWithColorComponents - colors [0.00, 0.50, 0.00, 1.00, 0.00, 0.00, 1.00, 1.00] locations [1.00, 1.00] numberOfStops 2

but they should be the same.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221030/7d8d3f6d/attachment.htm>


More information about the webkit-unassigned mailing list