skewX method
Post-multiplies the matrix by a skew transformation along the x-axis and returns the resulting matrix.
![]() ![]() |
Syntax
var retval = SVGMatrix.skewX(angle);Parameters
- angle [in]
-
Type: Floating-point
The skew angle.
Return value
Type: ISVGMatrix
The resulting matrix.
Standards information
Remarks
Post-multiplies means that other matrix operations are performed before this operation.
See also
Show:

