Show More
@@ -32,8 +32,8 b' function BranchRenderer() {' | |||||
32 | this.ctx.strokeStyle = 'rgb(0, 0, 0)'; |
|
32 | this.ctx.strokeStyle = 'rgb(0, 0, 0)'; | |
33 | this.ctx.fillStyle = 'rgb(0, 0, 0)'; |
|
33 | this.ctx.fillStyle = 'rgb(0, 0, 0)'; | |
34 | this.cur = [0, 0]; |
|
34 | this.cur = [0, 0]; | |
35 |
this.line_width = 2. |
|
35 | this.line_width = 2.0; | |
36 |
this.dot_radius = |
|
36 | this.dot_radius = 3.5; | |
37 |
|
37 | |||
38 | this.setColor = function(color, bg, fg) { |
|
38 | this.setColor = function(color, bg, fg) { | |
39 | color %= colors.length; |
|
39 | color %= colors.length; |
General Comments 0
You need to be logged in to leave comments.
Login now