SVG File shows with black fill in a newest version. After upgrading to the newest nuget images shows with black
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>
with ver 2.4.3.840 (incorrect)

with ver 2.3.6 (correct)

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

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.