[Webkit-unassigned] [Bug 30480] REGRESSION: SVG Mask doesn't work for maskContentUnits="objectBoundingBox"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 17 13:09:29 PDT 2009


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


Dirk Schulze <krit at webkit.org> changed:

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




--- Comment #1 from Dirk Schulze <krit at webkit.org>  2009-10-17 13:09:27 PDT ---
Created an attachment (id=41364)
 --> (https://bugs.webkit.org/attachment.cgi?id=41364)
Fix mask context location, linerRGB as default color-space.

This patch fixes an issue of r49598. The maskDestRect shouldn't be used to
calculate the position of he masking context. It's just  the location and size
of the mask image. Use another FloatPoint for the context position.

It also change the default color-space to linearRGB according to the spec. This
must be adapted by other platforms and just works with CG atm.

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