The GitHub Actions job "Java CI with Ant" on poi.git/trunk has succeeded.
Run started by GitHub user jaragunde (triggered by pjfanning).

Head commit for run:
dfa53082b3e04412a4440c77862f17061cb2e97f / Jacobo Aragunde Pérez 
<[email protected]>
Prevent rendering a bitmap when its effective size is 0. (#1179)

A width or height of 0, either in the image or the cropping rectangle,
means that effectively the image won't be rendered. Moreover, sizes of
0 in the cropping rectangle produce NaN values in the transformation
matrix, which may crash or produce incorrect behavior depending on the
Graphics2D implementation. For example, the included test file  will
produce invalid SVG with Apache Batik's SVGGraphics2D.

Report URL: https://github.com/apache/poi/actions/runs/29020051834

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to