Browse our Products
Aspose.SVG for Python via .NET 24.6 Release Notes
This page contains release notes information for Aspose.SVG for Python via .NET 24.6.0.
Major Features
We are pleased to announce the June release of Aspose.SVG for Python via .NET 24.6.0. This update brings performance enhancements and important API changes, tailored specifically for Python developers using the .NET framework.
Enhancements:
- Performance Improvement: Enhanced the performance of loading 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.
Public API Changes
Removed APIs:
Module: aspose.svg.io
- Class: IOutputStorage
- Removed: Previously marked as obsolete.
- Class: OutputStream
- Removed: Previously marked as obsolete.
- Class: OutputStreamContext
- Removed: Previously marked as obsolete.
- Class: LocalFileSystemStorage
- Removed: For information on how to replace this utility class, please visit our documentation on saving SVG documents to a local file system storage.
- Class: IOutputStorage
Module: aspose.svg
- Class: SVGDocument
- Removed Methods:
save(output_storage)
:def save(self, output_storage): ...
save(output_storage, save_format)
:def save(self, output_storage, save_format): ...
save(output_storage, save_options)
:def save(self, output_storage, save_options): ...
- Removed Methods:
- Class: SVGDocument
Migration Notes:
Python developers are advised to update their applications by removing any reliance on the now-removed APIs and utility classes. Please refer to the provided documentation links for detailed guidance on migrating to the recommended alternatives.