Relates :
|
The PG sync mechanism for canvas passes the reference to the growable data buffer down to the NGCanvas. This reference overwrites the existing buffer reference. The buffer is not consumed at sync time but only when the NGCanvas is rendered. This means that if a new buffer is passed down at sync time before the old buffer is rendered, the graphics commands in the old buffer will be lost. This is a problem because the canvas is defined as persistent.
|