FFImageLoading icon indicating copy to clipboard operation
FFImageLoading copied to clipboard

Xamarin Forms SvgCachedImage not displaying svg with gradient correctly

Open Estevete opened this issue 2 years ago • 1 comments

🐛 Bug Report

Using an svg image with some gradient, displays the image with just 1 color.

    <forms:SvgCachedImage
        HeightRequest="64"
        Source="resource://Assets.test.svg"
        WidthRequest="64">
    </forms:SvgCachedImage>

Link to the image: https://svgur.com/i/Kzh.svg

Expected behavior

See the image correctly: image

Actual behavior

image

Reproduction steps

Test SvgCachedImage with the provided image.

Version: 2.4.11.982

Platform:

  • [ ] :iphone: iOS
  • [ ] :robot: Android
  • [ ] :checkered_flag: WPF
  • [x] :earth_americas: UWP
  • [ ] :apple: MacOS
  • [ ] :tv: tvOS
  • [ ] :monkey: Xamarin.Forms

Estevete avatar Jan 13 '22 13:01 Estevete

Any update?

MarioSegallaMoreira avatar May 31 '22 18:05 MarioSegallaMoreira