Skip to content

Commit

Permalink
feat: visio接口
Browse files Browse the repository at this point in the history
  • Loading branch information
Grnetsky committed Sep 29, 2024
1 parent 73bda73 commit 98e8585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/pen/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3482,7 +3482,7 @@ function drawFuncGenerator(ctx: CanvasRenderingContext2D, pen: any) {
return {x:calculate.x,y:calculate.y};
}catch (e) {
// pass
console.log(e,'error',cs);
// console.log(e,'error',cs);
}
},{});
}
Expand Down

0 comments on commit 98e8585

Please sign in to comment.