signature: fake POSTing of signature, adjustments

This commit is contained in:
nobohan
2024-07-05 14:59:46 +02:00
parent fb62e54d63
commit 39d3ba2f40
3 changed files with 62 additions and 32 deletions

View File

@@ -20,7 +20,7 @@ class PDFSignatureZoneParser
private Parser $parser;
public function __construct(
public float $defaultHeight = 180.0,
public float $defaultHeight = 90.0,
public float $defaultWidth = 180.0,
) {
$this->parser = new Parser();