From 89dd7e6aeecb08d8765e92abbc937cffa7272ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Mon, 16 Mar 2026 08:45:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[fire-shutter]=20=EB=B0=A9=ED=99=94?= =?UTF-8?q?=EB=B2=BD-=E2=91=A3=EB=B2=BD=EC=97=B0=ED=98=95=20=EA=B0=84?= =?UTF-8?q?=EA=B2=A9=20=EC=A0=9C=EA=B1=B0=20(=EB=B0=80=EC=B0=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - wallGap: 8px → 0 (방화벽에 ④ 직접 부착) - 방화벽 → ④ → ② → ① 끝과 끝 연결 구조 --- resources/views/rd/fire-shutter-drawing/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 상단 여백 (타이틀 공간)