[Webkit-unassigned] [Bug 72103] box-shadow creates incorrect shadow when border-radius is too large
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 7 08:42:55 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=72103
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #146249|review? |review-
Flag| |
--- Comment #10 from Simon Fraser (smfr) <simon.fraser at apple.com> 2012-06-07 08:42:55 PST ---
(From update of attachment 146249)
View in context: https://bugs.webkit.org/attachment.cgi?id=146249&action=review
> Source/WebCore/platform/graphics/Path.cpp:134
> +#if !PLATFORM(CHROMIUM) && !PLATFORM(MAC)
> if (rect.width() < topLeftRadius.width() + topRightRadius.width()
Random platform #ifdefs are never a good thing in shared platform code. It's impossible to know, by reading this, why Chromium or Mac behave differently.
--
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