Html SVG 生成器通过在图像中跟踪来生成精确的形状?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/22668826/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-29 01:23:47  来源:igfitidea点击:

SVG generator to generate exact shape by tracing it in an image?

htmlsvggenerator

提问by Ollicca Mindstorm

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.

我正在寻找一个 SVG 生成器,我可以通过添加点或类似的东西在图像(跟踪)中绘制形状,然后将该确切形状保存为 SVG。我找到了一些生成器,但它们生成了整个图像,这不是我想要的。

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.

假设我有一个里面有圆圈的图像。我想追踪那个圆圈并只将该形状保存为 SVG 形状,而不是图像的其余部分。

Know any links for that?

知道任何链接吗?

回答by Izaaz Yunus

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

您可以将图像添加到单个图层上。然后创建一个新图层用于在图像顶部绘制。完成后,删除图像层并将其余部分导出为 SVG

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

更新:看起来该项目已移至 github。更新链接在这里