InterviewSolution
Saved Bookmarks
| 1. |
What skews an element along X and Y-axis?(a) skew()(b) skewX()(c) skewY()(d) matrix() |
|
Answer» Correct option is (a) skew() To elaborate: The skew() method skews an element along X and Y-axis by the given angles, |
|