Fix offscreen-canvas example
This commit is contained in:
@@ -88,6 +88,9 @@ function loadStyles() {
|
||||
this.context = context;
|
||||
this.container = {
|
||||
firstElementChild: canvas,
|
||||
style: {
|
||||
opacity: layer.getOpacity(),
|
||||
},
|
||||
};
|
||||
rendererTransform = transform;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user