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
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
I have a requirement to draw a circular overlay, while maintaining the cropped image as the bounding rectangle of that circle. This library is 98% of the way there for that use case, I just needed to add a method to fill in the corners of the bounded rectangle in the overlay.
I think this use case is pretty specific, but if it would be useful to add to the library, I can clean it up and submit a PR. Just thought I would mention it in case anyone's trying to do the same thing.
* Added method and attribute for drawing oval overlay
* Setting the viewport Paint to be anti-aliased
* Adding a method to limit cropped image width and height
* Use enum attribute to specify shape of CropView (#2)
* Change isOval attribute to an enum with shape values
* Comments
* Only set anti-alias Paint flag when required
* Revert sample Activity layout
* Comments
* Reverting unneeded changes
* Add entry to CHANGELOG.md
* Updates from CR
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: