Skip to content

Commit

Permalink
refactor: adjust stroke sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 committed Oct 2, 2024
1 parent 7011352 commit 6c7f685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/capture/shape.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ impl ShapeStroke {
pub fn f32(&self) -> f32 {
match self {
Self::Thin => 2.0,
Self::Medium => 4.0,
Self::Broad => 6.0,
Self::Medium => 5.0,
Self::Broad => 8.0,
}
}
}

0 comments on commit 6c7f685

Please sign in to comment.