airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
MIT License
29.85k stars 2.85k forks source link

[BUG] Unexpected infinite loop #3046

Open zhuoxin10 opened 7 months ago

zhuoxin10 commented 7 months ago

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.