[Webkit-unassigned] [Bug 65006] Draw rectangular box shadow for elements with border-radius if no corners are visible
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 21 21:40:53 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65006
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #101692|review? |review-
Flag| |
--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> 2011-07-21 21:40:53 PST ---
(From update of attachment 101692)
View in context: https://bugs.webkit.org/attachment.cgi?id=101692&action=review
> Source/WebCore/rendering/RenderBoxModelObject.cpp:2174
> + unroundClippedCorners(border, info.rect);
I don't think this is right. The effect of the corner radius can propagate further for the shadow than the corner radius itself; you have to add the blur radius (or maybe twice the blur radius).
--
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