buatge / svg-android-2

Automatically exported from code.google.com/p/svg-android-2
Apache License 2.0
0 stars 0 forks source link

Speed Improvements with Kxml #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We are using a version of your library in the mapsforge project, see 
https://code.google.com/p/mapsforge/source/browse/?name=rescue#git%2Fsvg-android

The main change that we have made is to use the kxml library. Using it speeds 
up SVG parsing considerably, compared with the SAX version.

(I have not made the change to read 'id' sections as double reading the same 
input stream is just too slow for our purpose, but I am pretty sure it could be 
done).

Original issue reported on code.google.com by LudwigBr...@gmail.com on 16 Feb 2014 at 5:25