v0.0.454
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m17s

This commit is contained in:
2024-05-14 15:10:27 +02:00
parent a55ee1a6ce
commit d0d72167eb
4 changed files with 19 additions and 13 deletions

View File

@@ -91,7 +91,7 @@ func (b *WPDFBuilder) MultiCell(txt string, opts ...*PDFMultiCellOpt) {
txtTR := b.tr(txt)
width := float64(0)
height := b.cellHeight
height := b.cellHeight + b.cellSpacing
border := BorderNone
align := AlignLeft
fill := false