Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Minimize delay between clear and re render. #4007
Conversation
asturur
merged commit da9161e
into master
Jun 14, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
asturur
added a commit
that referenced
this pull request
Jun 14, 2017
|
|
asturur + asturur |
e126011
|
asturur
added a commit
that referenced
this pull request
Jun 14, 2017
|
|
asturur |
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
asturur commentedJun 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