Re: [csswg-drafts] [filter-effects] Clarify the feComposite's arithmetic mode (#3831)

The WebKit [implementation](https://github.com/WebKit/webkit/blob/master/Source/WebCore/platform/graphics/filters/FEComposite.cpp) of this filter is rather complex. Nothing close to `k1*i1*i2 + k2*i1 + k3*i2 + k4`. And they use premultiplied ARGB, just like librsvg and Inkscase.

Maybe its because of some optimizations.

-- 
GitHub Notification of comment by RazrFalcon
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3831#issuecomment-485520142 using your GitHub account

Received on Monday, 22 April 2019 19:18:27 UTC