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.

It can be used as a fillStyle or strokeStyle.

Properties

As an opaque object, this has no exposed property.

Methods

There are no inherited method.

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

Specifications

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

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
CanvasPatternChrome Full support 4Edge Full support 12Firefox Full support 3.6IE Full support 9Opera Full support 9Safari Full support 3.1WebView Android Full support YesChrome Android Full support 18Firefox Android Full support 4Opera Android Full support 10.1Safari iOS Full support 3.2Samsung Internet Android Full support 1.0
setTransformChrome Full support 68Edge Full support 79Firefox Full support 33IE No support NoOpera Full support 9Safari Full support 3.1WebView Android Full support 68Chrome Android Full support 68Firefox Android Full support 33Opera Android Full support 10.1Safari iOS Full support 11Samsung Internet Android Full support 10.0

Legend

Full support
Full support
No support
No support

See also