This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

setMatrix

Notes

Remarks

The setMatrix method can raise a DOMException exception with the code NO_MODIFICATION_ALLOWED_ERR. This exception is raised if you try to change the value of a read-only attribute.

The values from the matrix parameter are copied, but the matrix parameter does not replace the matrix value.

Syntax

Standards information

See also

Related pages

Attributions