manuelbl / SwissQRBill

Java library for Swiss QR bill payment slips (aka QR-Rechnung)
https://www.codecrete.net/qrbill
MIT License
156 stars 37 forks source link

QR code Swiss cross missing in PDF #86

Closed andlinger closed 1 year ago

andlinger commented 1 year ago

When a QR code is generated in the following configuration, the Swiss cross is missing.

bill.getFormat().setGraphicsFormat(GraphicsFormat.PDF);
bill.getFormat().setOutputSize(OutputSize.QR_CODE_WITH_QUIET_ZONE);
manuelbl commented 1 year ago

Thanks for reporting the bug. I will release a fix soon.

manuelbl commented 1 year ago

Release 3.1.1 fixes the issue. It will soon be available on Maven Central.

andlinger commented 1 year ago

Awesome! Thank you :)