You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you use a "transparent" or "none" logo background, the QR code renders underneath which is not great! Instead, we should use an SVG clip-path to not render the QR code underneath the logo. Here's a codepen to show what I mean: https://codepen.io/yefim/pen/KKjByvo
Here's the bug in action:
And here is it with a "white" background which looks better but not perfect
The text was updated successfully, but these errors were encountered:
Currently, when you use a "transparent" or "none" logo background, the QR code renders underneath which is not great! Instead, we should use an SVG clip-path to not render the QR code underneath the logo. Here's a codepen to show what I mean: https://codepen.io/yefim/pen/KKjByvo
Here's the bug in action:
And here is it with a "white" background which looks better but not perfect
The text was updated successfully, but these errors were encountered: