Adds an arc to the path with center point (x, y) and radius r starting at startAngle and ending at endAngle. The arc is drawn in clockwise direction by default.
x-coordinate of arc center point.
y-coordinate of arc center point.
Radius of arc.
The starting angle of the arc, measured clockwise from the positive x axis and expressed in radians.
The end angle of the arc, measured clockwise from the positive x axis and expressed in radians.
Optional
anticlockwise: booleanOptional boolean flag, if true the arc is drawn counter-clockwise between the two angles.
A minimal rendering context for a GeoPath generator. The minimum implemented methods are a subset of the CanvasRenderingContext2D API.
For reference to the CanvasRenderingContext2D see https://developer.mozilla.org/en/docs/Web/API/CanvasRenderingContext2D