Cordobo / angularx-qrcode

A fast and easy-to-use Angular QR Code Generator library with Ivy support
https://cordobo.github.io/angularx-qrcode/
MIT License
465 stars 126 forks source link

QRCode whit opacity #119

Closed Cristuker closed 3 years ago

Cristuker commented 3 years ago

I have this issue when i add whit length === 299. But when i add a data whit length === 218 works fine. This is the only difference.

This is how svg appear when i pass a info whit lentgh === 299. Captura de tela de 2021-02-25 09-22-55

and this is how i use qrcode on html

<qrcode id="qrCodeVivo" [qrdata]="qrCodeData" [scale]="10" [width]="90" [errorCorrectionLevel]="'M'" [elementType]="'svg'"></qrcode>

i can read read the qrcode but after some minutes, its very difficult.

I try:

Cristuker commented 3 years ago

I change the value of width and it's work for me