-
-
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
Round corners are not rendered correctly on path shape content. #2561
Labels
Comments
I just looked into this and there are two separate issues here.
|
I mean you can add this PathEffect to Paint to implement rounded corners shape, instead of manual curves modification that you do here. Similar to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lottie is supported and developed on nights and weekends. Issues from Lottie sponsors will be prioritized.
If you don't use this template, your issue will be closed. Delete this text once completed.
Checklist
Describe the bug
A clear and concise description of what the bug is.
Round corners are not rendered correctly on path shape content.
A very simple example is a path only with 3 vertices:
✅ lottie-web:
❌ lottie-android:
More open path example:
✅ lottie-web:
❌ lottie-android:
A closed path example with 4 vertices:
✅ lottie-web:
❌ lottie-android:
What version of Lottie did you test this on?
6.5.2
What version of Android did you test this on?
Android 12.0
Steps To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: