scale method
Post-multiplies the matrix by a uniform scale transformation and returns the resulting matrix.
![]() ![]() |
Syntax
var retval = SVGMatrix.scale(scaleFactor);Parameters
- scaleFactor [in]
-
Type: Floating-point
The scale factor to apply along the x-axis and y-axis.
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:

