Aspose.SVG for .NET Releases
Released: Dec 3, 2023
Updates in V23.11
Features
- Added new SVG Builder. The SVG Builder provides a comprehensive set of builder classes designed to streamline the creation and modification of SVG elements and their attributes. With a focus on a fluent API, the SVG Builder greatly improves code readability and maintainability.
Fixes
- Resolved 'NullReferenceException' in SVG Text Rendering with clipPath.
Released: Oct 25, 2023
Updates in V23.10
Features
- Improved Font Caching for Text Element Rendering - The performance and accuracy of the rendering process has been enhanced by improving the system's ability to cache fonts for text elements. Users can expect faster and more efficient text rendering with this enhancement.
- Aspose.SVG.Drawing.SkiaSharp extension has been updated to utilize SkiaSharp Version 2.88.6. This newest version incorporates patches for known vulnerabilities, thereby enhancing the overall security of the extension...
Released: Sep 18, 2023
Updates in V23.9
Features
- Improved memory management for SkiaSharp native objects.
- Added new 'ISVGDeviceContext.IsGlyphsRenderingSupported' property. This new property indicates whether the device supports glyph rendering.
- Improved glyph mapping in SVG to PDF and XPS conversions.
Fixes
- Handled null pointer exception for invalid SVG resources.
Released: Aug 10, 2023
Updates in V23.8.1
Features
- Added support for converting SVG documents to WEBP.
- Improved the Aspose.SVG.Drawing.SkiaSharp extension:
- Added support for converting SVG to GIF and BMP formats.
- Added support for converting multiple documents at once.
Released: Jul 27, 2023
Updates in V23.7
Features
- Added support for rendering Gradients and Patterns in SVG Text Elements. This improves the visual quality of text in SVGs, offering a better viewing experience for users.
Fixes
- Fixed issue related to importing fonts into SVG, which was causing an error while creating script tables (GSUB and GPOS) for TrueType Font (TTF) tables.
- Fixed a rendering issue related to nested clipping paths in SVG elements: This problem was causing incorrect visuals in our output and required an in-depth...
Released: Jun 29, 2023
Updates in V23.6
Features
- Added support for drawing with external extensions:
- Added a new extension: Aspose.SVG.Drawing.SkiaSharp.
- The Aspose.SVG.Drawing.SkiaSharp extension enables drawing and rendering SVG images using the SkiaSharp library.
- This extension provides an alternative method for drawing SVG graphics with enhanced capabilities and performance.
Released: May 25, 2023
Updates in V23.5
Fixes
- Aspose.SVG 23.4: Unable to load/save particular SVG.
Released: Apr 19, 2023
Updates in V23.4
Features
- Added support for using type 7 lookup tables in TrueType fonts. These lookup tables, enable correct rendering of glyphs in the font. This is particularly useful for rendering text in languages such as Arabic, Japanese, Chinese, and Korean, where certain glyphs require these tables to be properly displayed.
Released: Mar 21, 2023
Updates in V23.3
Features
- Improved rendering of ligatures.
Fixes
- Fixed an issue where certain characters were displayed twice during SVG to PDF conversion.
Released: Feb 28, 2023
Updates in V23.2
Features
- Improved the algorithm for default naming of image files after converting SVG to raster images.
Fixes
- Fixed a problem with parsing the SVG transform attribute when commands are linked together without any space.