[Webkit-unassigned] [Bug 46918] ContextShadow should not use the blur radius as kernel size of the box blurs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 30 10:45:19 PDT 2010


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





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2010-09-30 10:45:18 PST ---
(From update of attachment 69347)
View in context: https://bugs.webkit.org/attachment.cgi?id=69347&action=review

> WebCore/platform/graphics/ContextShadow.cpp:158
> +    // We expand the area by the blur radius to give extra space for the blur transition.
> +    m_layerRect.inflate((m_type == BlurShadow) ? ceil(m_blurRadius) : 0);

We probably want to change the name m_blurRadius to m_blurWidth to clear up any confusion about what this value means.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list