diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php index c74a6905..9d97948b 100644 --- a/resources/views/rd/fire-shutter-drawing/index.blade.php +++ b/resources/views/rd/fire-shutter-drawing/index.blade.php @@ -1084,7 +1084,7 @@ function renderGrCross() { // ── 기준 좌표 설정 ── // ① lip 좌측 끝을 x 기준 0으로 놓고 오프셋 적용 const wallW = 50; // 방화벽 해치 너비 (px) - const wallGap = 8; // 방화벽과 ④ 사이 간격 (px) + const wallGap = 0; // 방화벽과 ④ 밀착 (벽에 부착) const padL = 30; // SVG 좌측 여백 (px) const padT = 55; // SVG 상단 여백 (타이틀 공간)