印花图层等禁止添加图层

This commit is contained in:
李志鹏
2026-01-12 09:42:07 +08:00
parent 7fc0e3bace
commit 85a158ea3e
8 changed files with 9 additions and 8 deletions

View File

@@ -191,6 +191,7 @@
};
const setFill = async (item) => {
if (!item) return null;
console.log(item.scale);
const cwidth = canvas.width;
const cheight = canvas.height;
let image = await urlToCanvas(item.path);