[android-developers] Exists a svg library that works fine for android?

2011-09-14 Thread saex
i need to open svg files and show them on Android phones. I tryed a lot of librarys from stackoverflow and google, and none of them works fine, all of them fails with complex svg files (using paths, text, etc...) There is not a working svg library for android? -- You received this message

Re: [android-developers] Exists a svg library that works fine for android?

2011-09-14 Thread Mark Murphy
AFAIK, this is the best there is: http://code.google.com/p/svg-android/ Also, reportedly WebView supports SVG on Android 3.0 and higher. On Wed, Sep 14, 2011 at 5:40 AM, saex elpablos...@gmail.com wrote: i need to open svg files and show them on Android phones. I tryed a lot of librarys from