Skip to content
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

Scottie does not display animation if there is a base64 resource in the animation file #50

Open
yaroslav-beletsky opened this issue Jun 4, 2024 · 0 comments

Comments

@yaroslav-beletsky
Copy link

If the source object has an image value in base64 format, it is not displayed.

But Lottie displays everything perfectly.

Example: (Full example file - https://file.io/Nncoal1QPHtL)

{
  "v": "4.8.0",
  "ip": 0,
  "op": 90,
  "fr": 30,
  "w": 199,
  "h": 288,
  "nm": "M",
  "assets": [
    {
      "h": 372,
      "w": 180,
      "id": "image_0",
      "p": "data:image/webp;base64,UklGRAAAAA",
      "u": "",
      "e": 1
    },
    ...
  ]
  ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant