This commit is contained in:
X1627315083
2025-09-18 10:42:32 +08:00
parent fc8a62c9fb
commit 00460712a4

View File

@@ -870,7 +870,7 @@ export class ExportManager {
const clipObject = this.canvas?.clipPath;
if (!clipObject) {
console.warn("未找到可用的裁剪对象");
return null;
return null;
}
// 克隆对象作为裁剪路径