Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canvas saving and restoring #5

Open
dulnan opened this issue Sep 3, 2018 · 0 comments
Open

Canvas saving and restoring #5

dulnan opened this issue Sep 3, 2018 · 0 comments
Assignees
Milestone

Comments

@dulnan
Copy link
Owner

dulnan commented Sep 3, 2018

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.

@dulnan dulnan added this to the Version 2 milestone Sep 3, 2018
@dulnan dulnan added the client label Sep 3, 2018
@dulnan dulnan self-assigned this Sep 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant