[Webkit-unassigned] [Bug 181974] feFlood doesn't work when filter resolution is reduced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 1 21:35:46 PST 2018


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

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
I think the clamping logic in ImageBuffer is basically wrong. It all works on FloatSizes, but ImageBuffers are allocated with integral numbers of pixels (despite taking FloatSize in the constructor). Also, clients can take a FloatRect and call enclosingIntRect() on it, potentially increasing the size by to 2px in each dimension.

So the ImageBuffer::sizeNeedsClamping() logic is suspect.

-- 
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/20180202/b9c51565/attachment.html>


More information about the webkit-unassigned mailing list