-
Notifications
You must be signed in to change notification settings - Fork 35
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
SvgImage: How to specify SvgAssembly or SvgAssemblyType in XAML #33
Comments
Weird thing that this doesn't work (SVG is not displayed): Doing the same thing by code works. |
I spent an incredibly amount of time on this... The issue with not updating when using in XAML is because in the But the real issue I think is that by default the SvgImage should use the current assembly, such that there shouldn't be necessary to set it explicitly.
Another thing: I don't understand why all the 3 bindable properties are two-way, it doesn't make sense |
You are welcome to fork the project and try to if you can fix this and submit a pull request if possible. |
What's the cleanest way?
I wish that these properties had a type converter to allow that.
The text was updated successfully, but these errors were encountered: