mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
fix single fram png export file name
This commit is contained in:
parent
cb41a72b5b
commit
e9faa65211
@ -239,7 +239,7 @@
|
|||||||
canvas = pskl.utils.ImageResizer.resize(canvas, canvas.width * zoom, canvas.height * zoom, false);
|
canvas = pskl.utils.ImageResizer.resize(canvas, canvas.width * zoom, canvas.height * zoom, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
var fileName = name + '-' + (frameIndex + 1) + '.png';
|
var fileName = name + '-' + (frameIndex + 1);
|
||||||
this.downloadCanvas_(canvas, fileName);
|
this.downloadCanvas_(canvas, fileName);
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user