Ahmed Tarek
Ahmed Tarek
So it works now?
Are you doing a coloring book app?
Thank you for reporting this issue, I'd check that this week. On Tue, Aug 24, 2021, 11:00 AM Tom ***@***.***> wrote: > With the release of Android 12, a bunch...
oh too old Android version :D please provide you vector drawable file.
Please provide your vector drawable file and how to reproduce it?
Please share the content of your `ic_map.xml` file.
Hi @rmasarovic This is a known issue, but there is a workaround for it: scale to a very small value like `0.0001f` instead of using `0`
you can move your path using `setTranslation` API to move it anywhere, you need to know what is coordinates you want to move to, then you can do like below:...
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...
Hi, Just use `translationX`, and`translationY` to move your path to any specific point.