addPath method
The Path2D.addPath()
method
of the Canvas 2D API adds one Path2D object to another
Path2D
object.
Implementation
external void addPath(
Path2D path, [
DOMMatrix2DInit transform,
]);
The Path2D.addPath()
method
of the Canvas 2D API adds one Path2D object to another
Path2D
object.
external void addPath(
Path2D path, [
DOMMatrix2DInit transform,
]);