Move medical report watermark up

This commit is contained in:
sas.fajri
2026-05-21 13:48:20 +07:00
parent dae16e1afe
commit f4f56255f4

View File

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