I can\'t seem to find the function to remove a shape or path from the canvas after it has been created.
So I\'m creating a bezier curve between 2 points with
<
As far as I remember the specification you must call context.save() before drawing, then draw something, and then call context.restore() to return to the previous state.