Describe the bug
After I updated the version from 0.2.8 to 3.0.1, the animation became blurred. Is this a bug or should I change my code with the new version?
What version of Lottie did you test this on?
v3.0.1
What version of Android did you test this on?
Android 8.0.0
Steps To Reproduce
Steps to reproduce the behavior:
Use LottieAnimationView to load a anim json file.
Please include a sample project that reproduces this and reopen if you are able to do that. There isn't enough information to provide assistance as-is.
Thanks for your replay, here is the sample project:
https://github.com/Aquarids/issue-lottie-1347-example
Change the version of lottie in build.gradle, it should reproduces the problem.
version 3.0.1:

version 2.8.0:

@Aquarids Try setRenderMode(RenderMode.SOFTWARE)
@gpeal It works. Thank you for your patience.
@gpeal Thank you ! Worked for me too!
Most helpful comment
@Aquarids Try
setRenderMode(RenderMode.SOFTWARE)