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

Plot: Line styles #482

Merged
Prev Previous commit
Next Next commit
clippy fix
  • Loading branch information
EmbersArc committed Jul 3, 2021
commit e75e8027883cf6501b894a176e6ef0323bc3b5f1
2 changes: 1 addition & 1 deletion epaint/src/shape.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl Shape {
) -> Vec<Self> {
let mut shapes = Vec::new();
dashes_from_line(
&points,
points,
stroke.into(),
dash_length,
dash_gap_ratio,
Expand Down