-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
improve testing on windows #17
Comments
@carlodri Apologies for the delay in my response. Here is a short example that can be used to write a test.
(2) convert the svg file to a png file using cairosvg on Windows. This fails for cairosvg v2.3 on Windows as I had mentioned in #14. Started working fine v2.3.1 onwards. It has to do with handling the text elements in the svg file (svg files without text elements converted fine even for v2.3). I am making an attempt of turning this into a test #19. |
Hi @carlodri, How do we ensure that I see three options
|
windows needs better testing, as discussed in #14, moving this here to tidy up discussion.
/cc @pharshalp
The text was updated successfully, but these errors were encountered: