Raise watermark position

This commit is contained in:
sas.fajri
2026-05-21 13:49:24 +07:00
parent f4f56255f4
commit af229728ed

View File

@@ -27,7 +27,7 @@ class MedicalCheckupReportPdf extends FPDF
// Position tuned to match lab report reference.
$x = ($this->GetPageWidth() - $drawW) / 2;
$y = 68.0;
$y = 58.0;
$this->Image($this->watermarkPath, $x, $y, $drawW, $drawH, 'JPEG');
}