Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
redforks opened this issue May 24, 2023 · 1 comment

Comments

@redforks
Copy link
Contributor

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

@vpochapuis
Copy link

vpochapuis commented Mar 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants