The ___________ method must add the scaling transformation described by the arguments to the transformation matrix.
The ___________ method must add the scaling transformation described by the arguments to the transformation matrix. Correct Answer scale(x, y)
HTML5 canvas provides scale(x, y) method which is used to increase or decrease the units in our canvas grid. The position (0, 0) is remaped in canvas by translate(x, y) method. If one want to rotate the current drawing then rotate(angle) method can be used.