Aspose.SVG for .NET V24.5

Released: May 3, 2024

V24.5 での更新項目

機能

  • Text Overflow Ellipsis Support - Implemented rendering support for the text-overflow: ellipsis CSS property during the SVG to PNG conversion process. This implementation aligns with W3C specifications for HTML elements, directly addressing text overflow. When text within an SVG exceeds the boundaries of its container, it is now properly truncated, and an ellipsis ("...") is added.
  • SkiaSharp Module Update - Updated the Aspose.SVG.Drawing.SkiaSharp module from using SkiaSharp version 2.88.6 to 2.88.8. This minor version upgrade ensures improved stability and performance enhancements, keeping the dependencies up-to-date with the latest advancements in rendering technology.
  • SkiaSharp Rendering Enhancements - Improved SkiaSharp-based SVG rendering, focusing on font style accuracy for italic and bold text. This improvement ensures text elements closely match their specified styles.

不具合の修正

  • Page Size Consistency in SkiaModule - Resolved an issue where page size settings caused inconsistencies when rendering directly to SKCanvas with the SkiaModule. The fix ensures that the module now correctly adjusts to the standard display resolution of 96 DPI when page sizes are set in pixels, aligning with default resolution handling.