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 a requirement to show “.SVG” image on my Xamarin form. The “Xamarin.Forms.Image” control is not showing the SVG images so I tried using the
“FFImageLoading” control. With FFImageLoading, some SVG images are getting displayed and some are not getting displayed.
🐛 Bug Report
Hi,
I’ve a requirement to show “.SVG” image on my Xamarin form. The “Xamarin.Forms.Image” control is not showing the SVG images so I tried using the
“FFImageLoading” control. With FFImageLoading, some SVG images are getting displayed and some are not getting displayed.
Reference Code :
xmlns:ff="clr-namespace:FFImageLoading.Forms;assembly=FFImageLoading.Forms"
xmlns:ffSvg="clr-namespace:FFImageLoading.Svg.Forms;assembly=FFImageLoading.Svg.Forms"
xmlns:ffTransformations="clr-namespace:FFImageLoading.Transformations;assembly=FFImageLoading.Transformations"
<!—Image not displayingà
<ffSvg:SvgCachedImage WidthRequest="50" HeightRequest="50"
Source="https://upload.wikimedia.org/wikipedia/de/5/5c/Chelsea_crest.svg"/>
<!—Displaying imageà
<ffSvg:SvgCachedImage WidthRequest="50" HeightRequest="50"
Source="https://upload.wikimedia.org/wikipedia/en/f/fd/Brighton_%26_Hove_Albion_logo.svg"/>
Expected behavior
Reproduction steps
Configuration
Version: 1.x
Platform:
Xamarin.Forms
The text was updated successfully, but these errors were encountered: