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;