CanvasPattern

The CanvasPattern interface represents an opaque object describing a pattern, based on an image, a canvas or a video, created by the CanvasRenderingContext2D.createPattern() method.

PropertiesEdit

Representing an opaque object, there is no exposed property.

MethodsEdit

There is no inherited method.

CanvasPattern.setTransform()
Applies an SVGMatrix representing a linear transform to the pattern.

SpecificationsEdit

Specification Status Comment
WHATWG HTML Living Standard
The definition of 'CanvasPattern' in that specification.
Living Standard Added setTransform() method in v5.

Browser compatibilityEdit

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 4.0 3.6 (1.9.2) 9.0 9.0 3.1
setTransform() Not supported 33 (33) ? Not supported ?

See alsoEdit

Document Tags and Contributors

 Contributors to this page: Acorath, fscholz, teoli, tschneidereit, kscarfone, ethertank, Sheppy, Brettz9
 Last updated by: Acorath,