File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ endroid_qr_code:
4343 default :
4444 writer : Endroid\QrCode\Writer\PngWriter
4545 data : ' This is customized QR code'
46- # Label is not implemented for SvgWriter
46+ logo_path : ' %kernel.project_dir%/vendor/endroid/qr-code/tests/assets/symfony.png'
47+ logo_resize_to_width : 150
48+ logo_punchout_background : true # only supported by PngWriter
4749 label_text : ' This is the label'
4850 label_font_path : ' %kernel.project_dir%/vendor/endroid/qr-code/assets/noto_sans.otf'
4951 label_font_size : 20
@@ -57,9 +59,6 @@ endroid_qr_code:
5759 encoding : ' UTF-8'
5860 error_correction_level : ' low' # 'low', 'medium', 'quartile', or 'high'
5961 round_block_size_mode : ' margin'
60- logo_path : ' %kernel.project_dir%/vendor/endroid/qr-code/tests/assets/symfony.png'
61- logo_resize_to_width : 150
62- logo_punchout_background : true
6362 validate_result : false
6463` ` `
6564
You can’t perform that action at this time.
0 commit comments