Skip to content

Commit

Permalink
tiny_skia: apply clip_mask to shadows (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney authored Jan 7, 2025
1 parent 93b12a5 commit e77100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiny_skia/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ impl Engine {
pixmap.as_ref(),
&tiny_skia::PixmapPaint::default(),
tiny_skia::Transform::default(),
None,
clip_mask,
);
}
}
Expand Down

0 comments on commit e77100a

Please sign in to comment.