1 decade ago by mostlygeek
Hi,
on image.js, lines 126/127:
Added Math.round() which gets rid of errors in webkit browser when the canvas is scaled.
on image.js, lines 126/127:
width = Math.round((width ? width : this.width) * scale); height = Math.round((height ? height : this.height) * scale);
Added Math.round() which gets rid of errors in webkit browser when the canvas is scaled.