Documentation / @finchart/core / FallbackCommand
Type Alias: FallbackCommand
FallbackCommand =
Exclude<DrawCommand, {type:"clip"; }>
Defined in: packages/core/src/render/types.ts:268
폴백이 실제로 낼 수 있는 명령 — 경계 조작만 빠진 명령 집합이다. DrawTarget에 clip이 없는 것과 같은 이유다 — 그리는 쪽은 자기가 어디서 끝나는지 모른다.