diff --git a/src/plots/gl2d/scene2d.js b/src/plots/gl2d/scene2d.js index 0d33abebec8..2626eb71f48 100644 --- a/src/plots/gl2d/scene2d.js +++ b/src/plots/gl2d/scene2d.js @@ -84,7 +84,7 @@ proto.makeFramework = function() { try { STATIC_CONTEXT = STATIC_CANVAS.getContext('webgl', { - preserveDrawingBuffer: true, + preserveDrawingBuffer: false, premultipliedAlpha: true, antialias: true });