InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method skews an element along the X-axis by the given angle using tranform?(a) skewX()(b) skewy()(c) x-axis()(d) skew() |
|
Answer» The correct answer is (a) skewX() Explanation: Self-explainatory. |
|