Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
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.
This SVG API update delivers optimized handling of SVG gradients and ensures accurate representation and visually appealing results.
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#.
fill
stroke
.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*
We have addressed an issue with the ManagerContext working directory in this API release, enhancing operational stability.
ManagerContext
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.