-
Notifications
You must be signed in to change notification settings - Fork 125
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
Not working with DrawingImage #89
Comments
Hi @TimurVa, Thanks for your interest! Looking at the code again, it looks like it should work already... The |
Thanks for so quick response! In case it may help my Drawing images looks like this. I'm compiling them so they are existing in Resource dictionaries and I get them like Application.TryFindResource("TextAlignLeftImage"). Also I'm generating them via this project https://github.com/BerndK/SvgToXaml:
|
OK, I see the problem. I'll have a fix shortly |
@thomaslevesque Thanks for fix! |
The fix is deployed to NuGet (v2.0.1, should appear in a few minutes after it's validated and indexed) |
I have an issue with DrawingImage as AnimatedSource. I noticed that in source code the check is only made for BitmapSource if it is not a '.gif'. So is there any possibility to improve this functionality, so we can use not only BitmapSource as AnimatedSource but any ImageSource if we don't wont to use gif animation behaviour? Or maybe should I do the Pull request for this feature?
The text was updated successfully, but these errors were encountered: