Liking cljdoc? Tell your friends :D
ClojureScript only.

web.canvas.CanvasPattern

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

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

set-transformcljs

(set-transform this matrix)

Method.

[Experimental]

The CanvasPattern.setTransform() method uses an web.deprecated.SVGMatrix as the pattern's transformation matrix and invokes it on the

void pattern.setTransform(matrix);

See also: https://developer.mozilla.org/en-US/docs/Web/API/CanvasPattern/setTransform

Method.

[Experimental]

The CanvasPattern.setTransform() method uses an `web.deprecated.SVGMatrix`
as the pattern's transformation matrix and invokes it on the

`void pattern.setTransform(matrix);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/CanvasPattern/setTransform`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close