Lift watermark higher

This commit is contained in:
sas.fajri
2026-05-21 13:50:34 +07:00
parent af229728ed
commit a4f04d7c54

View File

@@ -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');
} }