I am looking for a way to change the fill color of a svg via XAML. Either using `SvgViewbox` or `<Image>` with `SvgImage` converter. The SVG file contains the `<path>` element with no `fill` defined. Is there an easy non-code-behind way to achieve this?
I am looking for a way to change the fill color of a svg via XAML.
Either using
SvgViewboxor<Image>withSvgImageconverter.The SVG file contains the
<path>element with nofilldefined.Is there an easy non-code-behind way to achieve this?