Bug 32427

Summary: [Cairo][Qt] Alpha blending in SVG filters is wrong
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit.review.bot
Priority: P2    
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
correct color spacetransformation SVG Filter for Qt, Cairo none

Description Dirk Schulze 2009-12-11 05:21:33 PST
This bug is related to bug 32378 and needs the same fix for Cairo and Qt.
Comment 1 Dirk Schulze 2009-12-11 05:31:06 PST
Created attachment 44679 [details]
correct color spacetransformation SVG Filter for Qt, Cairo

ImageBuffer::platformTransformColorSpace shouldn't transform the alpha channel on sRGB <-> linearRGB on Qt, Cairo.
Comment 2 WebKit Review Bot 2009-12-11 05:31:55 PST
style-queue ran check-webkit-style on attachment 44679 [details] without any errors.
Comment 3 Eric Seidel (no email) 2009-12-11 15:38:13 PST
Comment on attachment 44679 [details]
correct color spacetransformation SVG Filter for Qt, Cairo

Looks sane.  Obviously needs updates to those tests too.
Comment 4 Dirk Schulze 2009-12-12 00:45:55 PST
(In reply to comment #3)
> (From update of attachment 44679 [details])
> Looks sane.  Obviously needs updates to those tests too.

Looks like both ports don't have pixel tests. The regression tests don't need an update.
Comment 5 WebKit Commit Bot 2009-12-12 02:21:07 PST
Comment on attachment 44679 [details]
correct color spacetransformation SVG Filter for Qt, Cairo

Clearing flags on attachment: 44679

Committed r52049: <http://trac.webkit.org/changeset/52049>
Comment 6 WebKit Commit Bot 2009-12-12 02:21:11 PST
All reviewed patches have been landed.  Closing bug.