Ffimageloading: SVG Image shows with black fill

Created on 6 Sep 2018  路  3Comments  路  Source: luberda-molinet/FFImageLoading

SVG File shows with black fill in a newest version. After upgrading to the newest nuget images shows with black

  • Platform: Nexus 4 Android 5.1.1
  • Nuget 2.4.3.840
  • Xamarin.Forms 3.1.0.697729

Facebook button shows correctly, wheres the second one not so much. It did worked in the version 2.3.6 from which I was upgrading.

<ffimageloadingsvg:SvgCachedImage  Source="login_with_facebook.svg">
                            <ffimageloadingsvg:SvgCachedImage.GestureRecognizers>
                                <TapGestureRecognizer Tapped="Login_Clicked"/>
                            </ffimageloadingsvg:SvgCachedImage.GestureRecognizers>
                        </ffimageloadingsvg:SvgCachedImage>

Screenshots

with ver 2.4.3.840 (incorrect)
image

with ver 2.3.6 (correct)
image

svg-examples.zip

SVG investigating ...

Most helpful comment

Sorry for the long delay with getting things merged. I was travelling, working on Xamarin.Essentials and then dealing with a few larger bugs in the next SkiaSharp release. Things seem to be calming down, so I hope to get a nice new release out soon.

All 3 comments

Hi there!
This problem may be caused by this bug mono/SkiaSharp.Extended#42

Sorry for the long delay with getting things merged. I was travelling, working on Xamarin.Essentials and then dealing with a few larger bugs in the next SkiaSharp release. Things seem to be calming down, so I hope to get a nice new release out soon.

Fixed

Simulator Screen Shot - iPad Pro (12 9-inch) (2nd generation) - 2019-04-06 at 19 39 44

Was this page helpful?
0 / 5 - 0 ratings