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
fix(PhpNativeHandler): fix stamp rendering for GRAPHIC_ONLY and SIGNAME alignment
Three fixes:
- useDefaultAppearance: false for invisible signatures (no visibleElements)
to prevent the pdf-signer-php default stamp from appearing.
- GRAPHIC_ONLY: buildXObject now returns an empty n2 stream immediately,
preventing description text from leaking into graphic-only stamps.
- GRAPHIC_ONLY: buildAppearanceForElement now assigns the user's drawn
image to the full bbox (signatureImageFrame=null), fixing blank stamps.
- SIGNAME_AND_DESCRIPTION: signer name is now horizontally centred within
the left half of the stamp instead of being pinned to leftPadding.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
0 commit comments