Hello,
New here and I have a few questions.
I'm writing a vinyl cutter extension that has the features that I need (I've used both Inkcut and the build-in plot extension with good results, but I have some more advanced needs).
I can't seem to find any kind of decent API reference for writing extensions. What I'm looking to do is object to path programmatically with python. Does anyone know where I can find references on how to do this?
Thanks!
Object to path in python extension?
Re: Object to path in python extension?
See https://inkscape.org/en/develop/extensions/ and linked wiki pages
For Inkscape command line options, please see:
(or https://inkscape.org/doc/inkscape-man.html)
For available verbs, please look at the result of
returns (among others)
For Inkscape command line options, please see:
Code: Select all
$ man inkscape
For available verbs, please look at the result of
Code: Select all
$ inkscape --verb-list | grep -i path
Code: Select all
ObjectToPath
Something doesn't work? - Keeping an eye on the status bar can save you a lot of time!
Inkscape FAQ - Learning Resources - Website with tutorials (German and English)
Inkscape FAQ - Learning Resources - Website with tutorials (German and English)