alexzhirkevich/custom-qr-generator

Add QrVectorPixelShape.Square(size) shape modifier

Closed this issue · 3 comments

Is your feature request related to a problem? Please describe.
It seems to be more complicated to create a QR Code with square pixel shapes than it should be.

Describe the solution you'd like
There should be a built in QrVectorPixelShape.Square(size) shape modifier

Describe alternatives you've considered
Using QrVectorPixelShape.RoundCorners(0f) is different, as the shape cannot be scaled

Will be added in #35 as QrVectorPixelShape.Rect(size)

Awesome, thanks!

Available in 2.0.0-alpha01