diff --git a/src/application/plugins/grab-canvas.js b/src/application/plugins/grab-canvas.js index a4b9e93c9..f1e7d485f 100644 --- a/src/application/plugins/grab-canvas.js +++ b/src/application/plugins/grab-canvas.js @@ -13,7 +13,8 @@ const mappingContext = mappingCanvas.getContext("2d", { // (lights don't have an alpha channel, so let's drop it) alpha: false, desynchronized: true, - imageSmoothingEnabled: false + imageSmoothingEnabled: false, + willReadFrequently: true }); export default {