SharpVectors.Reloaded.Cmguo 1.3.0

Requires NuGet 2.5 or higher.

dotnet add package SharpVectors.Reloaded.Cmguo --version 1.3.0
NuGet\Install-Package SharpVectors.Reloaded.Cmguo -Version 1.3.0
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="SharpVectors.Reloaded.Cmguo" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpVectors.Reloaded.Cmguo --version 1.3.0
#r "nuget: SharpVectors.Reloaded.Cmguo, 1.3.0"
#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 SharpVectors.Reloaded.Cmguo as a Cake Addin
#addin nuget:?package=SharpVectors.Reloaded.Cmguo&version=1.3.0

// Install SharpVectors.Reloaded.Cmguo as a Cake Tool
#tool nuget:?package=SharpVectors.Reloaded.Cmguo&version=1.3.0

A library for parsing, converting and viewing SVG files in WPF and WinForms applications.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.3.0 1,011 9/2/2019

Release 1.3.0
           * Support for fallback paint server.
           * Issue #81: Mouse Click on DOM Element.
           * Issue #82: Please add Databinding. Added new image source with binding support.
           * Issue #83: Show no Image when Path is not pointing to an existing file.
           * Issue #84: Transfrom parsing with floating numbers (submitted by @grayed).
           * Issue #87: SvgViewbox doesn't show ToolTip.
           * Issue #88: Make SvgDrawingCanvas Drawings public.
           * Issue #95: Wrong rect displaying.
           * Issue #96: Problem with SVG logo. Rework of the use element WPF rendering.

       Release 1.2.0
           * Improvements in marker support, including marker in curves.
           * Improvements in color, color-profile, coordinates, transforms and aspect ratios.
           * Support for slice alignment.
           * Support for SVG element visitor interfaces.
           * Removed the default size of 640x480 in WPF rendering.
           * Issue #53. Binding support in controls.
           * Issue #79. Fixed clipping bug.
           * Issue #64. WPF path rendering improvements, gradient stop fix.

       Release 1.1.0
           * Moved from the .NET Client Profile to the full .NET Framework.
           * Cleanup the .NET framework dependencies.
           * Changed the converter assembly name; SharpVectors.Converters.dll to SharpVectors.Converters.Wpf.dll
           * Changed the converter assembly name; SharpVectors.Runtime.dll to SharpVectors.Runtime.Wpf.dll
           * Resolved various reported parsing and number handling issues.
           * Resolved various reported rendering issues, especially opacity and gradient fills.
           * Added marker support.