Skip to content

Commit eb86f56

Browse files
authored
Update svg_loader.rs
1 parent 4de1b93 commit eb86f56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/egui_extras/src/loaders/svg_loader.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ impl ImageLoader for SvgLoader {
8383
})
8484
.sum()
8585
}
86+
87+
fn frame_count(&self, _uri: &str) -> usize {
88+
1
89+
}
8690
}
8791

8892
#[cfg(test)]

0 commit comments

Comments
 (0)