azchohfi / LottieUWP

UWP port of Lottie(https://github.com/airbnb/lottie-android)
Apache License 2.0
274 stars 45 forks source link

LottieUWP Parser Bezier Length Optimization #55

Closed Daeho-Song closed 5 years ago

Daeho-Song commented 5 years ago

Our team(UIFW) optimized the Bezier Length Algorithms and replaced it with De Casteljau’s Algorithm. There is good improvement in Parsing time.