[Webkit-unassigned] [Bug 209930] REGRESSION (iOS 13.4): Inset box-shadow rendering bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 16:39:24 PDT 2020


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

--- Comment #4 from me at masonx.ca ---
Appears to be a regression of r252689, specifically these two lines:

            LayoutUnit xOffset = 2 * paintRect.width() + std::max<LayoutUnit>(0, shadowOffset.width()) + shadowPaintingExtent + 2 * shadowSpread + LayoutUnit(1);
             LayoutSize extraOffset(xOffset.ceil(), 0);


The previous code was subtracting 2 * shadowSpread, but the patch changed it to adding 2 * shadowSpread. 

Patch attached.

-- 
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/20200514/381d0844/attachment.htm>


More information about the webkit-unassigned mailing list