Lift watermark higher
This commit is contained in:
@@ -27,7 +27,7 @@ class MedicalCheckupReportPdf extends FPDF
|
|||||||
|
|
||||||
// Position tuned to match lab report reference.
|
// Position tuned to match lab report reference.
|
||||||
$x = ($this->GetPageWidth() - $drawW) / 2;
|
$x = ($this->GetPageWidth() - $drawW) / 2;
|
||||||
$y = 58.0;
|
$y = 48.0;
|
||||||
$this->Image($this->watermarkPath, $x, $y, $drawW, $drawH, 'JPEG');
|
$this->Image($this->watermarkPath, $x, $y, $drawW, $drawH, 'JPEG');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user