Which is the method invoked to connect the last vertex back to the first?
Which is the method invoked to connect the last vertex back to the first? Correct Answer closePath()
The closePath() method connects the last vertex back to the first, thereby creating a path. It connects the last point to the first point thereby creating a closed figure.