-1

Is it possible to convert an image to svg file and load it on android using svg-android lib.?

I tried with Inkscape and it is not loading on my app. But if i try with this image, it works!

Please guide me in this regard.

Vinod
  • 1
  • 1
  • 1
    This question appears to be off-topic because it shows no prior research nor minimal understanding of the problem being solved – Marcin Orlowski Mar 12 '14 at 06:38

1 Answers1

0

svg-android has some limitations. There are a number of features of SVG that it doesn't support. You may well have more luck with another library. For example, try my one: AndroidSVG

Paul LeBeau
  • 97,474
  • 9
  • 154
  • 181