You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Is there something else to do to display the SVG with SvgImageSource package?
The text was updated successfully, but these errors were encountered:
Same happening for us as well. The SVG while viewed in an image viewer looks correct with layers and when applied it in the app with the Xamarin.Forms.Svg, the colours are off, sometimes really noticeable differences.
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 withfimageloadingsvg:SvgCachedImage
, in spite of shapes out of the expected circle: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 withfimageloadingsvg:SvgCachedImage
:Is there something else to do to display the SVG with
SvgImageSource
package?The text was updated successfully, but these errors were encountered: