[Webkit-unassigned] [Bug 187244] [cairo] Doesn't paint box-shadow with zero blur-radius

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 2 07:52:29 PDT 2018


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

--- Comment #6 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 344087
  --> https://bugs.webkit.org/attachment.cgi?id=344087
WIP patch

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

BTW, I'm really curious how you managed to debug this issue.

> Source/WebCore/platform/graphics/cairo/CairoOperations.cpp:616
>      // We can't avoid ShadowBlur if the shadow has blur.
> -    if (color.isVisible() && blur)
> +    if (color.isVisible())

The comment needs to be updated now.

-- 
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/20180702/fc49dd71/attachment.html>


More information about the webkit-unassigned mailing list