setTransform method
The CanvasPattern.setTransform()
method uses a DOMMatrix object as
the pattern's transformation matrix and invokes it on the pattern.
Implementation
external void setTransform([DOMMatrix2DInit transform]);
The CanvasPattern.setTransform()
method uses a DOMMatrix object as
the pattern's transformation matrix and invokes it on the pattern.
external void setTransform([DOMMatrix2DInit transform]);