提交 5600402d 编写于 作者: R rebornix

Workaround for #32470.

上级 b0aefecc
......@@ -180,6 +180,7 @@ class SaturationBox extends Disposable {
const whiteGradient = ctx.createLinearGradient(0, 0, this.canvas.width, 0);
whiteGradient.addColorStop(0, 'rgba(255, 255, 255, 1)');
whiteGradient.addColorStop(0.5, 'rgba(255, 255, 255, 0.5)');
whiteGradient.addColorStop(1, 'rgba(255, 255, 255, 0)');
const blackGradient = ctx.createLinearGradient(0, 0, 0, this.canvas.height);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册