🚿 fix svg example

This commit is contained in:
codemasher
2021-01-05 22:21:28 +01:00
parent 5a9bb67d2e
commit c25a1a8329
+1
View File
@@ -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,