setMatrixValue

fun setMatrixValue(transformList: String): DOMMatrix(source)

The setMatrixValue() method of the DOMMatrix interface replaces the contents of the matrix with the matrix described by the specified transform or transforms, returning itself.

MDN Reference