Closed biocarl closed 5 years ago
Happy to hear you found a great use for it :smile:
Funny bug, there were thousands of automatically built Linux binaries in the S3 bucket, so many that the listing didn't fetch them up to the most recent - so the one you had was an old one.
If you download one of the latest one, hopefully it'll be up to date and work now!
https://s3.amazonaws.com/geometrize-lib-example-bucket/index.html
ok! Perfect - that resolved the issue! Thank you very much! :-)
Hey Sam,
first of all congrats on your awesome project! I used your tool on various occasions - I even designed the gift card for my sisters marriage by merging together vectorized images!
My issue
When running packaged binary for Linux (
geometrize_lib_example_248_linux_clang++-3
) the png output works just fine. But for the SVG output is always empty - only with the root element. Have I missed some dependency or can you hint me on how to debug it? The running binary doesn't output theFailed to write SVG file to:
defined in themain.cpp
.