You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using BIRT 4.9.0 for generating PDF reports.
The issue we've faced is that generated PDFs doesn't respect the CSS property line-height in cases when this property is < 100%.
Debugging shows that the reason is logic in LineArea and InlineStackingArea classes. I will provide a PR which fixes this.
We're using BIRT 4.9.0 for generating PDF reports.
The issue we've faced is that generated PDFs doesn't respect the CSS property
line-height
in cases when this property is < 100%.Debugging shows that the reason is logic in
LineArea
andInlineStackingArea
classes. I will provide a PR which fixes this.Attached file is a sample
.rptdesign
template which shows the problem.line-height-test-20221201-1915.zip
This issue was present in BIRT 4.4.2 also.
The text was updated successfully, but these errors were encountered: