//qrcode-kotlin/qrcode.shape/RoundSquaresShapeFunction/drawRect

drawRect

[common]
open override fun drawRect(x: Int, y: Int, width: Int, height: Int, color: Int, thickness: Double, canvas: QRCodeGraphics)

The function to actually draw the outline of a cell. Extend this to easily create your own shape :)

ONLY used to draw those larger squares on the edges of the QRCode.