:octocat: fixes/implements #223

This commit is contained in:
smiley
2023-10-25 21:30:48 +02:00
parent 5e8d10df82
commit ab358f2f38
30 changed files with 569 additions and 114 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
use chillerlan\QRCode\Common\EccLevel;
use chillerlan\QRCode\Data\QRMatrix;
use chillerlan\QRCode\Output\QRGdImage;
use chillerlan\QRCode\Output\QRGdImagePNG;
use chillerlan\QRCode\Output\QROutputInterface;
use chillerlan\QRCode\QRCode;
use chillerlan\QRCode\QROptions;
@@ -27,7 +27,7 @@ require_once __DIR__ . '/../vendor/autoload.php';
// Class definition
// --------------------
class QRGdRounded extends QRGdImage{
class QRGdRounded extends QRGdImagePNG{
/** @inheritDoc */
public function __construct(SettingsContainerInterface $options, QRMatrix $matrix){