Xamarin.Forms.Svg
1.0.3
This is a package that adds SvgImageSource to Xamarin.Forms as new ImageSource. Thereby Xamarin.Forms.Image will can be displayed a SVG image without modified.
Install-Package Xamarin.Forms.Svg -Version 1.0.3
dotnet add package Xamarin.Forms.Svg --version 1.0.3
<PackageReference Include="Xamarin.Forms.Svg" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms.Svg --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Xamarin.Forms.Svg, 1.0.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
## New Features
* .NETStandard2.0 Supported
* Svg Uri Supported
* Svg Stream Supported
## Breaking changes
* Renderering library is changed from NGraphics to SkiaSharp.
* Resource property name is changed to "Source" in SvgImageSource.
* Init method 1st argument must be set Context on Android.
## Bug fixes
* Fixed SVG from URI not loading #5.
Dependencies
-
.NETStandard 2.0
- SkiaSharp.Svg (>= 1.60.0)
- Xamarin.Forms (>= 3.0.0.482510)
-
MonoAndroid 0.0
- SkiaSharp.Svg (>= 1.60.0)
- Xamarin.Forms (>= 3.0.0.482510)
-
MonoTouch 0.0
- SkiaSharp.Svg (>= 1.60.0)
- Xamarin.Forms (>= 3.0.0.482510)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Xamarin.Forms.Svg:
Repository | Stars |
---|---|
muak/AiForms.SettingsView
SettingsView for Xamarin.Forms
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.3 | 17,596 | 12/26/2019 |
1.0.0-pre4 | 2,508 | 1/8/2019 |
0.0.1-pre | 1,084 | 8/25/2017 |