avito-tech / krop

Small widget for image cropping in Instagram-like style
MIT License
126 stars 18 forks source link

Fixed issue with opaque overlay making image completely black. #11

Closed ntoskrnl closed 6 years ago

ntoskrnl commented 6 years ago

Instead of using setBackgroundColor() just draw overlay color manually.

This PR fixes issue #10.