Open ar-g opened 8 years ago
Angle 222?
I has got this issues when DO NOT SET angle
canvas.drawArc(bounds, 130, 0, false, paint); There is a circle. (wrong) canvas.drawArc(bounds, 131, 0, false, paint); There is nothing.(right) What's the deep reason?
use drawPath instead of drawArc can fix this problem.
Angle 222 works fine