From ffafa08e48710c03cab229c17709e78fd2ec893c Mon Sep 17 00:00:00 2001 From: james Date: Wed, 12 Dec 2007 20:36:07 +0000 Subject: [PATCH] Backport lpdf addText fix to 2.1.x branch --- lpdf.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lpdf.php b/lpdf.php index 8c57137a..ff204ca0 100644 --- a/lpdf.php +++ b/lpdf.php @@ -175,8 +175,6 @@ class lpdf $content_width = $this->content_width - $xloc; } - $this->yloc += $lineheight/72; - $nr=0; $prevnr=-1; do