Aspose.SVG for Python via .NET Releases

Released: Aug 25, 2024

Updates in V24.8

Features

  • 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

Updates in V24.7

Fixes

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

Released: Jun 18, 2024

Updates in V24.6

Features

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