调整detail拉伸sketch但是编辑印花和画布使用的sketch不受影响

This commit is contained in:
X1627315083
2025-09-22 10:29:27 +08:00
parent a1bbc2d166
commit ddcad3c391
24 changed files with 234 additions and 82 deletions

View File

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