印花图层等禁止添加图层

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

@@ -1644,7 +1644,7 @@ export class CanvasManager {
fabricObjects: [],
children: children,
clippingMask: groupRect.toObject(),
isFixedClipMask: true,
isPrintTrimsGroup: true,
specialType: SpecialType.PRINT_TRIMS_G,
});
this.layers.value.splice(groupIndex, 0, groupLayer);