Skip to content

Commit 9066bd1

Browse files
committed
fix issue 4236 - do not init dynamic gl with premultipliedAlpha
1 parent d8af1dc commit 9066bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/gl3d/scene.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ proto.tryCreatePlot = function() {
9797
gl: scene.gl,
9898
glOptions: {
9999
preserveDrawingBuffer: isMobile,
100-
premultipliedAlpha: true,
100+
premultipliedAlpha: false,
101101
antialias: true
102102
},
103103
container: scene.container,

0 commit comments

Comments
 (0)