The ARC method draws an arc with the radius radius and the center point (x|y).
The arc starts at angle a1 and ends at angle a2.
The angles must be specified in radians.
- The line thickness is defined using the STROKE method.
- The color is specified using the COLOR method.
ARC(x, y, radius, a1, a2)