Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. The ___________ method must add the scaling transformation described by the arguments to the transformation matrix.

  2. A.

     scale(x, y)

    B.

     translate(x, y)

    C.

     rotate(angle)

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    HTML5 canvas provides scale(x, y) method which is used to increase or decrease the units in our canvas grid.


Be The First To Comment