inloop / svg2android

SVG to Android VectorDrawable XML resource file
http://inloop.github.io/svg2android
Apache License 2.0
1.71k stars 357 forks source link

Android's PathParser does not like mathematical notations #25

Open martyglaubitz opened 8 years ago

martyglaubitz commented 8 years ago

I noticed some crashes when using this tool to convert SVGs to vector drawables, usually this: android.util.PathParser$PathDataNode.addCommand - java.lang.ArrayIndexOutOfBoundsException: length=2; index=2

According to this article Android Vector Drawable crash Androids pathparser doesn't like the e-

And i found a lot of occasions of this symbol in my generated vector drawables

yuraj11 commented 8 years ago

Could you provide some SVG with e notation?