Explorar el Código

:shower: fix svg example

codemasher hace 5 años
padre
commit
c25a1a8329
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      examples/svg.php

+ 1 - 0
examples/svg.php

@@ -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,