Hi, I'm loading external SVG files, modifying them, and outputting them as inline SVG graphics. Unfortunately the software we are using (Adobe Illustrator) seems to be incapable of outputting the SVG dimensions as anything other than pixel sizes.
Is there any way to scale an inline SVG to fit a container? I've tried manually editing the SVG and replacing the initial dimensions to "100%" width and height, which ought to work, but doesn't.
Is there any way to scale an inline SVG to fit a container? I've tried manually editing the SVG and replacing the initial dimensions to "100%" width and height, which ought to work, but doesn't.