|
|
@@ -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;
|
|
|
|