Bug 44706 - SVG Filter with wrong results on repaint for non-CG platforms
Summary: SVG Filter with wrong results on repaint for non-CG platforms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-26 12:06 PDT by Dirk Schulze
Modified: 2010-08-27 04:40 PDT (History)
1 user (show)

See Also:


Attachments
Patch (33.16 KB, patch)
2010-08-26 12:17 PDT, Dirk Schulze
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2010-08-26 12:06:11 PDT
SVG Filter with wrong results on repaint for non-CG platforms.

The transformation of the resulting ImagBuffer on SVG Filter is transformed to linearRGB on every repaint. It should just be transformed once.
Comment 1 Dirk Schulze 2010-08-26 12:17:19 PDT
Created attachment 65596 [details]
Patch
Comment 2 Nikolas Zimmermann 2010-08-27 01:00:05 PDT
Comment on attachment 65596 [details]
Patch

Good quick fix. I'd still love to see a follow-up patch, which centralizes the !PLATFORM(CG) hacks.
I think we even have a bug report about that?
Comment 3 Dirk Schulze 2010-08-27 04:40:27 PDT
Comment on attachment 65596 [details]
Patch

Clearing flags on attachment: 65596

Committed r66204: <http://trac.webkit.org/changeset/66204>
Comment 4 Dirk Schulze 2010-08-27 04:40:36 PDT
All reviewed patches have been landed.  Closing bug.