• Joel Martin's avatar
    Fix ordering of tightPNG fills. · a4ff1f57
    Joel Martin authored
    This addresses issue #65:
    https://github.com/kanaka/noVNC/issues/65
    
    When tightPNG encoded rects were received, any fill types were
    immediately drawn to the canvas while images (PNG, JPEGs) were queued
    for loading. This can cause screen corruption when things are changing
    rapidly due to the misordering of fills vs images.
    
    Also, remove the onload setting in each image on the queue and instead
    decrease the tight image queue scanning interval (to 40ms or 25
    scans per second).
    a4ff1f57
Name
Last commit
Last update
docs Loading commit data...
images Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...