Doing:
dc. drawArc (
_centerX,
_centerY,
_radius ,
Graphics.ARC_CLOCKWISE,
0.0, // degreeStart
0.5 // degreeEnd
); This ends up with the whole 360deg arc being drawn instead. I'd assume that the arguments are Math.floored and that causes...