mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix : bugs in imageToBlob and PngExportController
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
callback(this.mozGetAsFile("canvas", type));
|
||||
} else {
|
||||
var args = Array.prototype.slice.call(arguments, 2);
|
||||
var dataURI = this.toDataURL.apply(this, args);
|
||||
var dataURI = canvas.toDataURL.apply(canvas, args);
|
||||
pskl.utils.ImageToBlob.imageDataToBlob(dataURI, type, callback);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user