Spotlight icon indicating copy to clipboard operation
Spotlight copied to clipboard

Rough edges while drawing circle

Open thePrirate opened this issue 3 years ago • 1 comments

How do i remove rough edges with canvas draw(circle drawing), I have tried to override Shape interface and used Paint mPaint = new Paint(Paint.ANTI_ALIAS_FLAG); but the rough edges still there? Thanks in advance!

thePrirate avatar Sep 08 '20 09:09 thePrirate

Hi, can you clarify what you mean by rough edges?

Is it not a RoundedRectangle?

TakuSemba avatar Sep 15 '20 10:09 TakuSemba