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
I use svg images in my app. I want them to change colors according to the current color scheme / accent colors. For-example, in toolbar items the svg colors should be consistent with the text color in different visual states/themes.
Is there any way to change svg colors at runtime?
The text was updated successfully, but these errors were encountered:
The current svg support is static with no object model support. The only option I can think of is to load the svg file into a buffer and search/replace the desired colors.
Hello!
I use svg images in my app. I want them to change colors according to the current color scheme / accent colors. For-example, in toolbar items the svg colors should be consistent with the text color in different visual states/themes.
Is there any way to change svg colors at runtime?
The text was updated successfully, but these errors were encountered: