HFC : fix signature height/width on rapport
This commit is contained in:
parent
ca81f08e34
commit
a72b294150
@ -2365,7 +2365,7 @@ class PageController extends Controller {
|
||||
|
||||
$signatureExist = $this->signatureImageExists('sign.png');
|
||||
if($signatureExist){
|
||||
$pdf->Image($this->defaultImagePath."sign.png", 15, $pdf->GetY(), 55, 30);
|
||||
$pdf->Image($this->defaultImagePath."sign.png", 13, $pdf->GetY(), 40, 15);
|
||||
}
|
||||
|
||||
$pdf->setY($pdf->GetY()-5);
|
||||
@ -2563,7 +2563,7 @@ class PageController extends Controller {
|
||||
|
||||
$signatureExist = $this->signatureImageExists('sign.png');
|
||||
if ($signatureExist) {
|
||||
$pdf->Image($this->defaultImagePath."sign.png", 5, $pdf->GetY(), 60, 40);
|
||||
$pdf->Image($this->defaultImagePath."sign.png", 10, $pdf->GetY(), 40, 15);
|
||||
}
|
||||
|
||||
$pdf->setY($pdf->GetY()-5);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user