tweaking signature frame
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user