Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Nov 10, 2023
1 parent b4b9f9f commit d60991a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/resvg/tests/integration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pub fn render(name: &str) -> usize {

let tree = {
let svg_data = std::fs::read(&svg_path).unwrap();
// TODO: Change back
let mut tree = usvg::Tree::from_str(
&usvg::Tree::from_data(&svg_data, &opt)
.unwrap()
Expand Down

0 comments on commit d60991a

Please sign in to comment.