manuelbl/SwissQRBill

QR code Swiss cross missing in PDF

Closed this issue · 3 comments

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);

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

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

Awesome! Thank you :)