We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffddcb commit e4b29ffCopy full SHA for e4b29ff
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