[1482]도면에서 흐름 방향이 좌우로 설정된 경우 표시가 일부 잘리는 현상 #713

Merged
ysCha merged 2 commits from dev into dev-deploy 2026-03-17 09:27:08 +09:00
Showing only changes of commit 4b098fa5d5 - Show all commits

View File

@ -38,7 +38,7 @@ export function useImgLoader() {
* @returns {Array<{x: number, y: number}>} [좌상단 좌표, 우하단 좌표] (margin 포함)
*/
const getImageCoordinates = () => {
const margin = 20
const margin = 80 //도면 여백
const objects = canvas.getObjects().filter((obj) => [POLYGON_TYPE.ROOF, 'lengthText', 'arrow'].includes(obj.name))