[webkit-reviews] review granted: [Bug 69076] SVG Mask should take 'color-interpolation' into account to determine the color space of the mask image : [Attachment 109198] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 30 11:55:16 PDT 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Dirk Schulze
<krit at webkit.org>'s request for review:
Bug 69076: SVG Mask should take 'color-interpolation' into account to determine
the color space of the mask image
https://bugs.webkit.org/show_bug.cgi?id=69076

Attachment 109198: Patch
https://bugs.webkit.org/attachment.cgi?id=109198&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=109198&action=review


> Source/WebCore/rendering/svg/RenderSVGResourceMasker.cpp:134
> +void RenderSVGResourceMasker::drawContentIntoMaskImage(MaskerData*
maskerData, const ColorSpace colorSpace, const SVGMaskElement* maskElement,
RenderObject* object)

ColorSpace doesn't need to be const.


More information about the webkit-reviews mailing list