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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 7 22:00:35 PDT 2010


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





--- Comment #7 from Nico Weber <thakis at chromium.org>  2010-07-07 22:00:34 PST ---
> I'm afraid that the ChangeLog here is insufficient to understand the problem. Why does the layered clipping fail?

It doesn't seem to be compatible with how skia draws shadows. I'm not sure why not.

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

I agree with mitz that the antialiasing trick should be made to work with shadows too and that my patch isn't a good idea.

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