Vapolia.Svg
1.0.4-preF
Prefix Reserved
See the version list below for details.
dotnet add package Vapolia.Svg --version 1.0.4-preF
NuGet\Install-Package Vapolia.Svg -Version 1.0.4-preF
<PackageReference Include="Vapolia.Svg" Version="1.0.4-preF" />
paket add Vapolia.Svg --version 1.0.4-preF
#r "nuget: Vapolia.Svg, 1.0.4-preF"
// Install Vapolia.Svg as a Cake Addin #addin nuget:?package=Vapolia.Svg&version=1.0.4-preF&prerelease // Install Vapolia.Svg as a Cake Tool #tool nuget:?package=Vapolia.Svg&version=1.0.4-preF&prerelease
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios17.2 is compatible. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- ExCSS (>= 4.2.5)
- Microsoft.Maui.Controls (>= 8.0.21)
- System.IdentityModel.Tokens.Jwt (>= 7.5.1)
-
net8.0-android34.0
- ExCSS (>= 4.2.5)
- Microsoft.Maui.Controls (>= 8.0.21)
- System.IdentityModel.Tokens.Jwt (>= 7.5.1)
-
net8.0-ios17.2
- ExCSS (>= 4.2.5)
- Microsoft.Maui.Controls (>= 8.0.21)
- System.IdentityModel.Tokens.Jwt (>= 7.5.1)
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.5 | 302 | 8/27/2024 |
1.0.4 | 134 | 8/14/2024 |
1.0.4-preJ | 86 | 7/25/2024 |
1.0.4-preI | 72 | 7/24/2024 |
1.0.4-preH | 240 | 5/14/2024 |
1.0.4-preG | 140 | 4/30/2024 |
1.0.4-preF | 91 | 4/30/2024 |
1.0.4-preE | 287 | 4/10/2024 |
1.0.4-preD | 91 | 4/5/2024 |
1.0.4-preC | 98 | 4/4/2024 |
1.0.4-preB | 96 | 3/21/2024 |
1.0.4-preA | 86 | 3/14/2024 |
1.0.4-pre9 | 124 | 2/23/2024 |
1.0.4-pre8 | 104 | 1/29/2024 |
1.0.4-pre7 | 94 | 1/29/2024 |
1.0.4-pre6 | 71 | 1/26/2024 |
1.0.4-pre5 | 93 | 1/26/2024 |
1.0.4-pre4 | 86 | 1/26/2024 |
1.0.4-pre3 | 122 | 11/5/2023 |
1.0.3-pre2 | 170 | 5/7/2023 |
1.0.2-pre1 | 193 | 4/10/2023 |
1.0.1 | 368 | 4/5/2023 |
1.0.1-pre4 | 225 | 2/6/2023 |
1.0.1-pre2 | 169 | 1/6/2023 |
1.0.0-pre3 | 196 | 7/23/2022 |
1.0.0-pre2 | 169 | 7/22/2022 |
1.0.0-pre1 | 151 | 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.4
maui: fix crash when infinite space is available. fix invisible crash on android when used in tab's icons.
Breaking change: FillMode is now Aspect to align with maui names and make the discovery of that property easier
Breaking change: measurement was reworked on maui so it now obeys more intuitively to HorizontalAligment, VerticalAligment and Aspect
Update maui version
Remove dependency on Maui Compatibility
1.0.2
Fix crash on Android when the handler is disconnected
1.0.1
Initial Maui release.
See the Vapolia.Xamarin.Svg.Forms and Vapolia.Xamarin.Svg packages for legacy Xamarin versions.