mike-jumper opened a new pull request, #1050: URL: https://github.com/apache/guacamole-client/pull/1050
A `<canvas>` cannot have a width or height of zero. We _do_ have a check for this, but we're actually still calling `toCanvas()` regardless of that check, breaking playback of session recordings depending on the content of the recording. This change corrects this by moving the call to `toCanvas()` such that it only occurs if the layer has non-zero width and height. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org