You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
The color of the inner-rect in the SVG file remains unchanged despite the Color property being updated.
Expected Behavior:
The color of the inner rectangle should change according to the color specified in the Color property when the button is clicked.
Actual Behavior:
The color of the inner rectangle does not reflect the changes made in the Color property, even though the color binding is correctly initialized in the constructor of the ViewModel.
Solution:
The problem was likely caused by the Image Source not being fully reactive. Directly using the SVG control instead of the Image Source solves the Binding issue.
Issue:
The color of the
inner-rect
in the SVG file remains unchanged despite theColor
property being updated.Expected Behavior:
The color of the inner rectangle should change according to the color specified in the
Color
property when the button is clicked.Actual Behavior:
The color of the inner rectangle does not reflect the changes made in the
Color
property, even though the color binding is correctly initialized in the constructor of the ViewModel.You can find the application repository here.
The text was updated successfully, but these errors were encountered: