Skip to content

Commit

Permalink
Update svg_loader.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Dec 6, 2024
1 parent 4de1b93 commit eb86f56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/egui_extras/src/loaders/svg_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ impl ImageLoader for SvgLoader {
})
.sum()
}

fn frame_count(&self, _uri: &str) -> usize {
1
}
}

#[cfg(test)]
Expand Down

0 comments on commit eb86f56

Please sign in to comment.