Skip to content

Commit

Permalink
Finish sentence fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Sep 3, 2024
1 parent d92499b commit da5a957
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion masonry/src/widget/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ use crate::{
///
/// The underlying image uses `Arc` for buffer data, making it cheap to clone.
///
/// This currently uses bilinear interpolation, which falls down when the image is larger than the
/// This currently uses bilinear interpolation, which falls down when the image is
/// larger than its layout size (e.g. it is in a [sized box](super::SizedBox) smaller
/// than the image size).
pub struct Image {
image_data: ImageBuf,
fill: FillStrat,
Expand Down

0 comments on commit da5a957

Please sign in to comment.