mirror of
https://github.com/novnc/noVNC.git
synced 2026-08-30 00:50:26 +08:00
2ba767a7fe
Do all rendering to a hidden canvas and then copy over the finished frame to the visible canvas once everything is done. This simplifies things and solves some bugs as we can retain a copy of the entire frame buffer.