Generic function
Starts a new path on the specified drawable object.
start-path drawable => ()
duim-graphics
duim-graphics
Starts a new path on drawable. The path can be created with any number of calls to line-to, curve-to and move-to. Its appearance can also be manipulated using fill-path and stroke-path.
After creating the path, use either close-path or end-path to finish the path, or abort-path to abandon it altogether.