mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-26 18:28:12 +00:00
:octocat:
This commit is contained in:
@@ -574,6 +574,8 @@ final class QRMatrix{
|
||||
* Clears a space of $width * $height in order to add a logo or text. ECC level "H" (30%) is required.
|
||||
* This method should be called from within an output module (after the matrix has been filled with data).
|
||||
*
|
||||
* @codeCoverageIgnore (for now)
|
||||
*
|
||||
* @throws \chillerlan\QRCode\Data\QRCodeDataException
|
||||
*/
|
||||
public function setLogoSpace(int $width, int $height):QRMatrix{
|
||||
|
||||
Reference in New Issue
Block a user