-
Notifications
You must be signed in to change notification settings - Fork 117
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
Filters not working #28
Comments
Likely that it is! Can you provide a snippet for a minimal working example of the problem with expected behavior? |
Expected behaviour: a transparent image If you would like I can make a runnable example. |
I'm afraid these stub methods from PictureDrawable are not implemented in SharpDrawable:
I'm not certain if there's a trivial way of accomplishing any of this, but perhaps applying I may look into this in a future version, but for now, PRs are welcome! |
I tried applying a filter to the drawable and then loading it in a ImageView.
Any filter I tried is ignored. Even changing the opacity has no effect.
Is this due to the library's implementation?
Thanks
The text was updated successfully, but these errors were encountered: