Web/API/CanvasPattern

From Get docs


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 StandardThe definition of 'CanvasPattern' in that specification. Living Standard Added setTransform() method in v5.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
CanvasPattern Chrome

Full support 4

Edge

Full support 12

Firefox

Full support 3.6

IE

Full support 9

Opera

Full support 9

Safari

Full support 3.1

WebView Android

Full support Yes

Chrome Android

Full support 18

Firefox Android

Full support 4

Opera Android

Full support 10.1

Safari iOS

Full support 3.2

Samsung Internet Android

Full support 1.0

setTransform Chrome

Full support 68

Edge

Full support 79

Firefox

Full support 33

IE

No support No

Opera

Full support 9

Safari

Full support 11.1

WebView Android

Full support 68

Chrome Android

Full support 68

Firefox Android

Full support 33

Opera Android

Full support 10.1

Safari iOS

Full support 11

Samsung Internet Android

Full support 10.0

Legend

Full support  
Full support
No support  
No support


See also