alexzhirkevich/custom-qr-generator

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

hardikbhalodi opened this issue · 1 comments

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_

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