forked from science-ation/science-ation
Get the logo to fit on the label
This commit is contained in:
parent
d21fbee5a4
commit
72afcf583c
2
lpdf.php
2
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user