Skip to content

Commit

Permalink
🚿 fix svg example
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Jan 5, 2021
1 parent 317fea6 commit be3beb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/svg.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
$options = new QROptions([
'version' => 7,
'outputType' => QRCode::OUTPUT_MARKUP_SVG,
'imageBase64' => false,
'eccLevel' => QRCode::ECC_L,
'svgViewBoxSize' => 530,
'addQuietzone' => true,
Expand Down

0 comments on commit be3beb9

Please sign in to comment.