If I had an SVG image like this:
<img src="image.svg">
Would there be some sort of attribute that I can implement to main the SVG's stroke weight? Something like this:
<img src="image.svg" stroke="2px">
To get this type of desired effect:
Is this possible? If not, will this ever be possible for SVG or do they just not work like that?