Skip to content

Canvas saving and restoring #5

Description

@dulnan

Provide a way to save and restore the canvas.

Storing the whole context as a bitmap in local storage might work for one or two drawings, but will soon fill up the available space.

Another possibility is to store the actual drawing instructions (movement, brush settings) in a buffer while drawing and then recreating that on load.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions