From 63140fa5b0a2cdeced52eedee59bad5a386bb33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 15 Mar 2026 12:49:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[fire-shutter]=20=EB=A0=88=EC=9D=BC?= =?UTF-8?q?=ED=99=80=20=EC=9C=84=EC=B9=98=EB=A5=BC=20=EC=A0=84=EB=A9=B4?= =?UTF-8?q?=ED=8C=90=20Seg3=20=EB=81=9D=EC=97=90=20=EC=A0=95=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - rhX: ox+vt+30*sc → ox+f50 (전면판 Seg3 끝 = 레일 개구 시작) - rhW: 정확히 railHoleW(70mm) - railCx: 레일 개구 중앙으로 수정 - 전면판 J-훅과 린텔 사이 거리 = 정확히 70mm --- resources/views/rd/fire-shutter-drawing/index.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php index 787664ec..d490ead0 100644 --- a/resources/views/rd/fire-shutter-drawing/index.blade.php +++ b/resources/views/rd/fire-shutter-drawing/index.blade.php @@ -1378,8 +1378,8 @@ function renderSbSide() { ${(() => { - const rhX = ox + vt + 30*sc; // 전면에서 약간 안쪽 - const rhW = Math.min(railHoleW, sbFrontW - vt - 30*sc); + const rhX = ox + f50; // 전면판 Seg3 끝 = 레일 개구 시작 + const rhW = railHoleW; // 70mm (레일 폭) return rhW > 0 ? ` @@ -1414,7 +1414,7 @@ function renderSbSide() { ${(() => { - const railCx = ox + vt + 30*sc + Math.min(railHoleW, sbFrontW-vt-30*sc)/2; + const railCx = ox + f50 + railHoleW / 2; // 레일 개구 중앙 const rollTopY = shaftCy - rollR; return `