Browse Source

:shower: fix svg example

codemasher 5 years ago
parent
commit
be3beb936c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/svg.php

+ 1 - 0
examples/svg.php

@@ -20,6 +20,7 @@ $gzip = true;
 $options = new QROptions([
 $options = new QROptions([
 	'version'      => 7,
 	'version'      => 7,
 	'outputType'   => QRCode::OUTPUT_MARKUP_SVG,
 	'outputType'   => QRCode::OUTPUT_MARKUP_SVG,
+	'imageBase64'  => false,
 	'eccLevel'     => QRCode::ECC_L,
 	'eccLevel'     => QRCode::ECC_L,
 	'svgViewBoxSize' => 530,
 	'svgViewBoxSize' => 530,
 	'addQuietzone' => true,
 	'addQuietzone' => true,