-
Notifications
You must be signed in to change notification settings - Fork 69
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
[BUG] Issue with rendering! #264
Comments
Are you able to attach a repro sample? I tested now and it seemed to work fine. Maybe there is some configuration issues or some issue with the version of skia, maybe and the toolkit versions. |
Sure, |
I am also running into a similar issue. Loading in a checkmark animation has both a strange checkmark shape and the animation surrounding the circle appears to be wrong. repo: https://github.com/matthericks/lottie-broken-animation |
Thanks @matthericks for this lottie. It appears to be a bug in skia directly: https://skottie.skia.org/21af4dec27795f93f0ab6e5f803ea330?h=512&w=512 I see this issue may be the related one: https://issues.skia.org/issues/40043184 There is a comment about Expressions not being supported yet. Do you know if your lottie file uses Expressions? |
@mattleibow it does not, but that link also had some discussion on the file where I was seeing the issues, and it looks like the checkmark was created using absolute instead of relative coordinates. I updated my file with those coordinates and everything works perfectly. thanks! |
I also have this issue with a some Lottie files I downloaded from LottieFiles. Edit: Never mind. ChatGPT did the work for me :) |
Hi, I'm trying to implement the component but with some animations I get a bad result.
Anyone know what I'm missing?
This is the lottie: https://lottiefiles.com/animations/loader-cat-dWUie0iIVk?from=search
Basic Information
I'm using version 2.0.0-preview.92
The text was updated successfully, but these errors were encountered: