tweaking signature frame

This commit is contained in:
Jonathan Jenne
2023-12-12 16:10:30 +01:00
parent 8581cb555a
commit 0dfc9b4f09
2 changed files with 5 additions and 10 deletions

View File

@@ -109,8 +109,8 @@ class App {
if (isFormField === false && isSignature === true) {
const left = annotation.boundingBox.left - 25
const top = annotation.boundingBox.top - 25
const left = annotation.boundingBox.left - 20
const top = annotation.boundingBox.top - 20
const width = 150
const height = 75