Note: This feature is available in Web Workers.
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.
As an opaque object, this has no exposed property.
There are no inherited method.
CanvasPattern.setTransform()Applies a DOMMatrix representing a linear transform to the pattern.
CanvasRenderingContext2D.createPattern()<canvas> element and its associated interface, HTMLCanvasElement