azchohfi / LottieUWP

UWP port of Lottie(https://github.com/airbnb/lottie-android)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bezier curves are getting flattened

mltejera opened this issue · comments

It appears LottieUWP is flattening bezier curves to be linear. We were able to verify that the iOS port maintained the curves and could find several references to 'bezier' in the source code. We have not had a chance to test the same animation in Android yet, but noted there was only 1 reference to 'bezier' in the Android code.

Could you send me a JSON file with the sample that is not working? If that is being achieved using expressions, than it wont work. Expressions are not supported.

Talked to my motion designer - that animation did not use expressions for animations.

Fixed! Please test again using newest MyGet version.