From 59f7c9619f5deee347f1a469b3924507fa9693b3 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Tue, 24 Dec 2024 11:10:04 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=B6=95=EB=A9=B4=20=ED=95=A0?= =?UTF-8?q?=EB=8B=B9=20=EC=8B=9C=20=EC=84=A0=ED=83=9D=EB=90=9C=20=EC=A7=80?= =?UTF-8?q?=EB=B6=95=EC=9E=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/common/useRoofFn.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/common/useRoofFn.js b/src/hooks/common/useRoofFn.js index 245739b1..31e31d13 100644 --- a/src/hooks/common/useRoofFn.js +++ b/src/hooks/common/useRoofFn.js @@ -138,6 +138,7 @@ export function useRoofFn() { polygon.set('fill', null) polygon.set('fill', pattern) + polygon.roofMaterial = roofMaterial polygon.canvas?.renderAll() } return { setSurfaceShapePattern }