Browse our Products

Aspose.HTML for Java 26.3 Release Notes

We are honored to announce the March release of Aspose.HTML for Java.

Fixed behavior of HTMLCanvasElement.width

In this release, we fixed the calculation of the width value returned by HTMLCanvasElement.

According to the HTML specification, the <canvas> element supports the width and height content attributes, and both of them must be parsed as valid non-negative integers. If the width attribute is missing or contains an invalid value, the implementation must fall back to the default width of 300 CSS pixels.

Improvements and Changes

KeySummaryCategory
HTMLJAVA-2002ArgumentException: Incompatible unit types in HTML renderingBug