almosr / android-svg-code-render

Convert SVG files into Java source and use it in your Android app
Apache License 2.0
24 stars 3 forks source link

PathMeasure.getLength() method is not supported #63

Open almosr opened 8 years ago

almosr commented 8 years ago

PathMeasure.getLength() method is not supported, it is used by rendering texts as path.

This method would depend on converting-time calculation of the path length, currently it is not possible to process the paths.