Skip to content

Commit

Permalink
fix linejoin
Browse files Browse the repository at this point in the history
  • Loading branch information
norrchr committed Jul 9, 2024
1 parent 41ba9f2 commit 7049b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/codegen/src/create_icon_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ fn extract_stroke_linejoin(icon_prefix: &str) -> &str {
match icon_prefix {
"Ld" => "round",
"Fi" => "round",
"Tb" => "round",
_ => "miter",
}
}
Expand Down

0 comments on commit 7049b5a

Please sign in to comment.