-
Notifications
You must be signed in to change notification settings - Fork 13
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
Guide to generate svg from Inkscape #5
Comments
Devoted Inkscape user here. I'm actively trying to understand what's different about my file from the examples. Edit: 5 minutes later... OK yeah it's an issue with the fact that Inkscape uses namespaced layer labels instead of changing the group ID and Gingerbread relies on the id attribute. The quick hack is to open the XML editor window, and manually change the IDs to the mandatory ones. |
Yeah, seems like inkscape is not useable for this tool. Thats a shame. Any advice or tips would be very appreciated. Gingerbread seems very slick and I would dearly love to incorporate it to my workflow. |
I'm happy to accommodate Inkscape designs, but I don't have the time, energy, or desire to fight with Inkscape to figure out its quirks. I don't personally use Inkscape and have very limited, frustrating experience with it. If someone else felt like figuring out what's different between what Inkscape exports and what Gingerbread expects, I'd be happy to made changes to Gingerbread to support it. |
Given that the Svg2Shenzhen plugin for InkScape is not officially "discontinued" and it even links to Gingerbread, I guess it's time for the InkScape+Svg2Shenzhen user base to pool our resources. I have had the inverse experience as theacodes in that my use of Infinity Designer exposed too many bugs (with layers and transformations) to be useable for my recent designs. Time permitting, I will fork Gingerbread and start looking at the issues starting with layer IDs and then SVG resolution settings. |
First of all, thanks for this great tool! 👏
Inkscape is a good tool to generate svg art work which is also open source. Adding a guide to generate svgs from Inkscape similar to what's done for Affinity would be helpful.
The text was updated successfully, but these errors were encountered: