比如,我设置
canvasContext.setFillStyle( "rgba(0,0,0,0.5)" ); canvasContext.fillRect(0,0,200,200); canvasContext.draw( true ); canvasContext.fillRect(50,50,200,200); canvasContext.draw( true ); |
他们重叠的部分的透明度并不是0.5,而是比0.5更亮
globalCompositeOperation
组合属性,来避免这种情况
你好,后续版本会支持该特性,请关注小程序的功能更新,谢谢!
@官方 建议开放canvas的
globalCompositeOperation组合属性