svg2android icon indicating copy to clipboard operation
svg2android copied to clipboard

Android's PathParser does not like mathematical notations

Open martyglaubitz opened this issue 9 years ago • 1 comments

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

martyglaubitz avatar Nov 23 '15 13:11 martyglaubitz

Could you provide some SVG with e notation?

yuraj11 avatar Mar 24 '16 12:03 yuraj11