elemental2 icon indicating copy to clipboard operation
elemental2 copied to clipboard

CanvasPattern does not have the setTransform method

Open garthhenning opened this issue 3 years ago • 1 comments

The CanvasPattern created by a canvas' context should have one method to setTransform() per the spec. The method should take either a DOMMatrix or an SVGMatrix.

https://html.spec.whatwg.org/multipage/canvas.html#dom-canvaspattern-settransform https://developer.mozilla.org/en-US/docs/Web/API/CanvasPattern/setTransform

garthhenning avatar Aug 13 '20 01:08 garthhenning

cOuld you propose a change in the extern file on google/closure-compiler project? Just add the missing method(s)

jDramaix avatar Sep 11 '20 22:09 jDramaix

Downstrem PR https://github.com/google/closure-compiler/pull/4154/files

zbynek avatar Feb 20 '24 23:02 zbynek

Thanks for the contribution

jDramaix avatar Feb 27 '24 06:02 jDramaix