To scale the HTML5 Canvas, we can use the scale() transform method to scale the x and y components of the canvas context.
Code Editor
Modified on April 9th, 2013
by Eric Rowell
To scale the HTML5 Canvas, we can use the scale() transform method to scale the x and y components of the canvas context.