This commit is contained in:
李志鹏
2026-01-21 13:37:50 +08:00
parent 2fad680490
commit 750d90ee0b
4 changed files with 29 additions and 22 deletions

View File

@@ -159,6 +159,8 @@ export class BatchInitializeRedGreenModeCommand extends Command {
absolutePositioned: true,
opacity: 0.01, // 设置为几乎透明
id: generateId("redGreenImageMask_"),
rx: 15,
ry: 15,
});
// this.canvas.add(this.redGreenImageMask);
this.canvas.clipPath = this.redGreenImageMask;