How to draw a hexagon with rounded corners on Android Canvas?
I want to make a hexagon with rounded corners, but I don’t have any idea how to do it. I try it with different methods like: cubicTo
, arcTo
, etc.
I want to make a hexagon with rounded corners, but I don’t have any idea how to do it. I try it with different methods like: cubicTo
, arcTo
, etc.