Aspose.SVG for .NET V25.1
Released: Jan 30, 2025
V25.1 での更新項目
機能
- Introduced SVGSaveFormat.SVGZ for saving documents as compressed SVG.
- Added new overloads in SVGDocument.Save(...) to handle .svgz files and manage document resources in a more granular way.
- Added UseAntialiasing in ImageRenderingOptions to enable or disable antialiasing for image output.
- Introduced UseHinting in TextOptions for fine-tuning text rendering.
- Added a new ShowImagePlaceholders property in IUserAgentService, allowing control over placeholder images when external resources are unsupported.
- Transitioned to a new enum WebFontStyle in places where FontStyle was previously used (e.g. GraphicContext.FontStyle, ICanvas.FontStyle).
- Added new SVG Builder extensions:
- Accumulate<TBuilder> and Additive<TBuilder>: Accept strongly-typed parameters (Accumulate and Additive).
- FontSizeAdjust<TBuilder>: Receives an AdjustSize parameter with descriptive documentation.
- TransformationMatrixChanged in GraphicContext now uses a clearer event delegate type (TransformationMatrixChangedEventHandler).