albeit, it is heavy tool that comes with lots of feats.
SVG Path Editor
31–40 of 49 posts
Re: SVG Path Editor
#32Re: SVG Path Editor
#33We need a way to define precision of the grid.
Re: SVG Path Editor
#34Re: SVG Path Editor
#35Earlier quoted context omitted.
If you search for ‘vectorization AI’ there are a handful of specialized tools and apis that can do it. It worked well for a handful of logos I wanted to convert. Nano banana generated the raster logos, and these other tools vectorized them
I haven't seen one that worked properly—can you list a couple examples? Some of the ones that say they're "AI" are just VTracer / Potrace and don't give nice control points.
Input image is important too. When working with the generalist LLM on the raster art, give it context that you are making a logo, direct it to use strokes and fills and minimal color palette, readable at small sizes, etc.
Re: SVG Path Editor
#36Very cool! I wish more editors would exist as web services, easily solving the cross-platformity that way.
I'm in the opposite camp. Give me some local tool that does disappear when the maintainer moves to the next thing. Well and I can eat the cake as well, make it some native app that has proper performance.
Re: SVG Path Editor
#37Very cool! I wish more editors would exist as web services, easily solving the cross-platformity that way.
This isn't a web service. It's a browser-based tool that runs entirely on your device. It's published as a static site on GitHub Pages, and ("but"?) everything it's doing is all happening fully in-browser.
Re: SVG Path Editor
#38Re: SVG Path Editor
#39Earlier quoted context omitted.
I haven't seen one that worked properly—can you list a couple examples? Some of the ones that say they're "AI" are just VTracer / Potrace and don't give nice control points.
I liked the results of vectorizer.ai and recraft.ai Input image is important too. When working with the generalist LLM on the raster art, give it context that you are making a logo, direct it to use strokes and fills and minimal color palette, readable at small sizes, etc.
Re: SVG Path Editor
#40I have tried to use ChatGPT and Google's Gemini to make SVG from simple logos bitmaps but its still a daunting task for them, so I guess tools like this one will still be needed for a while.
A dedicated or fine tuned model for just SVGs would be pretty wild.