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.
Created attachment 65596 [details] Patch
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 on attachment 65596 [details] Patch Clearing flags on attachment: 65596 Committed r66204: <http://trac.webkit.org/changeset/66204>
All reviewed patches have been landed. Closing bug.