As a test of our new vector layer public API, I've started work on an SVG export plug-in in #GIMP
My hope is this will be helpful to people who want to export their projects for further work in dedicated vector graphics editors like #inkscape !
Feel free to share if there are any export options you think we should add (the immediate one is how to handle raster layers - ignore, embed, or link are the current options we're thinking)
GitLab
plug-ins: Initial SVG export support (!2469) ยท Merge requests ยท GNOME / GIMP ยท GitLab
This patch adds initial support for exporting SVGs, based largely on code from /app/path/gimppath-export.c. It currently exports any vector layer a...