VOOZH about

URL: https://www.nuget.org/packages/Svg/

⇱ NuGet Gallery | Svg 3.4.7




👁 Image
Svg 3.4.7

dotnet add package Svg --version 3.4.7
 
 
NuGet\Install-Package Svg -Version 3.4.7
 
 
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="Svg" Version="3.4.7" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Svg" Version="3.4.7" />
 
Directory.Packages.props
<PackageReference Include="Svg" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Svg --version 3.4.7
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Svg, 3.4.7"
 
 
#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.
#:package Svg@3.4.7
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Svg&version=3.4.7
 
Install as a Cake Addin
#tool nuget:?package=Svg&version=3.4.7
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Version 3.4.7

Changes

  • Added: A class, SvgOptions, with external css parameters for styling or transforming the SvgDocument.
  • Added: Support for .NET 4.7.2, .NET 4.8.1 and .NET 8.0.
  • [Breaking change] The support for .NET 8 resulted in a breaking change to the signature of methods in CoordinateParser.
    • The changes are needed to fix a compiler error CS8352.
    • The use of read-only arguments as referenced variable is not necessary.
    • The use of ref in the function arguments resulting in CS8352 error are all removed.

Enhancements

  • made exceptions serializable to be able to cross AppDomain boundaries (see #826)

Fixes

  • fixed XML namespace prefixes are also applied for nodes declaring them (see PR #1106)
  • fixed Parameter is not valid (see PR #1131)
Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 is compatible. 
.NET Framework net461 net461 was computed.  net462 net462 is compatible.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 is compatible.  net48 net48 was computed.  net481 net481 is compatible. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (129)

Showing the top 5 NuGet packages that depend on Svg:

Package Downloads
Ingeniux_DSS_RTAPI

Nuget Package for Ingeniux Dynamic Site Server Runtime API

WindwardEngine

Windward Studios' DotNetEngine

Soneta.Business

Składnik programu Soneta. Program obsługi firmy: kadry-płace, księgowość, handel, magazyn, CRM, BI ...

Soneta.Types

Składnik programu Soneta. Program obsługi firmy: kadry-płace, księgowość, handel, magazyn, CRM, BI ...

Soneta.Kasa

Składnik programu Soneta. Program obsługi firmy: kadry-płace, księgowość, handel, magazyn, CRM, BI ...

GitHub repositories (33)

Showing the top 20 popular GitHub repositories that depend on Svg:

Repository Stars
Shane32/QRCoder
A pure C# Open Source QR Code implementation
tixl3d/tixl
TiXL is an open source software to create realtime motion graphics.
greenshot/greenshot
Greenshot for Windows - for more information look here:
dotnet/Open-XML-SDK
Open XML SDK by Microsoft
openbullet/OpenBullet2
OpenBullet reinvented
nea/MarkdownViewerPlusPlus
A Notepad++ Plugin to view a Markdown file rendered on-the-fly
tylearymf/SETUNA2
A best screenshot small tool (support high dpi screenshots) 一款好用的截图小工具(支持高分屏截图)
getcellm/cellm
Use LLMs in Excel formulas
ModuleArt/quick-picture-viewer
🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.
wieslawsoltes/Svg.Skia
An SVG rendering library.
FortuneN/FineCodeCoverage
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
VedAstro/VedAstro
A non-profit, open source project to make Vedic Astrology easily available to all.
Sicos1977/ChromiumHtmlToPdf
Convert HTML to PDF with a Chromium based browser
PinchToDebug/DeskFrame
Organize your desktop into frames
sharpenrocks/Sharpen
Visual Studio extension that intelligently introduces new C# features into your existing codebase
whistyun/MdXaml
Markdown for WPF - alternate version of Markdown.Xaml
UweKeim/ZetaResourceEditor
Free multilingual, parallel .NET resource file editing
PinchToDebug/EverythingQuickSearch
otuncelli/Scalable-Vector-Graphics-Plugin-for-Paint.NET
This is a paint.net filetype plugin for loading SVG (Scalable Vector Graphics) and its compressed variant SVGZ files. SVG files can be rendered as a flat image or each element/group on a separate layer. This plugin also provides basic image tracing (raster to vector conversion) functionality which works best with black and white drawings.
AntonyCorbett/OnlyM
Simple Media Player (audio, video and images) for use in meetings.
Version Downloads Last Updated
3.4.7 2,798,662 2/22/2024
3.4.6 462,254 11/16/2023
3.4.5 43,706 10/31/2023
3.4.4 1,147,533 10/29/2022
3.4.3 555,197 7/16/2022
3.4.2 458,957 4/11/2022
3.4.1 75,039 3/19/2022
3.4.0 339,946 1/9/2022
3.3.0 303,432 9/23/2021
3.2.3 1,443,300 1/12/2021
3.2.1 29,105 1/12/2021
3.1.1 998,978 5/1/2020
3.0.102 210,764 1/13/2020
3.0.84 215,804 11/9/2019
3.0.49 264,637 8/30/2019
3.0.20-g594db9696a 8,803 7/29/2019
3.0.9-g6ea47b4039 8,902 6/27/2019
3.0.3-gecdc54b12b 2,241 6/19/2019
2.4.3 317,302 5/7/2019
2.4.2 144,747 3/1/2019
Loading failed

New SVGOptions class, support for .NET 8, and bug fixes (see Release Notes: https://svg-net.github.io/SVG/doc/ReleaseNotes.html).