plotters-rs / plotters-canvas

Plotters HTML5 Canvas-WASM Backend
MIT License
30 stars 19 forks source link

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

Open redforks opened 1 year ago

redforks commented 1 year ago

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

vpochapuis commented 6 months ago

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.