Closed J-Kappes closed 9 months ago
You are probably using the wrong version of usvg
in your project. For the current release, you need to use version 0.36. It should work if you specify that specific version.
We should probably just re-export usvg_tree in svg2pdf
to prevent those kinds of errors.
usvg
is now reexported.
Following the example I get the error message
If I replace
&tree
withusvg_tree::Tree::from(tree)
I getIf I add a
&
I get