-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write_image Kaleido failed to generate static image #270
Comments
Could you try to remove the locally downloaded and installed version of Kaleido and try to build the crate and your example again. Kaleido is a tough cookie . I will try to reproduce and debug in the CI (don't own a Windows machine) |
Same issue after deleting the locally downloaded and installed version of Kaleido and rebuilding. |
more info:
|
Thanks for the backtrace, I will let you know if I figure out a solution. |
On Windows:
with this in Cargo.toml:
and this code :
the file out.html is ok but testx.png is created but empty.
this is the error:
is there a way to make this working on windows ?
The text was updated successfully, but these errors were encountered: