MessiahStudios July 11th, 2017 I followed the youtube video about creating the match 3 framework but I keep getting the following error:
Uncaught IndexSizeError: Failed to construct 'ImageData' the source width is set zero or not a number (sprite.js 1018:25)
Also by default I don't get a sprite.js file. I even uploaded the sprite.js file to see if it would fix the issue but nope..
Gio July 11th, 2017 Hi
Can you attach a zip with the pictures you are using, so we can try to replicate the problem here?
If you don't want to post those assets in a public forum, you can click my name to send me a private message
MessiahStudios July 11th, 2017 I'll be able to do a screen captured video on what's going on. I'll do it after work/responsibilities.
MessiahStudios July 13th, 2017 not sure if the video attached
MessiahStudios July 13th, 2017 https://youtu.be/HDaMcyZP-jY
In case the attachment failed its on my youtube channel under a private setting.
Gio July 13th, 2017 The attachment did work, the youtube video did not :)
Anyway, you are right - this seems to be broken in the new version of Chrome. They changed the way canvas.context.drawImage works, and that's broken a few things.
Not to worry though, we have a fix for it. We're trying to release a new version by the end of this week (though it could also be Monday depending on how things go), this problem should just go away.
Gio July 17th, 2017 Fixed in the new version, released today. Not only fixed in fact, we've added quite a few things to the match-3 editor.
There's a blog post about it.