1

I try to load svg image with FFImageLoading library, but i see empty white image.

Code:

 <?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
         xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
         xmlns:local="clr-namespace:CrewManagement"
         x:Class="CrewManagement.MainPage"            
         xmlns:abstractions="clr-namespace:ExtendedCells.Forms.Plugin.Abstractions;assembly=ExtendedCells.Forms.Plugin.Abstractions"
         xmlns:ffimageloadingsvg="clr-namespace:FFImageLoading.Svg.Forms;assembly=FFImageLoading.Svg.Forms"
         >

<ContentPage.Content>
<ffimageloadingsvg:SvgCachedImage WidthRequest="200" HeightRequest="200" Source="http://loremflickr.com/600/600/nature?filename=simple.svg"/>
</ContentPage.Content>

Here image: white image

Admiral Land
  • 2,304
  • 7
  • 43
  • 81

0 Answers0