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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: