SkiaSharp.Extended
SkiaSharp.Extended copied to clipboard
[BUG] Lottie animation colors
Description
When adding a Lottie animation the colors are not set properly on the elements of the animation. For example this animation: https://lottiefiles.com/97952-loading-animation-blue
Note: This does not happen in all animations.
Code
<skia:SKLottieView RepeatCount="-1" WidthRequest="128" HeightRequest="128" Source="loading.json" IsAnimationEnabled="True"/>
Expected Behavior
The color should be accurate to the one given on the animation
Actual Behavior
The blue color is converted to Cyan blue color.
Basic Information
- Version with issue: SkiaSharp.Extended.UI.Maui/2.0.0-preview.61
- IDE: Visual Studio for Mac
- Platform Target Frameworks: MAUI 6.0.486 All versions of iOS and Android. macOS Monterey.
Screenshots
Below it is a sample of the loading animation showing the CYAN color:
