Closed timrs2998 closed 3 years ago
It looks like in Document.kt
renderInstance
inside the children.fold()
the adjustedStartY
is added again, however in TableElement.kt the height starts with startY
. So for all table elements the start Y position is added twice, pushing all elements below further down.
Compare e.g. to TextElement instanceHeight
which does not add startY
.
Need to rewrite the height calculation for TableElement to support elements appearing after a table