We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317fea6 commit be3beb9Copy full SHA for be3beb9
examples/svg.php
@@ -20,6 +20,7 @@
20
$options = new QROptions([
21
'version' => 7,
22
'outputType' => QRCode::OUTPUT_MARKUP_SVG,
23
+ 'imageBase64' => false,
24
'eccLevel' => QRCode::ECC_L,
25
'svgViewBoxSize' => 530,
26
'addQuietzone' => true,
0 commit comments