You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(captions): fold the two render paths into the one that survived
The caption doc still described a DOM preview painter alongside the native
exporter, and linked to `CaptionLayer.tsx`, which no longer exists — the docs
check failed on the dead link.
Rewritten around what is actually there: one path, cues -> synthetic text
regions -> annotation plumbing -> native compositor, which draws preview and
export alike. That is a stronger version of the property the old text was
reaching for: preview and export cannot drift because they are the same
renderer, not two box models kept in sync by hand.
Kept a short note on why the DOM layer existed and why it went, so the next
reader does not re-add a "preview overlay" to fix a perceived gap. Also
recorded that `captionBackgroundCss` emits `rgba(...)`, which is what forces
the native colour parser to accept CSS colours rather than hex only.
`docs:check` OK (22 files).
0 commit comments