add <mPath> to <mCanvas>
Add a path to a canvas.
An expression which evaluates to a canvas.
An expression which evaluates to a path.
// Add a path to the canvas add rectangle path of rectangle [0,0,50,100] to this canvas // Fill the canvas path fill this canvas
Adds mPath to the current path of mCanvas