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

Download  Support Forum 

File Details

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

Description

It contains Aspose.SVG for .NET 24.2.0 (MSI) release.

File Details

Aspose.SVG for .NET 24.2.0 brings exciting enhancements for developers working with SVG graphics. This update elevates .NET SVG processing and refines rendering capabilities.

Optimized SVG Gradients

The latest SVG API update delivers improved handling of SVG gradients, ensuring accurate representation and visually appealing results.

Expanded Shape Element Builder

In this version of Aspose.In SVG for .NET, the shape element builders 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