문제

I am looking for a SVG generator where I can draw a shape in an image (trace)by adding points or something similar and then save that exact shape as SVG. I found some generators but they generate the whole image, which is not what I want.

Say I have an image with a circle inside. I want to trace that circle and save only that shape as SVG shape, not the rest of the image.

Know any links for that?

도움이 되었습니까?

해결책

Check out the online tool here

You can add an image onto a single layer. And then create a new layer for drawing on top of the image. Once you are done, delete the image layer and export the rest as an SVG

Update: Looks like the project has moved to github. Updated link here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top