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.
Representing an opaque object, there is no exposed property.
There is no inherited method.
CanvasPattern.setTransform()
SVGMatrix representing a linear transform to the pattern.| Specification | Status | Comment |
|---|---|---|
| HTML Living Standard The definition of 'CanvasPattern' in that specification. | Living Standard | Added setTransform() method in v5. |
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | 4.0 | 3.6 (1.9.2) | 9.0 | 9.0 | 3.1 |
setTransform()
| No support | 33 (33) | ? | No support | ? |
| Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|
| Basic support | 2.1 | 1.0 (1.9.2) | ? | 10.0 | 3.2 |
setTransform()
| ? | 33.0 (33) | ? | ? | ? |
CanvasRenderingContext2D.createPattern()<canvas> element and its associated interface, HTMLCanvasElement
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/CanvasPattern