Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.SVG for .NET 24.2.0 (DLLs only)

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 3.93MB
  • Date Added:
  • 10/2/2024

Description

This ZIP file contains only the Aspose.SVG for .NET 24.2.0 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use Aspose.SVG without the MSI installer, i.e. you cannot run MSI installers on Mono. This ZIP download does not contain the user documentation in the Microsoft Help format which is included in the MSI installer.

File Details

Looking to streamline SVG processing workflows within your C# applications? Aspose.SVG for .NET 24.2.0 (DLLs-only) delivers key enhancements for .NET developers.

Upgraded SVG Gradients

This SVG API update delivers optimized handling of SVG gradients and ensures accurate representation and visually appealing results.

Enhanced Shape Element Builder

The latest version of Aspose.In SVG for .NET includes enhanced shape element builders that support string values for fill and stroke properties, allowing more intricate design options. The following code example illustrates how to create radial gradients and use them as fills for SVG shapes in C#.


.AddDefs(def => def
    .AddRadialGradient(id: "a", cx: .2, cy: .2, r: .5, fx: .2, fy: .2, extend: ev => ev
        .AddStop(offset: 0, stopColor: Color.FromArgb(0xff, 0xff, 0xff), stopOpacity: .7)
        .AddStop(offset: 1, stopColor: Color.FromArgb(0xff, 0xff, 0xff), stopOpacity: 0)
    )
)
.AddCircle(r: 20, fill: "a")

Source*

Bug Fixes

We have addressed an issue with the ManagerContext working directory in this API release, enhancing operational stability.

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.SVG for .NET 24.2.0 Release Notes.

 English