Raise medical report watermark

This commit is contained in:
sas.fajri
2026-05-21 13:47:10 +07:00
parent 94d923116a
commit dae16e1afe

View File

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