Skip to content

Commit f6d219a

Browse files
committed
Fixed random line thickNess + new executable
1 parent e5b392f commit f6d219a

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

deliverables/executable.zip

-154 Bytes
Binary file not shown.

tagcwebapp/src/main/resources/static/js/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ function draw(points, c, translate) {
199199
ctx.lineTo(translate(target.x), nodeHeight + target.y * yTranslate);
200200
ctx.lineWidth = edge.weight;
201201
ctx.stroke();
202+
ctx.lineWidth = 1;
202203
}
203204
});
204205
});

0 commit comments

Comments
 (0)