Aspose.SVG for .NET のリリース

Released: Dec 16, 2023

V23.12 での更新項目

機能

  • The CSS parser has been improved, resulting in a 10-15% increase in parsing speed.
  • Memory consumption in the CSS parser has been significantly reduced, enhancing overall performance.
  • Introduced additional methods within the Aspose.Svg.Builder namespace for the creation of various SVG elements. These enhancements make the API more versatile and user-friendly. Key Additions Include:
    • These methods now support default parameters, allowing for more concise and readable code.
    • Additional methods for...

Released: Dec 3, 2023

V23.11 での更新項目

機能

  • 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.

不具合の修正

  • Resolved 'NullReferenceException' in SVG Text Rendering with clipPath.

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.