I'm trying to update XF3.2 to 3.4, and I got an exception with Init() of FFImageLoading in the Android and updated to the nuget package to v2.4.4.858-pre as mentioned in #1154
After updating the package, the attached svg file is not rendered properly. It was working fine in the previous version 2.4.3.840.
The file doesn't work with the latest stable release also.
overlay.svg.zip

*the branding has been colored
Attached the screenshots as Actual & Expected Behaviors
i am having similar issue. can you please provide a simple project? you will get faster help with that i think. otherwise tomorrow i will try to create one
I have just added sample project with more details over here https://github.com/luberda-molinet/FFImageLoading/issues/1157
Could you try 2.4.5.860 prerelease?
@daniel-luberda Thanks for the fix. Little busy these days. Will let you know as soon as I check and confirm it's fixed.
Could you try 2.4.5.860 prerelease?
Work perfect. Was problems with crash and svg. Thx
Had the same problem. 2.4.5.860 prereleas seems to fix it
Hi. I've been using the version 2.4.3.840 for a while without problems, now I updated to Xamarin.Forms 3.4 and found the issue described here. I tested with the proposed pre-released version (2.4.5.860) and the icons don't look weird anymore but for some of them the colors are not correct. With the version 840 mentioned above they were working fine.

The download one above should be blue as the tag one.
Hi. I've been using the version 2.4.3.840 for a while without problems, now I updated to Xamarin.Forms 3.4 and found the issue described here. I tested with the proposed pre-released version and the icons don't look weird anymore but for some of them the colors are not correct. With the version 840 mentioned above they were working fine.
The download one above should be blue as the tag one.
I just took a look on the source code of my SVGs here and the difference between them is that the download one sets the color as a css style and the other as attribute, that's the reason.
I tested with the proposed pre-released version and the icons don't look weird anymore but for some of them the colors are not correct. With the version 840 mentioned above they were working fine.
I just took a look on the source code of my SVGs here and the difference between them is that the download one sets the color as a css style and the other as attribute, that's the reason.
Exactly as described two weeks ago, with sample images, here: https://github.com/luberda-molinet/FFImageLoading/issues/1157#issuecomment-447601446
Most helpful comment
Could you try 2.4.5.860 prerelease?