-
Notifications
You must be signed in to change notification settings - Fork 45
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
Images do not reload on OverrideColor change #48
Comments
does it work when you call SVGImage/Source/SVGImage/SVG/SVGImage.cs Line 221 in 80c89fb
then i think we need a ChangeNotification in this dependecy property: SVGImage/Source/SVGImage/SVG/SVGImage.cs Line 92 in 80c89fb
but I've no time to work on this at the moment. Maybe you could and create a pull req? |
So I tried to replace I'm currently very busy myself, but if I find some time, I'll create a pull-request. |
Had the same issue, was able to reproduce this in a simple sample on the example app (double click the rect-image to randomly change color) this code resolved it for me: |
changing overridecolor results in rerendering #48
When I change the
OverrideColor
property, the image does not get re-loaded with the new value.I have to use a workaround that uses
SetImage
.But I don't think that this is intentional?
The text was updated successfully, but these errors were encountered: