Skip to content

Fix text position in drawSignatureFieldText

When centering vertically we calculate the y offset based on the height of the text and the annotation

When doing that we must ignore the border width, otherwise the text is offset downwards

Before:

image.png

After:

image.png

Edited by Nicolas Fella

Merge request reports