Aspose.SVG for .NET のリリース
Released: Oct 25, 2023
V23.10 での更新項目
機能
- 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 and...
Released: Sep 18, 2023
V23.9 での更新項目
機能
- 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.
不具合の修正
- Handled null pointer exception for invalid SVG resources.
Released: Aug 10, 2023
V23.8.1 での更新項目
機能
- 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
V23.7 での更新項目
機能
- 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.
不具合の修正
- 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
V23.6 での更新項目
機能
- 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
V23.5 での更新項目
不具合の修正
- Aspose.SVG 23.4: Unable to load/save particular SVG.
Released: Apr 19, 2023
V23.4 での更新項目
機能
- 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
V23.3 での更新項目
機能
- Improved rendering of ligatures.
不具合の修正
- Fixed an issue where certain characters were displayed twice during SVG to PDF conversion.
Released: Feb 28, 2023
V23.2 での更新項目
機能
- Improved the algorithm for default naming of image files after converting SVG to raster images.
不具合の修正
- Fixed a problem with parsing the SVG transform attribute when commands are linked together without any space.
Released: Jan 31, 2023
V23.1 での更新項目
機能
- Added support for Cancellation Tokens to the 'SVGRenderer' class. The Render method now supports a cancellation token, allowing users to request cancellation of the rendering operation while the task is in progress.