Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Apr 30, 2024
1 parent ab2fc10 commit 34c7e60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rust/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ fn svg_to_base64(
} else {
svg_string = svg;
}
println!("{:?}", svg_string);


let mut fit_to = FitTo::Original;
let mut default_size = resvg::usvg::Size::from_wh(100.0, 100.0).unwrap();
Expand Down

0 comments on commit 34c7e60

Please sign in to comment.