This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.
from 344e6c1 GUACAMOLE-889: Fix mismatching attribute names
add 4e130d2 GUACAMOLE-884: Leverage createImageBitmap() for reading image
data where supported.
add 6649c5d GUACAMOLE-884: Document implications of using drawStream()
vs. the other drawing functions.
add 1e9ddc2 GUACAMOLE-884: Note that the drawImage() functions accept
anything implementing the CanvasImageSource interface, not just Image.
new 32b106b GUACAMOLE-884: Merge Leverage createImageBitmap() for reading
image data where supported
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/webapp/modules/Client.js | 9 +-
.../src/main/webapp/modules/Display.js | 117 +++++++++++++++++----
.../src/main/webapp/modules/Layer.js | 12 ++-
3 files changed, 108 insertions(+), 30 deletions(-)