Skip to content

Commit ade22a6

Browse files
committed
set premultipliedAlpha to true as it was applied before
1 parent 5adf6b6 commit ade22a6

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: false,
100+
premultipliedAlpha: true,
101101
antialias: true
102102
},
103103
container: scene.container,

0 commit comments

Comments
 (0)