December 2010
Intermediate to advanced
110 pages
2h 31m
English
CanvasPattern — an image-based pattern for use in a canvas
A CanvasPattern object is returned by the
createPattern() method of a CanvasRenderingContext2D
object. A CanvasPattern object may be used as the value of the
strokeStyle and fillStyle
properties of a CanvasRenderingContext2D object.
A CanvasPattern object has no properties or methods of its own. See CRC.createPattern() for details on how to create one.
Read now
Unlock full access