Files
Doruk Kavcioglu bc7c207a5a text-to-lottie: require a:1 for keyframed text slots
Native text slots authored as slots[id].p = { a:0, k:[{t,s}] } (or with a
missing a) render blank in Skottie: it treats the keyframe array as a static
value and resolves empty text. Document the a:1 requirement in the player
contract, correct the canonical test fixture to the render-safe shape, and add
a local structural invariant test that flags keyframed text slots missing a:1.
2026-07-03 17:27:26 +03:00
..