Skip to content

Exported SVGs are missing viewBox information

Attached is an example of html with SVG of a model comming from Minerva which is being cropped because the SVG tag is missing viewBox information. It suffices to add something like viewBox="0 0 5000 5000" where the numbers are min and max coordinates.

model.html

model.svg