mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 03:58:28 +00:00
:octocat: change default value of QROptionsTrait::$imageTransparent to false
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user