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

IMG src has no value, resulting in a blank canvas. Any idea what i am doing wrong? #125

Open
Shaun-Cartoo opened this issue Aug 7, 2017 · 2 comments

Comments

@Shaun-Cartoo
Copy link

No description provided.

@zachbwh
Copy link

zachbwh commented Jan 22, 2018

I'm pretty sure you have to wait until _onMakeImage() is called before IMG.src is set. if you want to wait until this task is completed then this modification will allow you to call a custom callback after it is rendered.

@psytrap
Copy link

psytrap commented Nov 1, 2018

An callback would be really nice. In the meantime I'm using SetTimeout(). Since a timeout for as little as 2ms was enough for rendering I'm using 100ms. Hopefully it is enough for all users and not to long for the impatient ones.

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

No branches or pull requests

3 participants