@DOMNoInterfaceObjectAttribute public interface ICanvasPattern
Represents an opaque object describing a pattern, based on an image, a canvas or a video.
Modifier and Type | Method and Description |
---|---|
void |
setTransform(SVGMatrix transform)
Applies an SVGMatrix representing a linear transform to the pattern.
|
@DOMNameAttribute(name="setTransform") void setTransform(SVGMatrix transform)
Applies an SVGMatrix representing a linear transform to the pattern.
transform
- An SVGMatrix to use as the pattern's transformation matrix.