svgRoundQuietzone not working as expected #241
-
|
https://github.com/chillerlan/php-qrcode/blob/main/examples/svgRoundQuietzone.php Using v5.0.1, the example is producing the QR without the GitHub logo and circle. Here is the HTML markup: What should be the expected output? Is additional adjustments required? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, you're using the example from |
Beta Was this translation helpful? Give feedback.
-
|
That did the trick. Thank you!!! |
Beta Was this translation helpful? Give feedback.

Hi, you're using the example from
dev-maininstead of the one from thev5.0.xbranch - the difference is that in the main branch the optionQROptions::$outputTypedoesn't exist anymore, which causes the output module not to be loaded. See also #223.