Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for vector drawables #57

Closed
brinkkemper opened this issue Aug 30, 2016 · 1 comment
Closed

Support for vector drawables #57

brinkkemper opened this issue Aug 30, 2016 · 1 comment

Comments

@brinkkemper
Copy link

Nice library, got me playing playing with the parameters real fast!
I noticed vectors don't work if I pass their resourceId.
Would it be hard to implement it?

@plattysoft
Copy link
Owner

Thanks!

Actually is should be relatively easy. Since essentially the library draws bitmaps, so it is all about creating a Bitmap from the Drawable, as seen here: http://stackoverflow.com/questions/33696488/getting-bitmap-from-vector-drawable

Feel free to do a Pull Request with it. I have almost no time to work on this anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants