[webkit-reviews] review requested: [Bug 30480] REGRESSION: SVG Mask doesn't work for maskContentUnits="objectBoundingBox" : [Attachment 41364] Fix mask context location, linerRGB as default color-space.

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


Dirk Schulze <krit at webkit.org> has asked  for review:
Bug 30480: REGRESSION: SVG Mask doesn't work for
maskContentUnits="objectBoundingBox"
https://bugs.webkit.org/show_bug.cgi?id=30480

Attachment 41364: Fix mask context location, linerRGB as default color-space.
https://bugs.webkit.org/attachment.cgi?id=41364&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
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.


More information about the webkit-reviews mailing list