Merge pull request #2266 from heygen-com/07-11-fix-cli-check-detect-invisible-text

fix(cli): flag text with an effectively transparent fill in check
This commit is contained in:
Vance Ingalls
2026-07-11 17:10:44 -07:00
committed by GitHub
4 changed files with 157 additions and 0 deletions
+1
View File
@@ -946,6 +946,7 @@ const LAYOUT_ISSUE_CODES: readonly LayoutIssueCode[] = [
"container_overflow",
"content_overlap",
"text_occluded",
"text_not_painted",
"caption_zone_collision",
"frame_out_of_frame",
"motion_appears_late",
+1
View File
@@ -16,6 +16,7 @@ export type LayoutIssueCode =
| "container_overflow"
| "content_overlap"
| "text_occluded"
| "text_not_painted"
| "caption_zone_collision"
| "frame_out_of_frame"
// Frozen-sweep guard (#U10) — a whole-run meta-finding, not a per-sample