alexzhirkevich / compottie

Compose Multiplatform library for rendering Lottie animations
https://alexzhirkevich.github.io/compottie
MIT License
210 stars 5 forks source link

Don't crash in MutableList<Float>.fill(color : Color) in AnimatedText… #18

Closed sergeys-opera closed 1 month ago

sergeys-opera commented 1 month ago

…Document.kt

When setting a value at a specific position in a list, the list must have size up to the given position.

This commit fixes #17.