Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e4b29ff

Browse filesBrowse files
committed
switch off preserveDrawingBuffer for possible speed improvement (we appear to not use the preservation aspect)
1 parent fffddcb commit e4b29ff
Copy full SHA for e4b29ff

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/plots/gl2d/scene2d.js

Copy file name to clipboardExpand all lines: src/plots/gl2d/scene2d.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ proto.makeFramework = function() {
8484

8585
try {
8686
STATIC_CONTEXT = STATIC_CANVAS.getContext('webgl', {
87-
preserveDrawingBuffer: true,
87+
preserveDrawingBuffer: false,
8888
premultipliedAlpha: true,
8989
antialias: true
9090
});

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.