Aspose.SVG for .NET V26.2

Released: Feb 27, 2026

V26.2 での更新項目

機能

  • Added the textLength attribute with lengthAdjust support (spacing and spacingAndGlyphs modes) on <text> and <tspan> elements.
  • Added a CSS writing-mode property (vertical-rl, vertical-lr) for vertical SVG text layout.
  • Added a CSS text-orientation property (mixed, upright, sideways) for per-glyph orientation in vertical mode.

不具合の修正

  • 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).
  • Implemented missing SVG text element attributes and properties.
  • Fixed text-anchor alignment for right-to-left text (direction: rtl).