-
What combines all the 2D transform methods into one?
-
- skewY()
- skewX()
- skew()
- matrix()
- None of these
Correct Option: D
The matrix() method combines all 2D transform methods into one, the matrix() method takes six parameters, containing mathematic functions, that allows us to rotate, scale, move or skew the elements.