Increase gap in example
This commit is contained in:
parent
730c57ba67
commit
39800b445f
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ impl<Message> canvas::Program<Message> for State {
|
||||||
color: Color::from_rgba8(0, 153, 255, 0.1),
|
color: Color::from_rgba8(0, 153, 255, 0.1),
|
||||||
line_dash: canvas::LineDash {
|
line_dash: canvas::LineDash {
|
||||||
offset: 0,
|
offset: 0,
|
||||||
segments: vec![6.0, 3.0],
|
segments: vec![3.0, 6.0],
|
||||||
},
|
},
|
||||||
..Stroke::default()
|
..Stroke::default()
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue