From c79c8e754c3dc509cc8447858fd2a177c28d77bc Mon Sep 17 00:00:00 2001 From: Arashdeep Singh <56344400+adsazad@users.noreply.github.com> Date: Sun, 24 Oct 2021 16:33:07 +0530 Subject: [PATCH] Update Fpdf.php --- src/Fpdf/Fpdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fpdf/Fpdf.php b/src/Fpdf/Fpdf.php index 2098ec9..13a0772 100644 --- a/src/Fpdf/Fpdf.php +++ b/src/Fpdf/Fpdf.php @@ -27,7 +27,7 @@ class Fpdf protected $rMargin; // right margin protected $bMargin; // page break margin protected $cMargin; // cell margin - protected $x, $y; // current position in user unit + public $x, $y; // current position in user unit protected $lasth; // height of last printed cell protected $LineWidth; // line width in user unit protected $fontpath; // path containing fonts