-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering (clipping) issue in 6.5.0+ #2593
Comments
Can you attach an animation that reproduces this and can you try setting the render mode to software? |
@gpeal Here is the problematic animation: Enabling software rendering did not change anything. |
Confirming that the last working version was |
@gpeal Hi, just wanted to check in. Anything new on this? Let me know if there's anything I can do to help. |
For an extra data point, I'm also seeing what seems to be this clipping issue with this animation I've tested multiple Android versions and am only seeing the clipping problem on API 34 and above (tried 30, 33, 34 and 35) |
In React Native ("lottie-react-native": "7.2.1") setting renderMode="SOFTWARE" fixed the clipping for me.
|
Describe the bug
Part of the animation is clipped since library version 6.5.0+.
The issue might be related to #2587
What version of Lottie did you test this on?
All versions from 6.5.0+ had the same issue.
6.1.0 - 6.4.0 works correctly. Did not test earlier versions.
What version of Android did you test this on?
Android 12, Android 15
Steps To Reproduce
In library version 6.4.0 the animation works correctly.
In library version 6.5.0+ the animation does not work correctly and some clipping happens.
Recordings
6.4.0 - working correctly
https://github.com/user-attachments/assets/bc736f33-53af-4bc6-be32-138967d990af
6.5.0 - working incorrectly
https://github.com/user-attachments/assets/b4354d79-0616-4f6f-94de-f36a05e3fb2a
The text was updated successfully, but these errors were encountered: