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
<
You can't remove a path/shape from the canvas. You can draw something else over it or clear the canvas.