-
I'm using the latest prerelease available **Xamarin.FFImageLoading.Svg.Forms 2.2.10-pre-390** together with **Xamarin.Forms 2.3.4.231**.
**Here is the XAML code used:**
```xml
…
-
Create an end-user converter application to handle conversion from SVG to XAML and images.
#### This work item was migrated from CodePlex
CodePlex work item ID: '430'
Vote count: '0'
-
Create an end-user converter application to handle conversion from SVG to XAML and images.
#### This work item was migrated from CodePlex
CodePlex work item ID: '430'
Vote count: '0'
-
Create an end-user converter application to handle conversion from SVG to XAML and images.
#### This work item was migrated from CodePlex
CodePlex work item ID: '430'
Vote count: '0'
-
I'm trying to transfer over to using vectors for all my images. I've been able to use the normal FFImageLoading just fine, but am having issues with the SVG version.
I ran into a similar issue as s…
-
static void Main(string[] args)
{
// 1. Create conversion options
WpfDrawingSettings settings = new WpfDrawingSettings();
settings.IncludeRuntime = false;
…
-
static void Main(string[] args)
{
// 1. Create conversion options
WpfDrawingSettings settings = new WpfDrawingSettings();
settings.IncludeRuntime = false;
…
-
static void Main(string[] args)
{
// 1. Create conversion options
WpfDrawingSettings settings = new WpfDrawingSettings();
settings.IncludeRuntime = false;
…
-
Hello,
On iOs I've got this runtime error, Android works fine :
```
Xamarin.Forms.Xaml.XamlParseException: Position 16:14. Type ffimageloadingsvg:SvgCachedImage not found in xmlns clr-namespace…
-
When XmlXamlWriter writes Figures, it uses the users locale settings, causing in my case to use "," and ";" as decimal point and list separater.
This produces invalid XAML code.
Please use Invariant…