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