Re: [fxtf-drafts] [filter-effects][compositing] What is "no-composite" blending?

The issue with feblend is that it combines blending and compositing. This mean that the filter operation composites with the backdrop and this result is then again composited.
This results in double compositing which gives the wrong result when there's alpha.

no-composite was supposed to skip the compositing operation during the filter to work around this problem.
https://www.w3.org/TR/compositing-1/#blending gives the result with regular alpha compositing. For no-composite=true, the composting part becomes "copy" (https://www.w3.org/TR/compositing-1/#porterduffcompositingoperators_src) and the blending part stays the same

-- 
GitHub Notification of comment by cabanier
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/173#issuecomment-354583591 using your GitHub account

Received on Sunday, 31 December 2017 03:47:25 UTC