Liking cljdoc? Tell your friends :D
ClojureScript only.

web.CanvasPattern

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

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

set-transformcljs

(set-transform this matrix)

Method.

The CanvasPattern.setTransform() method uses an svg.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.

The CanvasPattern.setTransform() method uses an `svg.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