-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
TransformationUtils.circleCrop(...) is working with minimal edge (Math.min(destWidth, destHeight)), but CropCircleWithBorderTransformation is drawing border radius using maximal edge.
Line 73 in 8144929
| Math.max(outWidth, outHeight) / 2f - borderSize / 2f, |
As a result border is not around image when target width and height are different.
Metadata
Metadata
Assignees
Labels
No labels