Merge pull request #12777 from ahocevar/fix-offscreen-canvas

Fix offscreen-canvas example
This commit is contained in:
Andreas Hocevar
2021-09-18 22:47:26 +02:00
committed by GitHub

View File

@@ -88,6 +88,9 @@ function loadStyles() {
this.context = context;
this.container = {
firstElementChild: canvas,
style: {
opacity: layer.getOpacity(),
},
};
rendererTransform = transform;
};