codebude/QRCoder

svg transparency support?

Closed this issue · 2 comments

does svg renderer support transparency ?

You can use rgba values (https://www.w3schools.com/cssref/tryit.php?filename=trycss_color_hexa) in the darkColorHex and lightColorHex parameters of the SvgQrCode constructor. But please be aware that not all applications can handle SVGs with transparency defined this way. So ensure upfront that your target application is able to render transparency.

You can use rgba values (https://www.w3schools.com/cssref/tryit.php?filename=trycss_color_hexa) in the darkColorHex and lightColorHex parameters of the SvgQrCode constructor. But please be aware that not all applications can handle SVGs with transparency defined this way. So ensure upfront that your target application is able to render transparency.

Thanks i actually tried it before but ended up in only black rectangle. I must have made something wrong because now it works. I dont know why.

great library , keep up the good work 💪🏻