createSVGTransformFromMatrix
fun createSVGTransformFromMatrix(matrix: DOMMatrixReadOnly = definedExternally): SVGTransform(source)
The createSVGTransformFromMatrix()
method of the SVGTransformList interface creates an SVGTransform object which is initialized to a transform of type SVG_TRANSFORM_MATRIX
and whose values are the given matrix.