SvgImageSource icon indicating copy to clipboard operation
SvgImageSource copied to clipboard

Some svg are not supported

Open pcdus opened this issue 3 years ago • 1 comments

Hello,

I've tried to use this package, but I encounter some issues, with different SVG.

First, when I use the SVG given by a designer, I got a black result with this SvgImageSource package, and a better result with fimageloadingsvg:SvgCachedImage, in spite of shapes out of the expected circle:

Case 1

After having passed the SVG to https://jakearchibald.github.io/svgomg/, I get a better result: the SVG is now displayed with this SvgImageSource package, but not with the expected colors. And this time, the result is perfect with fimageloadingsvg:SvgCachedImage:

Case 2

Is there something else to do to display the SVG with SvgImageSource package?

pcdus avatar Sep 25 '20 13:09 pcdus