You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: