From 72afcf583cb59284a6cddc9d0b06c836795cbc8c Mon Sep 17 00:00:00 2001 From: james Date: Mon, 26 Mar 2007 17:04:42 +0000 Subject: [PATCH] Get the logo to fit on the label --- lpdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lpdf.php b/lpdf.php index 6bf27ed7..fa35a07d 100644 --- a/lpdf.php +++ b/lpdf.php @@ -532,7 +532,7 @@ class lpdf //now place the logo image in the top-left-ish pdf_place_image($this->pdf,$this->logoimage, $this->loc($this->label_current_xpos+0.05), - $this->loc($this->label_current_ypos-0.65),0.2); + $this->loc($this->label_current_ypos-0.75),0.2); } $this->label_effective_height = $this->label_height;