Browse our Products
Aspose.SVG for Python via .NET 25.7 Release Notes
This page contains release-note information for Aspose.SVG for Python via .NET 25.7.0 (July 2025).
Major Features
Enhanced Event Handling and Node Operations
- Event Listener Methods:
- The behavior of various
add_event_listener
methods and theIEventListener
interface has been updated and clarified.
- The behavior of various
Updated CSS and Saving Options
- Saving Options:
- The new
SVGZSaveOptions
class offers options for saving SVG files in compressed SVGZ format. - The
save
method now supports both plain-SVG and compressed SVGZ file outputs.
- The new
Enhancements and Fixes
- Method Consistency and Clarity:
- Several API members (e.g.,
get_platform_type
,get_elements_by_tag_name
/_ns
, and various event listener overloads) have been revised to improve clarity, parameter descriptions, and error handling.
- Several API members (e.g.,
Public API Changes
Added APIs
- New saving options:
SVGZSaveOptions
with new properties likeresource_handling_options
andvectorize_text
.
For code examples and further migration assistance, consult our documentation or post on the Aspose support forum.