codemasher 5 tahun lalu
induk
melakukan
9cabb83ad3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      examples/QRImageWithLogo.php

+ 1 - 1
examples/QRImageWithLogo.php

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