Просмотр исходного кода

:octocat: change default value of QROptionsTrait::$imageTransparent to false

smiley 2 лет назад
Родитель
Сommit
1c8073711b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/QROptionsTrait.php

+ 1 - 1
src/QROptionsTrait.php

@@ -253,7 +253,7 @@ trait QROptionsTrait{
 	 *
 	 * @see https://github.com/chillerlan/php-qrcode/discussions/121
 	 */
-	protected bool $imageTransparent = true;
+	protected bool $imageTransparent = false;
 
 	/**
 	 * Sets a transparency color for when {@see \chillerlan\QRCode\QROptions::$imageTransparent QROptions::$imageTransparent} is set to true.