Mike J

Results 12 comments of Mike J

From the Readme > Warning: starting from 0.2.18 svg2shenzhen only support Inkscape 1.0 and above

Changing versions doesn't fix this. The issue is scaling. By design everything but the edge cuts and drill layer is saved as a png and then converted to the module....

I'm not sure on the circles for the drill layer, but the edge cuts if you have a path and break it apart and recombine. That has fixed the scaling...

I would be interested in helping that happen. Yesterday I officially listed svg2mod as a pypi package that can be installed with pip so setup for using it would not...

I just opened a pull adding this #105

I setup travis ci to work on my main branch to build the extensions so you can download the built packages from [there. link](https://github.com/Sodium-Hydrogen/svg2shenzhen/releases/tag/0.2.19)

I am also having this issue. I wasn't able to get it to work with `-o uid=-1,gid=-1,follow_symlinks`. I was able to get symlinks to work with `-o uid=-1,gid=-1,follow_symlinks,idmap=user,umask=000` following the...

The version of svg2mod you linked is abandoned. There is a newer and more updated version at: https://github.com/svg2mod/svg2mod

This is essential to [svg2mod](https://github.com/svg2mod/svg2mod) and as part of maintaining that project I feel that this project should be maintained. The [svg2mod organization](https://github.com/svg2mod) would be interested in taking over maintenance...

This is related to svg2mod/svg2mod#51. I am aware and have a fix (svg2mod/svg2mod#53). I am just finalizing polygon support for svgs then that fix will be merged into svg2mod.