소스 검색

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