Lancements de Aspose.SVG for Python via .NET

Released: Dec 21, 2024

Mises à jour de V24.12

Fonctionnalités

  • Improved Memory Efficiency for SVG Document Rendering and Conversion - Rendering and conversion processes for raster images, PDF, and XPS formats have been optimized. These enhancements can reduce memory consumption by approximately 15-20% when working with large and complex SVG documents, resulting in better overall performance and stability.
  • Upgraded Aspose.SVG.Drawing.SkiaSharp to SkiaSharp 3.116.1 - With this update, Aspose.SVG.Drawing.SkiaSharp now leverages the latest...

Released: Nov 29, 2024

Mises à jour de V24.11

Fonctionnalités

  • Optimized Memory Consumption of SVG DOM Model: Code optimizations have been implemented within the SVG DOM model that significantly reduce memory usage during SVG processing. This improvement enhances performance, especially when working with complex SVG documents.
  • Further Reduced Memory Usage for Rendering External HTML Documents: Building upon previous enhancements, the rendering process of external HTML documents has been further optimized. This results in a substantial...

Released: Oct 31, 2024

Mises à jour de V24.10

Fonctionnalités

  • Implemented a new caching mechanism to reduce memory consumption when rendering external HTML documents.
  • Added support for the Linux platform - Compatibility has been extended to include the Linux platform. Developers can now seamlessly utilize the library in Linux environments, enabling cross-platform development and deployment of SVG processing applications.

Released: Sep 20, 2024

Mises à jour de V24.9

Fonctionnalités

  • Improved PDF Rendering Quality: Enhanced the quality of rendering when converting SVG documents to PDF format. This includes fixing issues related to Base64 image encoding and regular expressions, resulting in more accurate and reliable PDF outputs.
  • Enhanced WEBP Image Processing: Improved processing of WEBP graphic formats, ensuring better compatibility and rendering of WEBP images within SVG documents.
  • Improved Font Support and Substitution Tables Handling: Improved handling of...

Released: Aug 25, 2024

Mises à jour de V24.8

Fonctionnalités

  • Enhanced Image Vectorization Performance: Improved the performance of raster image to SVG conversion by 10%. This optimization ensures a more efficient SVG generation process, particularly beneficial for handling complex or large raster images.

Released: Jul 27, 2024

Mises à jour de V24.7

Correctifs

  • SVG to PNG Conversion Rendering Issue: Resolved the issue where the SizingType.FitContent property was resulting in improper rendering during the SVG to PNG conversion. The problem was identified as the clip-path not being considered during the page size calculation. The fix has been applied to include the clip-path in the computation and thoroughly tested the solution to ensure correct output.
  • Font Matching on Linux Systems: Resolved an issue where fonts in SVG documents did not...

Released: Jun 18, 2024

Mises à jour de V24.6

Fonctionnalités

  • Enhanced loading performance of SVG DOM by implementing delay (on-demand) loading of SVG element attributes. This improvement significantly reduces memory consumption and speeds up the document loading process.