<How to render specific block styles in java.awt.G...
# stackoverflow
u
How to render specific block styles in java.awt.Graphics2D for an open-source QRCode library? I am writing an open-source library for the rendering of QR codes in Kotlin. I want to offer at least the styles of codes that are offered in https://www.qrcode-monkey.com Take a look at the body shapes, eye frame shapes, and eye balls shapes on their web pages. I am not a graphics person and don't have extensive experience with AWT. Is anyone able to help me with the code that would generate a similar look for those...