-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We are using svg-android-2 in the mapsforge project.
But with a main change, the use of the kXML library which speeds up SVG parsing
considerably, compared with the SAX version.
I have tried also androidsvg which seems to use SAX.
Though it could render more svg files, it's slower than above implementation.
Have you considered using a faster SVG parser like the kXML?
Original issue reported on code.google.com by devemu...@gmail.com on 11 Jun 2014 at 8:02