浏览代码

:shower: fix svg example

codemasher 5 年之前
父节点
当前提交
c25a1a8329
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,