fix: 优化细节
This commit is contained in:
@@ -72,7 +72,6 @@ export class FillGroupLayerBackgroundCommand extends Command {
|
||||
originY: clippingMaskFabricObject.originY || "center",
|
||||
scaleX: clippingMaskFabricObject.scaleX || 1,
|
||||
scaleY: clippingMaskFabricObject.scaleY || 1,
|
||||
// type: "fill",
|
||||
});
|
||||
// this.newFill.clipPath = clippingMaskFabricObject;
|
||||
// this.newFill.dirty = true;
|
||||
@@ -92,7 +91,6 @@ export class FillGroupLayerBackgroundCommand extends Command {
|
||||
evented: false,
|
||||
originX: "center",
|
||||
originY: "center",
|
||||
// type: "fill",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user