Mario Voigt

Results 205 comments of Mario Voigt

maybe some check would be neat: - check if one or more nodes in selection has no 'd' attribute. that would indicate that one or more elements are non-path objects...

you can duplicate the path using CTLR + D, and then run extension again to create the slots on the same path again. then you have some pairing :-)

did some workarounding for Windows/InkScape 1.0 > https://github.com/giacmir/Inkscape-JPEG-export-extension/pull/27

Hi, on windows just install ImageMagick and edit the jpegexport.py. i did some minimal changes: ``` def tojpeg(self,outfile): tmp = self.getTmpPath() if os.name == 'nt': outfile = outfile.encode('string-escape') # set...

Hey there, i did my best coding last days to implement vpype into InkScape. It's not complete but a lot of things are already working. Happy to get your feedback...

hi. you can try my fork https://github.com/vmario89/Inkscape-OUTPUT-PRO which works with PyQt5 on Windows/Linux and Inkscape 1.0+

Hey. yes feel free to file out some issues at https://github.com/eridur-de/mightyscape-1.X - will look at this asap (at https://github.com/vmario89/Inkscape-OUTPUT-PRO i am not able to configure the fork repo to allow...

![image](https://user-images.githubusercontent.com/5631071/149239091-be76b296-794c-4cde-adc6-2b23aeab62df.png) > https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/output_pro

hi. you can try my fork https://github.com/vmario89/Inkscape-OUTPUT-PRO which works with PyQt5 on Windows/Linux and Inkscape 1.0+

hi. oh might be the case that inkscape 1.0 does not offer that python method yet, but inkscape 1.1 should do the job i think. could you try that? regards,...