Closed andlinger closed 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);
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 :)
When a QR code is generated in the following configuration, the Swiss cross is missing.