Post-multiplies the transformation [-1 0 0 1 0 0] and returns the resulting matrix.
Post-multiplies the transformation [-1 0 0 1 0 0] and returns the resulting matrix.
MDN
Post-multiplies the transformation [1 0 0 -1 0 0] and returns the resulting matrix.
Post-multiplies the transformation [1 0 0 -1 0 0] and returns the resulting matrix.
MDN
Return the inverse matrix Exceptions: a DOMException with code SVG_MATRIX_NOT_INVERTABLE is raised if the matrix is not invertable.
Return the inverse matrix Exceptions: a DOMException with code SVG_MATRIX_NOT_INVERTABLE is raised if the matrix is not invertable.
MDN
Performs matrix multiplication.
Performs matrix multiplication. This matrix is post-multiplied by another matrix, returning the resulting new matrix.
MDN
Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.
Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.
MDN
Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.
Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix. The rotation angle is determined by taking (+/-) atan(y/x). The direction of the vector (x, y) determines whether the positive or negative angle value is used. Exceptions: a DOMException with code SVG_INVALID_VALUE_ERR is raised if one of the parameters has an invalid value.
MDN
Post-multiplies a uniform scale transformation on the current matrix and returns the resulting matrix.
Post-multiplies a uniform scale transformation on the current matrix and returns the resulting matrix.
MDN
Post-multiplies a non-uniform scale transformation on the current matrix and returns the resulting matrix.
Post-multiplies a non-uniform scale transformation on the current matrix and returns the resulting matrix.
MDN
Post-multiplies a skewX transformation on the current matrix and returns the resulting matrix.
Post-multiplies a skewX transformation on the current matrix and returns the resulting matrix.
MDN
Post-multiplies a skewY transformation on the current matrix and returns the resulting matrix.
Post-multiplies a skewY transformation on the current matrix and returns the resulting matrix.
MDN
Post-multiplies a translation transformation on the current matrix and returns the resulting matrix.
Post-multiplies a translation transformation on the current matrix and returns the resulting matrix.
MDN
Many of SVG's graphics operations utilize 2x3 matrices of the form:
MDN