Path2D
The Path2D interface of the Canvas 2D API is used to declare a path that can then be used on a CanvasRenderingContext2D object. The path methods of the CanvasRenderingContext2D interface are also present on this interface, which gives you the convenience of being able to retain and replay your path whenever desired.
Constructors
Functions
Link copied to clipboard
The Path2D.addPath() method of the Canvas 2D API adds one Path2D object to another Path2D object.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard