vandeseer / easytable

Small table drawing library built upon Apache PDFBox
MIT License
246 stars 94 forks source link

Row spanning affects image resizing in the next cel #40

Closed hooperbill closed 5 years ago

hooperbill commented 5 years ago

I have two rows where the first cell of each row is spanning the two rows. The remainder of the cells in each row contains images. The first row of images is sized correctly, but the first cell of the second row will resize image in the first cell with the remaining cells in the row sized correctly.

If I disable the row spanning of the first cell all the images are sized correctly.

I have not found a possible work around.

no row spanning row spanning

vandeseer commented 5 years ago

Interesting. Thanks for reporting! As soon as I find a bit of time (can possibly take a bit longer) I will have a look.

vandeseer commented 5 years ago

I could find the issue and committed a fix to the develop branch (https://github.com/vandeseer/easytable/commit/5c19f5e4555d976a05043808389660b892a08048). In the next days I will also release a new version. Thanks again for reporting!

vandeseer commented 5 years ago

The fix is released with version 0.4.3, I will hence close this ticket.

hooperbill commented 5 years ago

Many thanks!