Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
more-strive committed Jul 4, 2023
1 parent 6085ea5 commit 196ce4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/object/CropImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class CropImage extends fabric.Image {
ctx.globalAlpha = 1;
// @ts-ignore
ctx.strokeStyle = this.cropLinesColor;
console.log('zoom:', zoom)
// this.clipPath = clippath
// ctx.beginPath();
// ctx.moveTo(w / 2, 0);
// A rx ry x-axis-rotation large-arc-flag sweep-flag x y
Expand Down

0 comments on commit 196ce4d

Please sign in to comment.