addLengthText 추가

This commit is contained in:
hyojun.choi 2025-05-13 14:34:10 +09:00
parent 7bf548de2b
commit bac3fbef70

View File

@ -1160,7 +1160,8 @@ export const usePolygon = () => {
}) })
canvas.add(roof) canvas.add(roof)
// addLengthText(roof) canvas.renderAll()
addLengthText(roof)
canvas.remove(polygon) canvas.remove(polygon)
canvas.renderAll() canvas.renderAll()
}) })