KasmVNC/kasmweb/core
Samuel Mannehed 12565dc4ac Allow autoscale() with zero height or width
Commit 6e7e6f9 stopped the function from running if width or height was
zero, this commit reverts that change. This commit also makes the
resulting canvas 0x0 if autoscale is called with zero. By adding this
special case we can avoid division by zero in the calculations.
2021-03-29 11:38:52 +03:00
..
decoders Consume data properly in Hextile decoder 2021-03-29 11:33:25 +03:00
input Remove intermediate variable from mouse 2021-03-29 11:34:56 +03:00
util Replace unnecessary function supportsCursorURIs by a constant variable 2021-03-29 11:35:44 +03:00
base64.js Use default argument for base64 2021-03-29 11:35:16 +03:00
des.js Convert DES into a class 2021-03-29 11:35:23 +03:00
display.js Allow autoscale() with zero height or width 2021-03-29 11:38:52 +03:00
encodings.js Initial commit 2020-09-20 12:16:44 +00:00
inflator.js Initial commit 2020-09-20 12:16:44 +00:00
rfb.js Convert DES into a class 2021-03-29 11:35:23 +03:00
websock.js Initial commit 2020-09-20 12:16:44 +00:00