[Webkit-unassigned] [Bug 32575] sourceGraphic wrong if positive x, y is >0 and objectBB is selected on Filter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 00:06:37 PST 2009


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44951|                            |review?
               Flag|                            |




--- Comment #1 from Dirk Schulze <krit at webkit.org>  2009-12-16 00:06:36 PST ---
Created an attachment (id=44951)
 --> (https://bugs.webkit.org/attachment.cgi?id=44951)
Fix of Filter source position

On SVG Filters, the rest of the source graphic gets clipped to the filter rest.
This helps us to minimize the size of intermediate ImageBuffers. If the
position moves to the right or to the bottom, we have to adjust the
GraphicContext of this intermediate ImageBuffer.
This patch fixes the adjustment of the context, according to the clipping.

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