BigBadaboom / androidsvg

SVG rendering library for Android
http://bigbadaboom.github.io/androidsvg/
Apache License 2.0
1.21k stars 231 forks source link

xml:space handling needs more optimization. #224

Open folkyatina opened 3 years ago

folkyatina commented 3 years ago

Optimization from PR #221 is not enough. We had to disable this preprocessing in our fork to achieve decent performance.

It may, probably, be moved to parsing phase and rewritten to avoid using regex to be efficient.