Using SVG for additive color mixing (additive blending)

前端 未结 3 736
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-29 12:36

Coming from a graphic design background I know how to cheat to create an effect of additive color. The same basic solution is proposed in another post on here.

The p

3条回答
  •  悲&欢浪女
    2020-12-29 12:59

    From https://drafts.fxtf.org/compositing-1/#mix-blend-mode, Example 2:

    circle { mix-blend-mode: screen; }
    
    
        
        
        
    
    

提交回复
热议问题