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

Minimize delay between clear and re render. #4007

Merged
merged 2 commits into from
Jun 14, 2017
Merged

Conversation

asturur
Copy link
Member

@asturur asturur commented Jun 14, 2017

When restoring canvas from JSON, the canvas get cleared.
Objects get reloaded and if you are waiting for images there may be glitches before you get the full canvas again.

This moves the clearing later after object enliving trying to avoid canvas flashes.

closes #3652

@asturur asturur merged commit da9161e into master Jun 14, 2017
asturur added a commit that referenced this pull request Jun 14, 2017
* moved clear later

* moved clear later
asturur added a commit that referenced this pull request Jun 14, 2017
* Minimize delay between clear and re render. (#4007)

* moved clear later

* moved clear later

* v1713

* changed readme

* try to fix tests
@asturur asturur deleted the minize_delay_loadFromJson branch June 24, 2017 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flickering on update canvas JSON with image
1 participant