artemkrachulov / AKImageCropperView

Responsive image cropper
MIT License
172 stars 66 forks source link

Cropper view edges exceeds to corners #25

Open asifbilal786 opened 7 years ago

asifbilal786 commented 7 years ago

When setting below configurations for cropper view.

configurations.cornerTouchSize = CGSize(width: 80.0, height: 80.0)
configurations.minCropRectSize = CGSize(width: 20.0, height: 20.0)

That is, when cornerTouchSize > minCropRectSize, the edges just exceeds to the corners and it disturbs the layout.

Please fix this issue.