Skip to content

Commit

Permalink
avm2: Default line caps should be Round, not None
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed Jul 19, 2023
1 parent 0fa16df commit 00ea618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/avm2/globals/flash/display/graphics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ fn caps_to_cap_style(caps: Option<AvmString>) -> LineCapStyle {
LineCapStyle::Round
}
} else {
LineCapStyle::None
LineCapStyle::Round
}
}

Expand Down

0 comments on commit 00ea618

Please sign in to comment.