react-svg-loader
react-svg-loader copied to clipboard
SVG files with declared width and height render incorrectly
When SVG file has viewBox, width, and height attributes, manipulating using CSS styles are impossible (path is not contained in svg element). This behavior started after upgrading from 2.1.0 to 3.0.3.
When all attributes are present:

When only viewBox is present:

Can confirm this is a bug. Any pointers @boopathi?