Live data from Hacker News

SVG Path Editor

yqnn.github.io

11–20 of 49 posts

Re: SVG Path Editor

#11

I 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.

It seems like the problem of pushing pixels around in an exact way and iterating on visual design is a problem that needs very specialized tools, regardless whether there is LLM support.

Re: SVG Path Editor

#12

Very 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

#13

I 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.

Free idea: turn this into an MCP server. Give the agent the ability to virtually "hover" a path and see which part of the final render it corresponds to

Re: SVG Path Editor

#16

I 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.

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

Re: SVG Path Editor

#17

Very 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.

What is the problem with this app's performance?

Re: SVG Path Editor

#19

I 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.

[deleted]

Re: SVG Path Editor

#20
I keep trying to generate SVG using LLMS when I feel mermaidjs does not work. There has to be a better option here? I just want slightly more control than mermaidjs sometimes, but it seems its the de-facto default we are stuck with.
Post reply on HN