plotters-canvas icon indicating copy to clipboard operation
plotters-canvas copied to clipboard

Please deploy a new version to include a243d01c508e67/added missing set_line_width calls in HTML5 canvas backend

Open redforks opened this issue 2 years ago • 1 comments

This commit is very important, because it fixes many line width problems.

redforks avatar May 24 '23 14:05 redforks

This commit is very important, because it fixes many line width problems.

Hello! Indeed this issue is still present on the currently released version 0.3.0. image

While the main branch has some nice commits and a version of 0.3.1.

Until this is released, for those that want to take advantage of the commits on main, you can add a patch to your Cargo.toml file like so:

[patch.crates-io]
plotters-canvas = { git = "https://github.com/plotters-rs/plotters-canvas.git", branch = "main" }

Its also possible to use rev instead of branch in order to target a specific commit.

vpochapuis avatar Mar 05 '24 03:03 vpochapuis