vie74050 / ecgpacerapp

Single page webapp to simulate ECG and pacemaker functions, used as a teaching and learning tool.
https://vie74050.github.io/ecgpacerapp/
Other
0 stars 0 forks source link

Improve resolution of line #19

Closed vie74050 closed 1 year ago

vie74050 commented 1 year ago

Chrome Ref Try:

var rect = canvas.getBoundingClientRect();
canvas.width = Math.round (devicePixelRatio * rect.right);
Math.round (devicePixelRatio * rect.left);
vie74050 commented 1 year ago

Decreased default line width