From d5336db6108539fcef0f3970e8a36b0db39be58f Mon Sep 17 00:00:00 2001 From: Jaeyoung Lee Date: Mon, 2 Sep 2024 14:48:38 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EB=8F=84?= =?UTF-8?q?=ED=98=95=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Roof2.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Roof2.jsx b/src/components/Roof2.jsx index 98dbce9d..5d864c47 100644 --- a/src/components/Roof2.jsx +++ b/src/components/Roof2.jsx @@ -371,7 +371,7 @@ export default function Roof2(props) { { x: 450, y: 850 }, ] - const polygon = new QPolygon(twelvePoint2, { + const polygon = new QPolygon(twelvePoint, { fill: 'transparent', stroke: 'green', strokeWidth: 1,