hey folks I'm rendering an SVG using the img tag like this ```html <img src='download.svg' alt='download SVG' /> ``` now I want to change the stroke color and fill color of the SVG how do I do it