html5 - Error with Fabricjs and Internet Explorer 11 -
html5 - Error with Fabricjs and Internet Explorer 11 -
i develop application in fabric.js create own helmet design , view in 3d model (with three.js).
it works fine in firefox, chrome , opera, when seek work in net explorer 11, crashes when add together image url.
i have big canvas (5000+ x 7000+ px) loaded in memory create final print image, user works in little canvas (380 x 340 px).
when load big image (5000+ px scaled see in little canvas) works, , crashes in function render:
_render: function(ctx) { this._element && ctx.drawimage( this._element, -this.width / 2, -this.height / 2, this.width, this.height ); with "not specified error".
and finally, never works when little canvas objects , re-create big canvas generate final big print file, same error.
the url test http://www.3dhelmetsnzi.com/v2/home.php (select 1 model , size) , test if want.
could tell me problem?
html5 internet-explorer canvas fabricjs
Comments
Post a Comment