I must be looking in all the wrong places; sorry if so.
How can I disable stripping the viewBox attribute from SVGs?
Relatedly, is there a way to add a viewBox if it doesn't already exist? (i.e. turn width="w" height="h" into width="w" height="h" viewBox="0 0 w h")
I must be looking in all the wrong places; sorry if so.
How can I disable stripping the viewBox attribute from SVGs?
Relatedly, is there a way to add a viewBox if it doesn't already exist? (i.e. turn
width="w" height="h"intowidth="w" height="h" viewBox="0 0 w h")