Open martyglaubitz opened 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
Could you provide some SVG with e notation?
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