Closed thorwebdev closed 1 month ago
When exporting as SVG the border radius set to 0 is not applied correctly. Instead border radius of 48px is applied. PNG export is correctly done with no border.
Wonder if it's related to this line? https://github.com/lyqht/mini-qr/blob/main/src/utils/convertToImage.ts#L13
Whoops, thank you for finding this bug! 😆
Fixed the issue, here's an svg example with border radius 60px
When exporting as SVG the border radius set to 0 is not applied correctly. Instead border radius of 48px is applied. PNG export is correctly done with no border.
Wonder if it's related to this line? https://github.com/lyqht/mini-qr/blob/main/src/utils/convertToImage.ts#L13