Closed dadyarri closed 1 month ago
Does it work with the resvg
CLI application?
I would also suggest setting up a minimal logger, like env_logger
too see what warning are being printed. That should help.
Or just use/run the resvg
CLI app.
Thanks, i managed this
Hello. i'm generating png images from svg with this code from resvg's example:
and while on windows i'm getting fine images, on github workflow in ubuntu i'm executing same app compiled for
x86_64-unknown-linux-gnu
, output is missing any text:before generation of images required fonts are installed. please help me understand, why this is working not the way i'm expecting? (i'm rust newbie)
here is Cargo.toml: