summaryrefslogtreecommitdiff
path: root/vendor/chillerlan/php-qrcode/examples/svg.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/chillerlan/php-qrcode/examples/svg.php')
-rw-r--r--vendor/chillerlan/php-qrcode/examples/svg.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/chillerlan/php-qrcode/examples/svg.php b/vendor/chillerlan/php-qrcode/examples/svg.php
index a7a159d70..d171cbe07 100644
--- a/vendor/chillerlan/php-qrcode/examples/svg.php
+++ b/vendor/chillerlan/php-qrcode/examples/svg.php
@@ -20,6 +20,7 @@ $gzip = true;
$options = new QROptions([
'version' => 7,
'outputType' => QRCode::OUTPUT_MARKUP_SVG,
+ 'imageBase64' => false,
'eccLevel' => QRCode::ECC_L,
'svgViewBoxSize' => 530,
'addQuietzone' => true,