Increase gap in example

This commit is contained in:
Cory Forsstrom 2022-01-27 10:01:16 -08:00
parent 730c57ba67
commit 39800b445f

View file

@ -165,7 +165,7 @@ impl<Message> canvas::Program<Message> for State {
color: Color::from_rgba8(0, 153, 255, 0.1),
line_dash: canvas::LineDash {
offset: 0,
segments: vec![6.0, 3.0],
segments: vec![3.0, 6.0],
},
..Stroke::default()
},