[Webkit-unassigned] [Bug 41576] [chromium] Fix drawing of inset box shadows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 8 08:00:01 PDT 2010


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





--- Comment #8 from Adam Langley <agl at chromium.org>  2010-07-08 08:00:00 PST ---
(In reply to comment #7)
> It works with non-inset shadows by accident, since these are drawn with a clipOut() path, which doesn't use the antialiasing trick (it should – aliased shadows are ugly. But then the problem would be visible with normal, non-inset shadows too).

clipOut doesn't anti-alias because that would involve duplicating the frame buffer every time a clip was in effect.

I don't suppose anyone wants to add the immediate mode anti-aliasing hack into Skia and save all this bother?

-- 
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