closePath method
Closes the current subpath and starts a new subpath that has a start point that is equal to the end of the closed subpath.
Syntax
object.closePath();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Standards information
- HTML Canvas 2D Context, Section 9
Remarks
Be aware that CanvasRenderingContext2D
represents a canvas rendering 2D context object, as shown in the following example.