spritesheet.js
spritesheet.js copied to clipboard
Fix scaling without trimming
Currently it is not possible to use scale without the trim option.
This PR fixes that.
BTW, The mocha tests failed locally (before starting the PR) on the determineCanvasSize method
Nice! Just stucked with same issue!