0

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.

Nicholas
  • 169
  • 1
  • 4
  • 15

1 Answers1

3

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.

Stephen Turner
  • 7,125
  • 4
  • 51
  • 68