Browse our Products
Aspose.SVG for .NET 26.2 Release Notes
This page contains release notes information for Aspose.SVG for .NET 26.2.0 (February).
Major Features
We are pleased to announce the February release of Aspose.SVG for .NET 26.2.0!
Highlights
| Feature / Change | Benefit |
|---|---|
| convert to true async/await pattern | Fixed potential deadlocks in NavigateAsync methods when called from synchronization-context-bound hosts (.NET Framework, ASP.NET Classic). All overloads are now implemented as true async/await methods with ConfigureAwait(false). |
| SVGNET-531: Attributes of Text Elements don’’t seem to work | SVGNET-531 — Implemented missing SVG text element attributes and properties: |
textLengthattribute withlengthAdjustsupport (spacingandspacingAndGlyphsmodes) on<text>and<tspan>elements- CSS
writing-modeproperty (vertical-rl,vertical-lr) for vertical SVG text layout - CSS
text-orientationproperty (mixed,upright,sideways) for per-glyph orientation in vertical mode - Fixed
text-anchoralignment for right-to-left text (direction: rtl) |
Enhancements and Fixes
- Fixed potential deadlocks in
NavigateAsyncmethods when called from synchronization-context-bound hosts (.NET Framework, ASP.NET Classic). All overloads are now implemented as trueasync/awaitmethods withConfigureAwait(false). - SVGNET-531 — Implemented missing SVG text element attributes and properties:
textLengthattribute withlengthAdjustsupport (spacingandspacingAndGlyphsmodes) on<text>and<tspan>elements- CSS
writing-modeproperty (vertical-rl,vertical-lr) for vertical SVG text layout - CSS
text-orientationproperty (mixed,upright,sideways) for per-glyph orientation in vertical mode - Fixed
text-anchoralignment for right-to-left text (direction: rtl)
Public API Changes
No public API surface changes were introduced in this release.