Hi. I just started to use SVGView. I need to apply a tint to the svg image. How can I?
I tried unseccessfully:
SVGView(data: data)
.foregroundColor(.blue)
SVGView(data: data)
.tint(.blue)
SVGView(data: data)
.background(Color.blue)
Thanks for any advice.