alexzhirkevich / custom-qr-generator

Android library for creating QR codes with logo, custom shapes, colors, background image. Powered by ZXing
MIT License
173 stars 18 forks source link

when centralSymmetry true, frame color and ball color not applying properly and shape getting rotate and destroy #14

Closed hardikbhalodi closed 1 year ago

hardikbhalodi commented 1 year ago

Without frame color and ball color symmetry shape is good new QrVectorColors(getQRVectorColor(Color.BLACK), QrVectorColor.Unspecified.INSTANCE, QrVectorColor.Unspecified.INSTANCE, QrVectorColor.Unspecified.INSTANCE);

qr_generate_1673250708748_

when frame color and ball color set getting this new QrVectorColors(getQRVectorColor(Color.BLACK), QrVectorColor.Unspecified.INSTANCE,getQRVectorColor(Color.BLACK), getQRVectorColor(Color.BLACK));

qr_generate_1673250781516_

alexzhirkevich commented 1 year ago

It was fixed 2 days ago in the same 1.5.5 release :). Clean gradle caches and download it again. Or use com.github.alexzhirkevich:custom-qr-generator:adea0440f5 snapshot from commits