airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Unexpected infinite loop

zhuoxin10 opened this issue · comments

https://github.com/airbnb/lottie-web/blob/63a39aeb27b8c13726ce9fcf850d9351b14be3e6/player/js/utils/text/TextProperty.js#L262C11-L262C11

If a single character is very large,’cLength‘ always exceeds the 'boxWidth', the logic is looped,'finalText' splices '\r' continuously.