-
Notifications
You must be signed in to change notification settings - Fork 88
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
Unable to load file on Windows #72
Comments
I have the same issue. Works with 0.3.2, stopped working with 0.4.0. |
The problem is here: https://github.com/shakiba/svgexport/blob/master/render.js#L30 On Windows, |
Yes, I have already prepared a fix for Windows. There is still another Windows bug to be fixed, once this is done we can release a new version. |
@MichaelHeerklotz , any chance to make the latest version work on Windows soon? :) |
@roman-petrov I am aiming for a release this week. Sorry for taking so long. |
@MichaelHeerklotz , sounds great! Thank you! |
I have the same problem |
For Windows users, in %AppData%\npm\node_modules\svgexport\render.js Change the line
into
|
@ctch3ng Wouldn't it be better to apply a pull request? |
Submitted #83. Resolved issues on Windows for me. Haven't tested on other systems. |
Alternative PR: #86 |
I am facing trouble exporting svg to png on Windows.
Way to reproduce:
Powershell:
The text was updated successfully, but these errors were encountered: