Minimize delay between clear and re render. #4007

Merged
merged 2 commits into from Jun 14, 2017

Conversation

Projects
None yet
1 participant
Collaborator

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

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

@asturur asturur added a commit that referenced this pull request Jun 14, 2017

@asturur @asturur asturur + asturur Minimize delay between clear and re render. (#4007)
* moved clear later

* moved clear later
e126011

@asturur asturur added a commit that referenced this pull request Jun 14, 2017

@asturur asturur version 1.7.13 (#4008)
* Minimize delay between clear and re render. (#4007)

* moved clear later

* moved clear later

* v1713

* changed readme

* try to fix tests
17ad6c6

asturur deleted the minize_delay_loadFromJson branch Jun 24, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment