Bug 212624 - SVG filter effect feComposite unexpectedly lightens image using linearRGB
Summary: SVG filter effect feComposite unexpectedly lightens image using linearRGB
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: frankhome61
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-01 20:06 PDT by frankhome61
Modified: 2020-06-11 13:25 PDT (History)
3 users (show)

See Also:


Attachments
SVG example showing the result of feComposite with in linearRGB (261.00 KB, application/zip)
2020-06-01 20:06 PDT, frankhome61
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description frankhome61 2020-06-01 20:06:29 PDT
Created attachment 400779 [details]
SVG example showing the result of feComposite with in linearRGB

When using a feComposite filter effect, the resulting image is lightened when using linearRGB for color interpolation. The attached file shows the color alteration. When using the sRGB for color interpolation, results are consistent across browsers.
Comment 1 Radar WebKit Bug Importer 2020-06-01 20:07:07 PDT
<rdar://problem/63855517>
Comment 2 frankhome61 2020-06-11 13:23:01 PDT
Bug is fixed in a recent patch file:///Users/guoweiyang/Desktop/convolved-image.html
Comment 3 frankhome61 2020-06-11 13:25:33 PDT
bug is fixed in a recent patch https://bugs.webkit.org/show_bug.cgi?id=212649