I'm trying to set fill and stroke to an .svg file which I refer on my .html file through <img>.
I am able to change it the way I want with no problem as long as it is an inline <svg> but not an <img>.
I read here in a question that deleting the hardcoded fill/stroke should make my css take effect but it doesn't.
What can I do with css?
Here's a JSFiddle with all relevant code.