From 5caea968b80dd411a296734bb670b5cd09223bcc Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Mon, 17 Jun 2024 14:35:23 +0900 Subject: [PATCH] test --- src/app/util/canvas-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/util/canvas-util.js b/src/app/util/canvas-util.js index 887467c6..f3fb206a 100644 --- a/src/app/util/canvas-util.js +++ b/src/app/util/canvas-util.js @@ -1,5 +1,5 @@ /** - * Collection of utils to use on canvas + * Collection of function to use on canvas */ // define a function that can locate the controls export function polygonPositionHandler(dim, finalMatrix, fabricObject) {