테스트 도형 수정

This commit is contained in:
Jaeyoung Lee 2024-09-02 14:48:38 +09:00
parent 11053286ef
commit d5336db610

View File

@ -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,