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
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
I'm getting a crash just inflating the layout with a com.richpath.RichPathView and my VectorDrawable (which comes up fine and correctly in an ImageView). I had a similar problem when I had tried https://github.com/devendroid/VectorChildFinder right beforehand -- an issue there said that it happened with VectorDrawables containing gradients, which mine has, so maybe your library has the same problem.
The text was updated successfully, but these errors were encountered:
I think it crashes for the same reason, RichPath doesn't support gradients so far!
Ideally, it shouldn't crash for a non-supported feature, it should print a warning in debug mode to make the developer aware of that!
Let me know If you want to contribute, I will be more than happy to point you to the right place in the code. it should be done in two steps, parsing the gradient XML tag, then render it on the canvas!
I'm getting a crash just inflating the layout with a com.richpath.RichPathView and my VectorDrawable (which comes up fine and correctly in an ImageView). I had a similar problem when I had tried https://github.com/devendroid/VectorChildFinder right beforehand -- an issue there said that it happened with VectorDrawables containing gradients, which mine has, so maybe your library has the same problem.
The text was updated successfully, but these errors were encountered: