You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TransformationUtils.circleCrop(...) is working with minimal edge (Math.min(destWidth, destHeight)), but CropCircleWithBorderTransformation is drawing border radius using maximal edge.
TransformationUtils.circleCrop(...)
is working with minimal edge (Math.min(destWidth, destHeight)
), but CropCircleWithBorderTransformation is drawing border radius using maximal edge.glide-transformations/transformations/src/main/java/jp/wasabeef/glide/transformations/CropCircleWithBorderTransformation.java
Line 73 in 8144929
As a result border is not around image when target width and height are different.
The text was updated successfully, but these errors were encountered: