We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adf6b6 commit ade22a6Copy full SHA for ade22a6
1 file changed
src/plots/gl3d/scene.js
@@ -97,7 +97,7 @@ proto.tryCreatePlot = function() {
97
gl: scene.gl,
98
glOptions: {
99
preserveDrawingBuffer: isMobile,
100
- premultipliedAlpha: false,
+ premultipliedAlpha: true,
101
antialias: true
102
},
103
container: scene.container,
0 commit comments