feat: 배경 테마(다크/라이트)에 따른 ACI 7번 색상 동적 변경 적용

This commit is contained in:
minsung
2026-07-31 10:06:11 +09:00
parent 14d1f06927
commit f7564d4abf
4 changed files with 74 additions and 44 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import type { CadSpace } from './cadSpaces';
export class Viewer2D {
constructor(container: HTMLElement);
/** Render a DWG/DXF parseResult. `keepView` preserves pan/zoom on re-render. */
load(result: unknown, opts?: { keepView?: boolean; spaceHandle?: string | number | null }): void;
load(result: unknown, opts?: { keepView?: boolean; keepTheme?: boolean; spaceHandle?: string | number | null }): void;
/** Zoom-extents to the loaded drawing. */
fit(): void;
/** Resync renderer/camera to the container size (call after un-hiding). */