This commit is contained in:
smiley
2022-11-10 19:47:49 +01:00
parent 00f47b40f0
commit 7fd54b78d8
+1 -1
View File
@@ -97,7 +97,7 @@ class QRFpdf extends QROutputAbstract{
if($this->moduleValueIsValid($this->options->bgColor)){
$bgColor = $this->getModuleValue($this->options->bgColor);
/** @phan-suppress-next-line PhanParamTooFewUnpack */
$fpdf->SetFillColor(...$bgColor);
$fpdf->Rect(0, 0, $this->length, $this->length, 'F');
}