문제

I want to convert image files into .svg format. I used bunch of tools out there but they gave us with this format

<svg ... >
<image
 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAT
....

But I want to have svg file with path attributes. Any recommendation would be great help.

도움이 되었습니까?

해결책

Not really a programming question, but a quick answer is inkscape, the has a function called 'Trace Bitmap' to turn a raster image such as the png you mention into paths.

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