push icon indicating copy to clipboard operation
push copied to clipboard

enhancement: ability to retain a canvas between push cycle

Open timjen3 opened this issue 2 years ago • 0 comments

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.

timjen3 avatar Sep 25 '23 01:09 timjen3