mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 02:47:56 +00:00
🚿 fix svg example
This commit is contained in:
@@ -21,6 +21,7 @@ $gzip = true;
|
||||
$options = new QROptions([
|
||||
'version' => 7,
|
||||
'outputType' => QRCode::OUTPUT_MARKUP_SVG,
|
||||
'imageBase64' => false,
|
||||
'eccLevel' => EccLevel::L,
|
||||
'svgViewBoxSize' => 530,
|
||||
'addQuietzone' => true,
|
||||
|
||||
Reference in New Issue
Block a user