This commit is contained in:
codemasher
2020-11-22 11:17:30 +01:00
parent 6dd66bf620
commit 9cabb83ad3
+1 -1
View File
@@ -55,7 +55,7 @@ class QRImageWithLogo extends QRImage{
$w = imagesx($im);
$h = imagesy($im);
// set new logo size, leave a border of 1 module
// set new logo size, leave a border of 1 module (no proportional resize/centering)
$lw = ($this->options->logoSpaceWidth - 2) * $this->options->scale;
$lh = ($this->options->logoSpaceHeight - 2) * $this->options->scale;