We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0588483 commit 7079bb3Copy full SHA for 7079bb3
src/plots/gl2d/convert.js
@@ -85,7 +85,7 @@ function Axes2DOptions(scene) {
85
[0, 0, 0, 1]
86
];
87
88
- this.borderColor = false;
+ this.borderColor = [0, 0, 0, 0];
89
this.backgroundColor = [0, 0, 0, 0];
90
91
this.static = this.scene.staticPlot;
0 commit comments