scale
fun scale(scaleX: Double = definedExternally, scaleY: Double = definedExternally, scaleZ: Double = definedExternally, originX: Double = definedExternally, originY: Double = definedExternally, originZ: Double = definedExternally): DOMMatrix(source)
The scale()
method of the DOMMatrixReadOnly interface creates a new matrix being the result of the original matrix with a scale transform applied.