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 acff0da

Browse filesBrowse files
authored
Merge pull request #843 from monfera/avoid-gl-buffer-copy
avoid draw buffer -> display buffer copy
2 parents 2fc55cf + e4b29ff commit acff0da
Copy full SHA for acff0da

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.