Syntax
All jCanvas methods are regular jQuery methods, and are used in the same manner. Calling a jCanvas method will apply to all canvas elements in the jQuery collection.
Basic Usage
Most jCanvas methods accept a map of properties, which may be listed in any order.
Numeric Values
Most numeric property values are measured in pixels, although some are relative to the values of other properties. The description for any property will usually mention these special cases when necessary.
Chaining
Most jCanvas methods support chaining for cleaner and faster code.
Multiple Canvases
As demonstrated in the examples above, jCanvas can draw the same drawing on multiple canvases.