fix: [fire-shutter] 가이드레일 본체 1mm 추가 좌측 이동 (선 겹침 방지)
This commit is contained in:
@@ -1140,7 +1140,7 @@ function renderGrCross() {
|
||||
// 내부 개구부가 아래로 확장 (④ 진입 공간)
|
||||
// ══════════════════════════════════════════
|
||||
{
|
||||
const ox2 = w4x + w4depth + (6 + 0.75) * sc; // ② 좌측벽 = ④ 끝 + 6mm + 0.75(반두께) — 4mm 좌측 이동
|
||||
const ox2 = w4x + w4depth + (5 + 0.75) * sc; // ② 좌측벽 = ④ 끝 + 5mm + 0.75(반두께) — 1mm 추가 좌측 이동
|
||||
const oy2 = by; // ② 상단
|
||||
const c = cBody, s = '#94a3b8';
|
||||
// 프로파일 좌표 → SVG 좌표 변환
|
||||
|
||||
Reference in New Issue
Block a user