Skip to content

Commit 7079bb3

Browse files
committed
🔪 wrong gl2d drag/scroll optimization
1 parent 0588483 commit 7079bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/gl2d/convert.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function Axes2DOptions(scene) {
8585
[0, 0, 0, 1]
8686
];
8787

88-
this.borderColor = false;
88+
this.borderColor = [0, 0, 0, 0];
8989
this.backgroundColor = [0, 0, 0, 0];
9090

9191
this.static = this.scene.staticPlot;

0 commit comments

Comments
 (0)