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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 15 09:55:34 PDT 2020


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #399459|review?                     |review-
              Flags|                            |

--- Comment #7 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 399459
  --> https://bugs.webkit.org/attachment.cgi?id=399459
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=399459&action=review

> Source/WebCore/rendering/RenderBoxModelObject.cpp:2398
> -            LayoutUnit xOffset = paintRect.width() + std::max<LayoutUnit>(0, shadowOffset.width()) + shadowPaintingExtent + 2 * shadowSpread + LayoutUnit(1);
> +            LayoutUnit xOffset = paintRect.width() + std::max<LayoutUnit>(0, shadowOffset.width()) + shadowPaintingExtent - 2 * shadowSpread + LayoutUnit(1);

The bug is about inset shadows, but this is the Normal shadow code path, so this can't be the right fix.

-- 
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/20200515/5d9a81af/attachment.htm>


More information about the webkit-unassigned mailing list