Closed biojet1 closed 9 months ago
In the new build #712 You cant crate your own usvg::Tree now. Everything is private. You have to use _usvg::Tree::fromxmltree. Is there a way to create your own usvg::Tree ?
See here: https://github.com/RazrFalcon/resvg/issues/710
Nope. That's by design.
find . -type f -name '*.rs' -exec sed -i 's/pub(crate) /pub /g' {} \;
In the new build #712
You cant crate your own usvg::Tree now. Everything is private. You have to use _usvg::Tree::fromxmltree. Is there a way to create your own usvg::Tree ?