Skip to content

Commit

Permalink
graphctx.lineJoin = "round"
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Sep 24, 2023
1 parent c2709f7 commit de04482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/src/renderer/55_winrate_graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function NewGrapher() {
graphctx.setLineDash([]);

for (let run of runs.normal_runs) {
graphctx.lineJoin = "round";
graphctx.beginPath();
graphctx.moveTo(run[0].x1, run[0].y1);
for (let edge of run) {
Expand Down

0 comments on commit de04482

Please sign in to comment.