[Webkit-unassigned] [Bug 80323] [CSS Filters] Drop Shadow is not repainting correctly when repaint area is smaller than the filtered element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 14:19:15 PDT 2012


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


Chiculita Alexandru <achicu at adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |achicu at adobe.com
                   |kit.org                     |
 Attachment #131921|                            |review?, commit-queue?
               Flag|                            |




--- Comment #3 from Chiculita Alexandru <achicu at adobe.com>  2012-03-14 14:19:15 PST ---
Created an attachment (id=131921)
 --> (https://bugs.webkit.org/attachment.cgi?id=131921&action=review)
Patch V1

The patch may seem to fix multiple bugs, but they are only a consequence of the fact that now I made the filtered layers act as repaint container. That is similar to how composited layers work. Using that we can intercept all the repaints in a single place.

Also in order to make those repaints useful (and testable) I needed to fix the filter painting to keep a full source image of the original RenderLayer, so that drop shadow and blur can apply correctly.

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