RichPath icon indicating copy to clipboard operation
RichPath copied to clipboard

💪 Rich Android Path. 🤡 Draw as you want. 🎉 Animate much as you can.

Results 31 RichPath issues
Sort by recently updated
recently updated
newest added

Hi @tarek360, Thank you for this great project. I have a doubt can you please help me.. I am trying to use a large size svg image with Richpath, when...

Fixes #76 Instead of calling `android.util.PathParser.createPathFromPathData` ([which is prohibited when targeting API level 31](https://developer.android.com/about/versions/12/non-sdk-12#new-blocked)), we can use `androidx.core.graphics.PathParser`. I also removed the following check `Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP` since this is...

With the release of Android 12, a bunch of non-SDK interfaces were removed (see [this](https://developer.android.com/about/versions/12/non-sdk-12#new-blocked)). And this library uses reflection to call this non-SDK method with is now blocked in...

Hello! Thank you for this awesome lib. I have a (maybe dumb) question. How can I stop a started (infinte) animation? I temporarily found that if I set the repeatCount...

How to **remove white space** around svg file? "adjustviewbound:" or "scaletype:" property not working as like normal imageview. i want to display svg image with my custom size, is it...

HI tarek, thank you very much for this very useful library. I am trying to implement something like below: color flow animation, don't know how to. ![flow_animation](https://user-images.githubusercontent.com/19649670/118350943-dfc71000-b578-11eb-9a3c-0a3d5a7d6338.gif)

Hello, I am trying to use your library to draw a simple path. Here is my vector: everything works fine, except when using on samsung phones. I've tried Samsung Galaxy...

Is there solution for handle double/long click on path like `setOnPathClickListener` ? I want to use method like `setOnPathDoubleClickListener` or `setOnPathLongClickListener` p.s thx for your amazing library

feaure

Hi Tarek, I like your library. I have very useful and powerful. But two features are missing in your library. 1) Zoom feature. It will help to fill the path...