Ffimageloading: Updating to v2.4.4.859 is not rendering some SVG file properly

Created on 17 Nov 2018  路  10Comments  路  Source: luberda-molinet/FFImageLoading

Description

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

Expected Behavior

img_5afff5284c44-1

*the branding has been colored

Actual Behavior

img_9271

Basic Information

  • Version with issue: 2.4.4.859
  • Last known good version: 2.4.3.840
  • Platform: Android and iOS

Screenshots

Attached the screenshots as Actual & Expected Behaviors

Most helpful comment

Could you try 2.4.5.860 prerelease?

All 10 comments

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.

image
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.

image
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

Was this page helpful?
0 / 5 - 0 ratings