Vapolia.Svg 1.0.1

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 prerelease version of this package available.
See the version list below for details.
dotnet add package Vapolia.Svg --version 1.0.1
NuGet\Install-Package Vapolia.Svg -Version 1.0.1
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.Svg" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vapolia.Svg --version 1.0.1
#r "nuget: Vapolia.Svg, 1.0.1"
#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.Svg as a Cake Addin
#addin nuget:?package=Vapolia.Svg&version=1.0.1

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

Add SVG images to Maui and native apps.

It's a Full .NET native implementation (it has no dependency).

It supports .net6 and maui apps.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-android33.0 is compatible.  net7.0-ios was computed.  net7.0-ios16.1 is compatible.  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. 
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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4-preE 92 4/10/2024
1.0.4-preD 54 4/5/2024
1.0.4-preC 68 4/4/2024
1.0.4-preB 75 3/21/2024
1.0.4-preA 70 3/14/2024
1.0.4-pre9 91 2/23/2024
1.0.4-pre8 68 1/29/2024
1.0.4-pre7 57 1/29/2024
1.0.4-pre6 47 1/26/2024
1.0.4-pre5 58 1/26/2024
1.0.4-pre4 47 1/26/2024
1.0.4-pre3 108 11/5/2023
1.0.3-pre2 145 5/7/2023
1.0.2-pre1 172 4/10/2023
1.0.1 290 4/5/2023
1.0.1-pre4 203 2/6/2023
1.0.1-pre2 144 1/6/2023
1.0.0-pre3 176 7/23/2022
1.0.0-pre2 148 7/22/2022
1.0.0-pre1 125 7/18/2022

This package supports both Maui apps and native apps.

Sample use and documentation:
https://github.com/vapolia/Svg-Samples

This library has no dependency on SkiaSharp, and uses only hardware accelerated low level platform calls.
It is fast, small, and reliable.

It does not support SVG masks: make sure you save your SVGs as optimized (see documentation on github) so masks are transformed into simple paths.
It does not support text rendering, nor non-vector bitmaps.

Commercial support is available at https://vapolia.eu/

,----,
,/   .`|
,`   .'  :  ,---,                                  ,-.
;    ;     /,--.' |                              ,--/ /|                 ,---,
.'___,/    ,' |  |  :                      ,---, ,--. :/ |                /_ ./|   ,---.           ,--,
|    :     |  :  :  :                  ,-+-. /  |:  : ' /           ,---, |  ' :  '   ,'\        ,'_ /|
;    |.';  ;  :  |  |,--.  ,--.--.    ,--.'|'   ||  '  /           /___/ \.  : | /   /   |  .--. |  | :
`----'  |  |  |  :  '   | /       \  |   |  ,"' |'  |  :            .  \  \ ,' '.   ; ,. :,'_ /| :  . |
'   :  ;  |  |   /' :.--.  .-. | |   | /  | ||  |   \            \  ;  `  ,''   | |: :|  ' | |  . .
|   |  '  '  :  | | | \__\/: . . |   | |  | |'  : |. \            \  \    ' '   | .; :|  | ' |  | |
'   :  |  |  |  ' | : ," .--.; | |   | |  |/ |  | ' \ \            '  \   | |   :    |:  | : ;  ; |
;   |.'   |  :  :_:,'/  /  ,.  | |   | |--'  '  : |--'              \  ;  ;  \   \  / '  :  `--'   \
'---'     |  | ,'   ;  :   .'   \|   |/      ;  |,'                  :  \  \  `----'  :  ,      .-./
`--''     |  ,     .-./'---'       '--'                     \  ' ;           `--`----'
`--`---'                                          `--`

1.0.0
Initial Maui release.
See Vapolia.Xamarin.Svg.Forms and Vapolia.Xamarin.Svg for legacy Xamarin versions.