[Webkit-unassigned] [Bug 241800] Wrong image display for Non-integer sized elements and background-position specified as %

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 08:20:46 PDT 2022


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

--- Comment #3 from zalan <zalan at apple.com> ---
Created attachment 460416

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

Test reduction

Webkit computes the same position for 0px - 0.25px, 0.25px - 0.75px and 0.75px - 1px ranges. It looks like we use a "pixel snapped" value (0px, 0.5px and 1px on a 2x display) when computing the background position as opposed to just using the "raw" value.

-- 
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/20220622/16476f4b/attachment.htm>


More information about the webkit-unassigned mailing list