Arc is basically nothing but just a part of the circumfrence of the circle. To draw an arc in the canvas arc() method is used. The first 2 parameters of
arc() method are the x and y cordinates of the circle, third parameter is the radius of the circle, fourth and fifth parameter are the start angle and end
angle for the arc and the last parameter is direction of the arc to draw in anticlockwise or clockwise direction.