Vapolia.Xamarin.Svg.Forms 3.2.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Vapolia.Xamarin.Svg.Forms --version 3.2.5
NuGet\Install-Package Vapolia.Xamarin.Svg.Forms -Version 3.2.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Vapolia.Xamarin.Svg.Forms" Version="3.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vapolia.Xamarin.Svg.Forms --version 3.2.5
#r "nuget: Vapolia.Xamarin.Svg.Forms, 3.2.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Vapolia.Xamarin.Svg.Forms as a Cake Addin
#addin nuget:?package=Vapolia.Xamarin.Svg.Forms&version=3.2.5

// Install Vapolia.Xamarin.Svg.Forms as a Cake Tool
#tool nuget:?package=Vapolia.Xamarin.Svg.Forms&version=3.2.5

Add SVG images to Xamarin Forms apps. It's a Full .NET native implementation (not a binding and has no dependency).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid90 is compatible.  monoandroid10.0 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap10.0.17763 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Vapolia.Xamarin.Svg.Forms:

Repository Stars
Baseflow/XF-Material-Library
A Xamarin Forms library for implementing Material Design
Version Downloads Last updated
4.1.0 3,431 2/11/2022
4.1.0-pre1 176 2/9/2022
4.0.11 423 1/7/2022
4.0.11-rc2 173 1/6/2022
4.0.11-rc1 169 1/4/2022
4.0.10 351 12/25/2021
4.0.10-rc2 167 12/24/2021
4.0.10-rc1 168 12/24/2021
4.0.9 308 12/23/2021
4.0.8 315 12/21/2021
4.0.8-rc2 185 12/20/2021
4.0.8-rc1 152 12/20/2021
4.0.7 301 12/19/2021
4.0.6 312 12/19/2021
4.0.6-rc4 162 12/19/2021
4.0.6-rc2 180 12/18/2021
4.0.6-rc1 176 12/17/2021
4.0.5 685 8/17/2021
4.0.4 1,236 5/27/2021
4.0.3 322 5/24/2021
4.0.2 616 5/19/2021
4.0.2-pre9 193 5/19/2021
4.0.1-pre3 278 3/5/2021
4.0.1-pre2 216 3/1/2021
4.0.1-pre1 234 2/28/2021
4.0.0-pre7 1,124 9/17/2020
4.0.0-pre6 313 9/17/2020
3.3.0 1,362 9/10/2020
3.2.9 516 8/30/2020
3.2.8 427 8/30/2020
3.2.7 481 8/7/2020
3.2.6 472 7/11/2020
3.2.5 496 7/11/2020
3.2.4 454 7/11/2020
3.2.3 436 6/29/2020
3.2.2 430 5/24/2020
3.2.2-pre2 333 5/23/2020
3.2.2-pre1 349 5/23/2020
3.2.1-pre9 283 5/22/2020
3.2.1-pre8 317 5/22/2020
3.2.1-pre7 315 5/22/2020
3.2.1-pre10 310 5/22/2020

This is the xamarin forms version. For Xamarin native use Vapolia.Xamarin.Svg

     Get use cases and full documentation at github https://github.com/softlion/XamSvg-Samples

     3.2.3
     Upgrade referenced nugets.

     3.2.0
     Fix an issue in iOS where XamSvg will trigger an infinite loop when both width and height are contrained to non zero values, and the name of the svg is null/empty.
     It resulted in an infinite refresh loop which makes the app immediatly seems unresponsive.
     All properties of SvgImageSource are now bindable, as Xamarin.Forms now supports any ImageSource everywhere an icon can be set (buttons, tabs, ...)

     3.1.8
     UWP version includes the xr.xml file

     3.1.6
     fix regression in 3.1.5 with arcs + unit test

     3.1.5
     Supports new optimized SVG not respecting spec

     3.1.1
     ios: fix small pixellization (MainScale not used)
     ios: fix AlignmentMode property not working as expected when svg bounds don't start at (0,0)

     3.0.1
     android: fix scaling proportions for sdk23+
     ios: fix scaling of DrawUri
     fix netstandard versions
     android: fix selected/pressed/disabled state making svg invisible in certain cases

     3.0.0
     Requires Xamarin Forms 3.0 + netstandard2/uwp fall update
     ios: fix image heights

     Older notes removed for clarity (from 2014)