We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a7ae0 commit 6491bffCopy full SHA for 6491bff
meme_generator_utils/src/image.rs
@@ -234,7 +234,7 @@ impl ImageExt for Image {
234
let image = self.square();
235
let radius = image.width() as f32 / 2.0;
236
let path = Path::circle((radius, radius), radius, None);
237
- self.clip_path(&path, ClipOp::Intersect)
+ image.clip_path(&path, ClipOp::Intersect)
238
}
239
240
fn round_corner(&self, radius: f32) -> Image {
0 commit comments