pub fn canvas_save()Expand description
Push the current canvas state (transform, clip, opacity) onto an internal stack.
Use with canvas_restore to scope transformations and effects.
pub fn canvas_save()Push the current canvas state (transform, clip, opacity) onto an internal stack.
Use with canvas_restore to scope transformations and effects.