Canvas render-loop helpers for integration code.
The ordinary render path is canvas_runtime/1 plus item declarations and
id-less :item renderers. Use this module only when an application intentionally
takes over frame rendering, item ordering, DOM ids, z-index, or vector item
rendering.
Summary
Functions
Returns the stable DOM id for one canvas item frame.
Renders one canonical canvas item frame.
Returns the canonical attrs for one canvas item frame.
Returns the canonical inline style for one canvas item frame.
Returns the CSS z-index value for one canvas item.
Orders canvas items for stable application rendering.
Renders one committed vector item as a canonical world SVG item.
Renders one committed vector item.
Functions
Returns the stable DOM id for one canvas item frame.
Renders one canonical canvas item frame.
Returns the canonical attrs for one canvas item frame.
Returns the canonical inline style for one canvas item frame.
Returns the CSS z-index value for one canvas item.
Orders canvas items for stable application rendering.
Renders one committed vector item as a canonical world SVG item.
Renders one committed vector item.