git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@365282
13f79535-47bb-0310-9956-
ffa450edef68
/** offset to width */
private static final int WIDTH_OFFSET = 18;
/** offset to height */
- private static final int HEIGHT_OFFSET = 18;
+ private static final int HEIGHT_OFFSET = 22;
/** offset to horizontal res */
private static final int HRES_OFFSET = 38;
/** offset to vertical res */
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="MM" type="fix" fixes-bug="38089">
+ Bugfix: Image height for BMP images was incorrectly calculated
+ </action>
<action context="Code" dev="AD" type="update">
Revision of refinement white-space handling.
</action>