Which is the method invoked to begin a path?
A
begin()
B
path()
C
createPath()
D
beginPath()
Correct Answer: beginPath()
The beginPath() method begins a path, or resets the current path. It is called before creating any path or curve.