PolygonDrawingUtil icon indicating copy to clipboard operation
PolygonDrawingUtil copied to clipboard

A compact Android utility for constructing and drawing rounded regular polygons.

Results 1 PolygonDrawingUtil issues
Sort by recently updated
recently updated
newest added

Nick Butcher wrote [a blog post](https://medium.com/@crafty/playing-with-paths-3fbc679a6f77) that referenced a simpler way to round `Path` corners using [`CornerPathEffect`](https://developer.android.com/reference/android/graphics/CornerPathEffect.html). Investigate using this class to more simply round corners in this library.

enhancement