Skip to content

Commit

Permalink
Update shadow.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Aug 31, 2024
1 parent 48e8f62 commit 8f73696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/epaint/src/shadow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub struct Shadow {
/// Move the shadow by this much.
///
/// For instance, a value of `[1.0, 2.0]` will move the shadow 1 point to the right and 2 points down,
/// causing a drop-shadow effet.
/// causing a drop-shadow effect.
pub offset: Vec2,

/// The width of the blur, i.e. the width of the fuzzy penumbra.
Expand Down

0 comments on commit 8f73696

Please sign in to comment.