-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Pattern as Image background isn't loaded from JSON. #3548
Comments
yes there was an error, i submitted a fix. |
taking care of this asyncronos problem, is an open issue since 2013, time to close it. |
so after the asunchronos problem is resolved, should I still use the property "canvas.backgroundImage.dirty = true" ? or this will be useless ? |
no will be rendered first time correctly |
Hi,
I can add as backgroundImage a pattern, but if i export it to json and load it again, i lost the pattern.
Here is a fiddle :
http://jsfiddle.net/YH9yD/292/
I try to load in the second canvas, the serialized json from the first canvas.
But the pattern isn't loaded.
The text was updated successfully, but these errors were encountered: