-
Notifications
You must be signed in to change notification settings - Fork 48
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
Different context #16
Comments
Hiya, There is error in canvasquery.js code - it doesn't saves the context for I see you tried to workaround it by using this.tempContext so I am terribly if you are looking for a quick fix just replace (in canvasquery.js onResize
with var self = this.tempContext || this; Will keep you informed, Cheers from neighborhood Poland 2013/4/19 Andre Meyering notifications@github.com
Rezoner Sikorski |
this.createImage as 2013/4/19 Przemys³aw Sikorski rezoner1337@gmail.com
Rezoner Sikorski |
Thanks for the fast answer :) |
Hello,
I am really new to CanvasQuery, so I hope this isn't such a stupid question :)
My problem is, that
onResize()
callscreateImage()
when initializing, but not when resizing.How do I call
createImage()
inside ofonResize()
correctly?Greeting form Germany,
Andre
BTW: Huge thanks for CanvasQuery 👍
The text was updated successfully, but these errors were encountered: