Browse our Products
Aspose.HTML for Java 26.2 Release Notes
This page contains release notes for Aspose.HTML for Java 26.2
We are honored to announce the February release of Aspose.HTML for Java.
Fix: more reliable line wrapping in flex blocks with spacing
We fixed an issue in flex layout width calculation: previously, spacing (borders/margins/padding) could be accounted for incorrectly, making the engine think there was more horizontal space than actually available.
- Before: the available width was effectively “too wide,” so text wrapping could happen at unexpected positions (or not happen when it should).
- Now: spacing is properly subtracted from the available width, so line wrapping inside the block behaves more consistently and predictably.