jembezmamy / morpher-js

JavaScript image morphing library
MIT License
123 stars 16 forks source link

demo page gives error on Firefox 15 #1

Closed szepeviktor closed 12 years ago

szepeviktor commented 12 years ago

NS_ERROR_NOT_AVAILABLE: Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMCanvasRenderingContext2D.drawImage] [Break On This Error]

return ctx.drawImage(this.el, 0, 0); morpher.js (line 450)

NS_ERROR_NOT_AVAILABLE: Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMCanvasRenderingContext2D.drawImage] [Break On This Error]

return ctx.drawImage(this.el, 0, 0); morpher.js (line 450)

NS_ERROR_NOT_AVAILABLE: Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMCanvasRenderingContext2D.drawImage] [Break On This Error]

return ctx.drawImage(this.el, 0, 0); morpher.js (line 450)

jembezmamy commented 12 years ago

Thanks, it's fixed now. Still it doesn't look very well in Firefox :/

szepeviktor commented 12 years ago

Thank you for the quick fix. Will you release a new version?

szepeviktor commented 12 years ago

Thank you for the quick fix. Will you release a new version?

Idézem/Quoting Paweł Bator notifications@github.com:

Thanks, it's fixed now. Still it doesn't look very well in Firefox :/


Reply to this email directly or view it on GitHub: https://github.com/jembezmamy/morpher-js/issues/1#issuecomment-9675331