push
push copied to clipboard
enhancement: ability to retain a canvas between push cycle
Use case: Complex render that changes very rarely. Canvas should not be cleared every cycle but only when a redraw should occur.
Implementation: Ability to retain canvas contents between a push cycle by passing a retain flag to the canvas table.