We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fc55cf + e4b29ff commit acff0daCopy full SHA for acff0da
src/plots/gl2d/scene2d.js
@@ -84,7 +84,7 @@ proto.makeFramework = function() {
84
85
try {
86
STATIC_CONTEXT = STATIC_CANVAS.getContext('webgl', {
87
- preserveDrawingBuffer: true,
+ preserveDrawingBuffer: false,
88
premultipliedAlpha: true,
89
antialias: true
90
});
0 commit comments